ProtoOAAccountAuthReq
* Request for the authorizing trading account session. Requires established authorized connection with the client application using ProtoOAApplicationAuthReq.
Implementiert: IMessage<ProtoOAAccountAuthReq>, IMessage, IEquatable<ProtoOAAccountAuthReq>, IDeepCloneable<ProtoOAAccountAuthReq>, IBufferMessage
Eigenschaften
AccessToken : string
The Access Token issued for providing access to the Trader's Account.
CtidTraderAccountId : long
The unique identifier of the trader's account in cTrader platform.
HasAccessToken : bool
Gets whether the "accessToken" field is set
HasCtidTraderAccountId : bool
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType : bool
Gets whether the "payloadType" field is set
Methoden
ClearAccessToken()
Clears the value of the "accessToken" field
ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType()
Clears the value of the "payloadType" field
Felder
AccessTokenFieldNumber : int
Field number for the "accessToken" field.
CtidTraderAccountIdFieldNumber : int
Field number for the "ctidTraderAccountId" field.
PayloadTypeFieldNumber : int
Field number for the "payloadType" field.