ProtoOASymbolsListReq

StockSharp.cTrader.Native.Model

* 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

CtidTraderAccountId
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.

HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOASymbolsListReq.HasCtidTraderAccountId

Gets whether the "ctidTraderAccountId" field is set

HasIncludeArchivedSymbols
public bool HasIncludeArchivedSymbols { get; }
value = protoOASymbolsListReq.HasIncludeArchivedSymbols

Gets whether the "includeArchivedSymbols" field is set

HasPayloadType
public bool HasPayloadType { get; }
value = protoOASymbolsListReq.HasPayloadType

Gets whether the "payloadType" field is set

IncludeArchivedSymbols
public bool IncludeArchivedSymbols { get; set; }
value = protoOASymbolsListReq.IncludeArchivedSymbols
protoOASymbolsListReq.IncludeArchivedSymbols = value

Whether to include old archived symbols into response.

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOASymbolsListReq.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearIncludeArchivedSymbols
public void ClearIncludeArchivedSymbols()
protoOASymbolsListReq.ClearIncludeArchivedSymbols()

Clears the value of the "includeArchivedSymbols" field

ClearPayloadType
public void ClearPayloadType()
protoOASymbolsListReq.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOASymbolsListReq.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

IncludeArchivedSymbolsFieldNumber
public const int IncludeArchivedSymbolsFieldNumber
value = ProtoOASymbolsListReq.IncludeArchivedSymbolsFieldNumber

Field number for the "includeArchivedSymbols" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOASymbolsListReq.PayloadTypeFieldNumber

Field number for the "payloadType" field.