Position Constructor

GF Charts Help

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

public Position(
	Account account,
	Instrument instrument,
	MarketPosition marketPosition,
	int quantity,
	Currency currency,
	double avgPrice
)

Parameters

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

Reference