ProtoOASymbolByIdRes
StockSharp.cTrader.Native.Model
* Response to the ProtoOASymbolByIdReq request.
Implements: IMessage<ProtoOASymbolByIdRes>, IMessage, IEquatable<ProtoOASymbolByIdRes>, IDeepCloneable<ProtoOASymbolByIdRes>, IBufferMessage
Properties
ArchivedSymbol
public RepeatedField<ProtoOAArchivedSymbol> ArchivedSymbol { get; }
value = protoOASymbolByIdRes.ArchivedSymbol
Archived symbols.
CtidTraderAccountId
public long CtidTraderAccountId { get; set; }
value = protoOASymbolByIdRes.CtidTraderAccountId
protoOASymbolByIdRes.CtidTraderAccountId = value
Unique identifier of the trader's account. Used to match responses to trader's accounts.
HasCtidTraderAccountId
public bool HasCtidTraderAccountId { get; }
value = protoOASymbolByIdRes.HasCtidTraderAccountId
Gets whether the "ctidTraderAccountId" field is set
HasPayloadType
public bool HasPayloadType { get; }
value = protoOASymbolByIdRes.HasPayloadType
Gets whether the "payloadType" field is set
Symbol
public RepeatedField<ProtoOASymbol> Symbol { get; }
value = protoOASymbolByIdRes.Symbol
Symbol entity with the full set of fields.
Methods
ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOASymbolByIdRes.ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearPayloadType
public void ClearPayloadType()
protoOASymbolByIdRes.ClearPayloadType()
Clears the value of the "payloadType" field
Fields
ArchivedSymbolFieldNumber
public const int ArchivedSymbolFieldNumber
value = ProtoOASymbolByIdRes.ArchivedSymbolFieldNumber
Field number for the "archivedSymbol" field.
CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOASymbolByIdRes.CtidTraderAccountIdFieldNumber
Field number for the "ctidTraderAccountId" field.
PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOASymbolByIdRes.PayloadTypeFieldNumber
Field number for the "payloadType" field.
SymbolFieldNumber
public const int SymbolFieldNumber
value = ProtoOASymbolByIdRes.SymbolFieldNumber
Field number for the "symbol" field.