ProtoOATrailingSLChangedEvent

StockSharp.cTrader.Native.Model

* Event that is sent when the level of the Trailing Stop Loss is changed due to the price level changes.

Implementa: IMessage<ProtoOATrailingSLChangedEvent>, IMessage, IEquatable<ProtoOATrailingSLChangedEvent>, IDeepCloneable<ProtoOATrailingSLChangedEvent>, IBufferMessage

Propiedades

CtidTraderAccountId : long

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

HasCtidTraderAccountId : bool

Gets whether the "ctidTraderAccountId" field is set

HasOrderId : bool

Gets whether the "orderId" field is set

HasPayloadType : bool

Gets whether the "payloadType" field is set

HasPositionId : bool

Gets whether the "positionId" field is set

HasStopPrice : bool

Gets whether the "stopPrice" field is set

HasUtcLastUpdateTimestamp : bool

Gets whether the "utcLastUpdateTimestamp" field is set

OrderId : long

The unique ID of the order.

PositionId : long

The unique ID of the position.

StopPrice : double

New value of the Stop Loss price.

UtcLastUpdateTimestamp : long

The Unix time in milliseconds when the Stop Loss was updated.

Métodos

ClearCtidTraderAccountId()

Clears the value of the "ctidTraderAccountId" field

ClearOrderId()

Clears the value of the "orderId" field

ClearPayloadType()

Clears the value of the "payloadType" field

ClearPositionId()

Clears the value of the "positionId" field

ClearStopPrice()

Clears the value of the "stopPrice" field

ClearUtcLastUpdateTimestamp()

Clears the value of the "utcLastUpdateTimestamp" field

Campos

CtidTraderAccountIdFieldNumber : int

Field number for the "ctidTraderAccountId" field.

OrderIdFieldNumber : int

Field number for the "orderId" field.

PayloadTypeFieldNumber : int

Field number for the "payloadType" field.

PositionIdFieldNumber : int

Field number for the "positionId" field.

StopPriceFieldNumber : int

Field number for the "stopPrice" field.

UtcLastUpdateTimestampFieldNumber : int

Field number for the "utcLastUpdateTimestamp" field.