ProtoOASymbolsForConversionRes

StockSharp.cTrader.Native.Model

* Response to the ProtoOASymbolsForConversionReq request.

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

Properties

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

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

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

Gets whether the "ctidTraderAccountId" field is set

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

Gets whether the "payloadType" field is set

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

Conversion chain of the symbols (e.g. EUR/USD, USD/JPY, GBP/JPY -> EUR/GBP).

Methods

ClearCtidTraderAccountId
public void ClearCtidTraderAccountId()
protoOASymbolsForConversionRes.ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearPayloadType
public void ClearPayloadType()
protoOASymbolsForConversionRes.ClearPayloadType()

Clears the value of the "payloadType" field

Fields

CtidTraderAccountIdFieldNumber
public const int CtidTraderAccountIdFieldNumber
value = ProtoOASymbolsForConversionRes.CtidTraderAccountIdFieldNumber

Field number for the "ctidTraderAccountId" field.

PayloadTypeFieldNumber
public const int PayloadTypeFieldNumber
value = ProtoOASymbolsForConversionRes.PayloadTypeFieldNumber

Field number for the "payloadType" field.

SymbolFieldNumber
public const int SymbolFieldNumber
value = ProtoOASymbolsForConversionRes.SymbolFieldNumber

Field number for the "symbol" field.