ProtoOASymbolByIdReq

StockSharp.cTrader.Native.Model

* Request for getting a full symbol entity.

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

Properties

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

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

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

Gets whether the "ctidTraderAccountId" field is set

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

Gets whether the "payloadType" field is set

SymbolId
public RepeatedField<long> SymbolId { get; }
value = protoOASymbolByIdReq.SymbolId

Unique identifier of the symbol in cTrader platform.

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOASymbolByIdReq.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType
public void ClearPayloadType()
protoOASymbolByIdReq.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOASymbolByIdReq.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOASymbolByIdReq.PayloadTypeFieldNumber

Field number for the "payloadType" field.

SymbolIdFieldNumber
public const int SymbolIdFieldNumber
value = ProtoOASymbolByIdReq.SymbolIdFieldNumber

Field number for the "symbolId" field.