Namespace: GF.Clients.Charts.Custom.NinjaTrader.Cbi
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
public PositionUpdateEventArgs( Connection currentConnection, ErrorCode errorCode, string nativeError, Operation operation, Account account, Instrument instrument, MarketPosition marketPosition, int quantity, Currency currency, double avgPrice )
Parameters
- currentConnection
- Type: GF.Clients.Charts.Custom.NinjaTrader.CbiConnection
- errorCode
- Type: GF.Clients.Charts.Custom.NinjaTrader.CbiErrorCode
- nativeError
- Type: SystemString
- operation
- Type: GF.Clients.Charts.Custom.NinjaTrader.CbiOperation
- account
- Type: GF.Clients.Charts.Custom.NinjaTrader.CbiAccount
- instrument
- Type: GF.Clients.Charts.Custom.NinjaTrader.CbiInstrument
- marketPosition
- Type: GF.Clients.Charts.Custom.NinjaTrader.CbiMarketPosition
- quantity
- Type: SystemInt32
- currency
- Type: GF.Clients.Charts.Custom.NinjaTrader.CbiCurrency
- avgPrice
- Type: SystemDouble
See Also