ProtoOAAsset

StockSharp.cTrader.Native.Model

* Asset entity.

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

Properties

AssetId : long

The unique asset ID.

Digits : int

Precision of the asset.

DisplayName : string

User friendly name.

HasAssetId : bool

Gets whether the "assetId" field is set

HasDigits : bool

Gets whether the "digits" field is set

HasDisplayName : bool

Gets whether the "displayName" field is set

HasName : bool

Gets whether the "name" field is set

Name : string

The asset name.

Methods

ClearAssetId()

Clears the value of the "assetId" field

ClearDigits()

Clears the value of the "digits" field

ClearDisplayName()

Clears the value of the "displayName" field

ClearName()

Clears the value of the "name" field

Fields

AssetIdFieldNumber : int

Field number for the "assetId" field.

DigitsFieldNumber : int

Field number for the "digits" field.

DisplayNameFieldNumber : int

Field number for the "displayName" field.

NameFieldNumber : int

Field number for the "name" field.