Namespace: GF.Clients.Charts.Custom.Strategy
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
public void EntryOrder( OrderSide side, int quantity, OrderType type, double price, string orderName, SignalFlags signalFlags )
Parameters
- side
- Type: GF.Clients.Charts.Custom.StrategyOrderSide
- quantity
- Type: SystemInt32
- type
- Type: GF.Clients.Charts.Custom.StrategyOrderType
- price
- Type: SystemDouble
- orderName
- Type: SystemString
- signalFlags
- Type: GF.Clients.Charts.Custom.StrategySignalFlags
See Also