ProtoOASymbolsListReq
* Request for a list of symbols available for a trading account. Symbol entries are returned with the limited set of fields.
Implements: IMessage<ProtoOASymbolsListReq>, IMessage, IEquatable<ProtoOASymbolsListReq>, IDeepCloneable<ProtoOASymbolsListReq>, IBufferMessage
Properties
public long CtidTraderAccountId { get; set; }
value = protoOASymbolsListReq.CtidTraderAccountId
protoOASymbolsListReq.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
public bool HasCtidTraderAccountId { get; }
value = protoOASymbolsListReq.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
public bool HasIncludeArchivedSymbols { get; }
value = protoOASymbolsListReq.HasIncludeArchivedSymbols
Gets whether the "includeArchivedSymbols" field is set
public bool HasPayloadType { get; }
value = protoOASymbolsListReq.HasPayloadType
Gets whether the "payloadType" field is set
public bool IncludeArchivedSymbols { get; set; }
value = protoOASymbolsListReq.IncludeArchivedSymbols
protoOASymbolsListReq.IncludeArchivedSymbols = value
Whether to include old archived symbols into response.
Methods
public void ClearCtidTraderAccountId()
protoOASymbolsListReq.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
public void ClearIncludeArchivedSymbols()
protoOASymbolsListReq.ClearIncludeArchivedSymbols()
Clears the value of the "includeArchivedSymbols" field
public void ClearPayloadType()
protoOASymbolsListReq.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
public const int CtidTraderAccountIdFieldNumber
value = ProtoOASymbolsListReq.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
public const int IncludeArchivedSymbolsFieldNumber
value = ProtoOASymbolsListReq.IncludeArchivedSymbolsFieldNumber
Field number for the "includeArchivedSymbols" field.
public const int PayloadTypeFieldNumber
value = ProtoOASymbolsListReq.PayloadTypeFieldNumber
Field number for the "payloadType" field.