ExecutionUpdateEventArgs Constructor

GF Charts Help

Namespace:  GF.Clients.Charts.Custom.NinjaTrader.Cbi
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public ExecutionUpdateEventArgs(
	Connection currentConnection,
	ErrorCode errorCode,
	string nativeError,
	Operation operation,
	string executionId,
	Account account,
	Instrument instrument,
	Exchange exchange,
	DateTime time,
	MarketPosition marketPosition,
	string orderId,
	int quantity,
	double price,
	bool sod
)

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
executionId
Type: SystemString
account
Type: GF.Clients.Charts.Custom.NinjaTrader.CbiAccount
instrument
Type: GF.Clients.Charts.Custom.NinjaTrader.CbiInstrument
exchange
Type: GF.Clients.Charts.Custom.NinjaTrader.CbiExchange
time
Type: SystemDateTime
marketPosition
Type: GF.Clients.Charts.Custom.NinjaTrader.CbiMarketPosition
orderId
Type: SystemString
quantity
Type: SystemInt32
price
Type: SystemDouble
sod
Type: SystemBoolean
See Also

Reference