ProtoOAGetCtidProfileByTokenReq
StockSharp.cTrader.Native.Model
* Request for getting details of Trader's profile. Limited due to GDRP requirements.
Implements: IMessage<ProtoOAGetCtidProfileByTokenReq>, IMessage, IEquatable<ProtoOAGetCtidProfileByTokenReq>, IDeepCloneable<ProtoOAGetCtidProfileByTokenReq>, IBufferMessage
Properties
AccessToken
public string AccessToken { get; set; }
value = protoOAGetCtidProfileByTokenReq.AccessToken
protoOAGetCtidProfileByTokenReq.AccessToken = value
The Access Token issued for providing access to the Trader's Account.
HasAccessToken
public bool HasAccessToken { get; }
value = protoOAGetCtidProfileByTokenReq.HasAccessToken
Gets whether the "accessToken" field is set
HasPayloadType
public bool HasPayloadType { get; }
value = protoOAGetCtidProfileByTokenReq.HasPayloadType
Gets whether the "payloadType" field is set
Methods
ClearAccessToken
public void ClearAccessToken()
protoOAGetCtidProfileByTokenReq.ClearAccessToken()
Clears the value of the "accessToken" field
ClearPayloadType
public void ClearPayloadType()
protoOAGetCtidProfileByTokenReq.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
AccessTokenFieldNumber
public const int AccessTokenFieldNumber
value = ProtoOAGetCtidProfileByTokenReq.AccessTokenFieldNumber
Field number for the "accessToken" field.
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOAGetCtidProfileByTokenReq.PayloadTypeFieldNumber
Field number for the "payloadType" field.