WsPositionChange

StockSharp.Ws

Wire DTO for PositionChangeMessage — server→client only. The per-field updates (balance, leverage, variation margin, etc.) are flattened into the changes dictionary keyed by (int)PositionChangeTypes (the underlying enum value).

Propiedades

Changes : Dictionary<int, object>

Wire field changes. Keys are (int)PositionChangeTypes.

ClientCode : string

Wire field client.

DepoName : string

Wire field depo.

LimitType : TPlusLimits?

Wire field limit.

LocalTime : DateTime

Wire field l.

OriginalTransactionId : long?

Wire field originalTransactionId.

PortfolioName : string

Wire field acc.

SecurityId : WsSecurityId

Wire field securityId.

ServerTime : DateTime

Wire field s.

Side : Sides?

Wire field side.

StrategyId : string

Wire field strategyId.

Métodos