ProtoOASymbolsListRes

StockSharp.cTrader.Native.Model

* Response to the ProtoOASymbolsListReq request.

Implements: IMessage<ProtoOASymbolsListRes>, IMessage, IEquatable<ProtoOASymbolsListRes>, IDeepCloneable<ProtoOASymbolsListRes>, IBufferMessage

Properties

ArchivedSymbol
public RepeatedField<ProtoOAArchivedSymbol> ArchivedSymbol { get; }
value = protoOASymbolsListRes.ArchivedSymbol

The list of archived symbols.

CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOASymbolsListRes.CtidTraderAccountId
protoOASymbolsListRes.CtidTraderAccountId = value

Unique identifier of the trader's account. Used to match responses to trader's accounts.

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

Gets whether the "ctidTraderAccountId" field is set

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

Gets whether the "payloadType" field is set

Symbol
public RepeatedField<ProtoOALightSymbol> Symbol { get; }
value = protoOASymbolsListRes.Symbol

The list of symbols.

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOASymbolsListRes.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType
public void ClearPayloadType()
protoOASymbolsListRes.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

ArchivedSymbolFieldNumber
public const int ArchivedSymbolFieldNumber
value = ProtoOASymbolsListRes.ArchivedSymbolFieldNumber

Field number for the "archivedSymbol" field.

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOASymbolsListRes.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOASymbolsListRes.PayloadTypeFieldNumber

Field number for the "payloadType" field.

SymbolFieldNumber
public const int SymbolFieldNumber
value = ProtoOASymbolsListRes.SymbolFieldNumber

Field number for the "symbol" field.