OrderStatusEventArgs Constructor

GF Charts Help

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

public OrderStatusEventArgs(
	Order order,
	ErrorCode errorCode,
	string nativeError,
	string orderId,
	double limitPrice,
	double stopPrice,
	int quantity,
	double avgFillPrice,
	int filled,
	OrderState orderState,
	DateTime time
)

Parameters

order
Type: GF.Clients.Charts.Custom.NinjaTrader.CbiOrder
errorCode
Type: GF.Clients.Charts.Custom.NinjaTrader.CbiErrorCode
nativeError
Type: SystemString
orderId
Type: SystemString
limitPrice
Type: SystemDouble
stopPrice
Type: SystemDouble
quantity
Type: SystemInt32
avgFillPrice
Type: SystemDouble
filled
Type: SystemInt32
orderState
Type: GF.Clients.Charts.Custom.NinjaTrader.CbiOrderState
time
Type: SystemDateTime
See Also

Reference