ProtoOALightSymbol

StockSharp.cTrader.Native.Model

* Lightweight symbol entity.

Реализует: IMessage<ProtoOALightSymbol>, IMessage, IEquatable<ProtoOALightSymbol>, IDeepCloneable<ProtoOALightSymbol>, IBufferMessage

Свойства

BaseAssetId : long

Base asset.

Enabled : bool

If TRUE then symbol is visible for traders.

HasBaseAssetId : bool

Gets whether the "baseAssetId" field is set

HasDescription : bool

Gets whether the "description" field is set

HasEnabled : bool

Gets whether the "enabled" field is set

HasQuoteAssetId : bool

Gets whether the "quoteAssetId" field is set

HasSortingNumber : bool

Gets whether the "sortingNumber" field is set

HasSymbolCategoryId : bool

Gets whether the "symbolCategoryId" field is set

HasSymbolId : bool

Gets whether the "symbolId" field is set

HasSymbolName : bool

Gets whether the "symbolName" field is set

QuoteAssetId : long

Quote asset.

SortingNumber : double

The number used for sorting Symbols in the UI (lowest number should appear at the top).

SymbolCategoryId : long

Id of the symbol category used for symbols grouping.

SymbolId : long

The unique identifier of the symbol in specific server environment within cTrader platform. Different brokers might have different IDs.

SymbolName : string

Name of the symbol (e.g. EUR/USD).

Методы

ClearBaseAssetId()

Clears the value of the "baseAssetId" field

ClearDescription()

Clears the value of the "description" field

ClearEnabled()

Clears the value of the "enabled" field

ClearQuoteAssetId()

Clears the value of the "quoteAssetId" field

ClearSortingNumber()

Clears the value of the "sortingNumber" field

ClearSymbolCategoryId()

Clears the value of the "symbolCategoryId" field

ClearSymbolId()

Clears the value of the "symbolId" field

ClearSymbolName()

Clears the value of the "symbolName" field

Поля

BaseAssetIdFieldNumber : int

Field number for the "baseAssetId" field.

DescriptionFieldNumber : int

Field number for the "description" field.

EnabledFieldNumber : int

Field number for the "enabled" field.

QuoteAssetIdFieldNumber : int

Field number for the "quoteAssetId" field.

SortingNumberFieldNumber : int

Field number for the "sortingNumber" field.

SymbolCategoryIdFieldNumber : int

Field number for the "symbolCategoryId" field.

SymbolIdFieldNumber : int

Field number for the "symbolId" field.

SymbolNameFieldNumber : int

Field number for the "symbolName" field.