ProtoOATraderReq
StockSharp.cTrader.Native.Model
* Request for getting data of Trader's Account.
Implements: IMessage<ProtoOATraderReq>, IMessage, IEquatable<ProtoOATraderReq>, IDeepCloneable<ProtoOATraderReq>, IBufferMessage
Properties
CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOATraderReq.CtidTraderAccountId
protoOATraderReq.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOATraderReq.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType
public bool HasPayloadType { get; }
value = protoOATraderReq.HasPayloadType
Gets whether the "payloadType" field is set
Methods
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOATraderReq.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType
public void ClearPayloadType()
protoOATraderReq.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOATraderReq.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOATraderReq.PayloadTypeFieldNumber
Field number for the "payloadType" field.