Execution Constructor

GF Charts Help

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

public Execution(
	string executionId,
	Account account,
	Instrument instrument,
	Exchange exchange,
	DateTime time,
	MarketPosition marketPosition,
	string orderId,
	int quantity,
	double price
)

Parameters

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
See Also

Reference