ProtoOACtidTraderAccount

StockSharp.cTrader.Native.Model

* Trader account entity.

Implementa: IMessage<ProtoOACtidTraderAccount>, IMessage, IEquatable<ProtoOACtidTraderAccount>, IDeepCloneable<ProtoOACtidTraderAccount>, IBufferMessage

Propiedades

BrokerTitleShort : string

The name of the broker to which the account belongs to. Shortened to be displayed in the UI.

CtidTraderAccountId : ulong

Unique identifier of the trader's account. Used to match responses to trader's accounts.cTrader platform. Different brokers might have different ids

HasBrokerTitleShort : bool

Gets whether the "brokerTitleShort" field is set

HasCtidTraderAccountId : bool

Gets whether the "ctidTraderAccountId" field is set

HasIsLive : bool

Gets whether the "isLive" field is set

HasLastBalanceUpdateTimestamp : bool

Gets whether the "lastBalanceUpdateTimestamp" field is set

HasLastClosingDealTimestamp : bool

Gets whether the "lastClosingDealTimestamp" field is set

HasTraderLogin : bool

Gets whether the "traderLogin" field is set

IsLive : bool

If TRUE then the account is belong to Live environment and live host must be used to authorize it

LastBalanceUpdateTimestamp : long

The Unix time in milliseconds of the last ProtoOADepositWithdraw happened to this account.

LastClosingDealTimestamp : long

The Unix time in milliseconds of the last ProtoOAClosePositionDetail happened to this account.

TraderLogin : long

TraderLogin for a specific account. Value is displayed on Client App UI

Métodos

ClearBrokerTitleShort()

Clears the value of the "brokerTitleShort" field

ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearIsLive()

Clears the value of the "isLive" field

ClearLastBalanceUpdateTimestamp()

Clears the value of the "lastBalanceUpdateTimestamp" field

ClearLastClosingDealTimestamp()

Clears the value of the "lastClosingDealTimestamp" field

ClearTraderLogin()

Clears the value of the "traderLogin" field

Campos

BrokerTitleShortFieldNumber : int

Field number for the "brokerTitleShort" field.

CtidTraderAccountIdFieldNumber : int

Field number for the "ctidTraderAccountId" field.

IsLiveFieldNumber : int

Field number for the "isLive" field.

LastBalanceUpdateTimestampFieldNumber : int

Field number for the "lastBalanceUpdateTimestamp" field.

LastClosingDealTimestampFieldNumber : int

Field number for the "lastClosingDealTimestamp" field.

TraderLoginFieldNumber : int

Field number for the "traderLogin" field.