Initializes a new instance of the Strategy class
Namespace: GF.Api.Strategies
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
public Strategy( StrategyID id, string type, ServerStrategyState state, IOrder rootOrder, IReadOnlyList<IOrder> orders )
Parameters
- id
- Type: GF.Api.StrategiesStrategyID
- type
- Type: SystemString
- state
- Type: GF.Api.Values.StrategiesServerStrategyState
- rootOrder
- Type: GF.Api.OrdersIOrder
- orders
- Type: System.Collections.GenericIReadOnlyListIOrder
See Also