ProtoOAGetAccountListByAccessTokenReq
StockSharp.cTrader.Native.Model
* Request for getting the list of granted trader's account for the access token.
Implements: IMessage<ProtoOAGetAccountListByAccessTokenReq>, IMessage, IEquatable<ProtoOAGetAccountListByAccessTokenReq>, IDeepCloneable<ProtoOAGetAccountListByAccessTokenReq>, IBufferMessage
Properties
AccessToken : string
The Access Token issued for providing access to the Trader's Account.
HasAccessToken : bool
Gets whether the "accessToken" field is set
HasPayloadType : bool
Gets whether the "payloadType" field is set
Methods
ClearAccessToken()
Clears the value of the "accessToken" field
ClearPayloadType()
Clears the value of the "payloadType" field
Fields
AccessTokenFieldNumber : int
Field number for the "accessToken" field.
PayloadTypeFieldNumber : int
Field number for the "payloadType" field.