ProtoOAArchivedSymbol

StockSharp.cTrader.Native.Model

实现: IMessage<ProtoOAArchivedSymbol>, IMessage, IEquatable<ProtoOAArchivedSymbol>, IDeepCloneable<ProtoOAArchivedSymbol>, IBufferMessage

属性

Description : string

Description of the symbol.

HasDescription : bool

Gets whether the "description" field is set

HasName : bool

Gets whether the "name" field is set

HasSymbolId : bool

Gets whether the "symbolId" field is set

HasUtcLastUpdateTimestamp : bool

Gets whether the "utcLastUpdateTimestamp" field is set

Name : string

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

SymbolId : long

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

UtcLastUpdateTimestamp : long

The Unix time in milliseconds of the last update of the symbol.

方法

ClearDescription()

Clears the value of the "description" field

ClearName()

Clears the value of the "name" field

ClearSymbolId()

Clears the value of the "symbolId" field

ClearUtcLastUpdateTimestamp()

Clears the value of the "utcLastUpdateTimestamp" field

字段

DescriptionFieldNumber : int

Field number for the "description" field.

NameFieldNumber : int

Field number for the "name" field.

SymbolIdFieldNumber : int

Field number for the "symbolId" field.

UtcLastUpdateTimestampFieldNumber : int

Field number for the "utcLastUpdateTimestamp" field.