AccountUpdateEventArgs Constructor

GF Charts Help

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

public AccountUpdateEventArgs(
	Connection currentConnection,
	ErrorCode errorCode,
	string nativeError,
	Account account,
	AccountItem itemType,
	Currency currency,
	double newValue,
	DateTime time
)

Parameters

currentConnection
Type: GF.Clients.Charts.Custom.NinjaTrader.CbiConnection
errorCode
Type: GF.Clients.Charts.Custom.NinjaTrader.CbiErrorCode
nativeError
Type: SystemString
account
Type: GF.Clients.Charts.Custom.NinjaTrader.CbiAccount
itemType
Type: GF.Clients.Charts.Custom.NinjaTrader.CbiAccountItem
currency
Type: GF.Clients.Charts.Custom.NinjaTrader.CbiCurrency
newValue
Type: SystemDouble
time
Type: SystemDateTime
See Also

Reference