ProtoOADealOffset

StockSharp.cTrader.Native.Model

* Deal details for ProtoOADealOffsetListReq.

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

Свойства

DealId : long

The unique ID of the execution Deal.

ExecutionPrice : double

Execution price of the offset Deal.

ExecutionTimestamp : long

The Unix time in milliseconds when the offset Deal was executed.

HasDealId : bool

Gets whether the "dealId" field is set

HasExecutionPrice : bool

Gets whether the "executionPrice" field is set

HasExecutionTimestamp : bool

Gets whether the "executionTimestamp" field is set

HasVolume : bool

Gets whether the "volume" field is set

Volume : long

Matched volume, in cents.

Методы

ClearDealId()

Clears the value of the "dealId" field

ClearExecutionPrice()

Clears the value of the "executionPrice" field

ClearExecutionTimestamp()

Clears the value of the "executionTimestamp" field

ClearVolume()

Clears the value of the "volume" field

Поля

DealIdFieldNumber : int

Field number for the "dealId" field.

ExecutionPriceFieldNumber : int

Field number for the "executionPrice" field.

ExecutionTimestampFieldNumber : int

Field number for the "executionTimestamp" field.

VolumeFieldNumber : int

Field number for the "volume" field.