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).
Свойства
Changes : Dictionary<int, object>
Wire field changes. Keys are (int)PositionChangeTypes.
ClientCode : string
Wire field client.
LimitType : TPlusLimits?
Wire field limit.
OriginalTransactionId : long?
Wire field originalTransactionId.
PortfolioName : string
Wire field acc.
SecurityId : WsSecurityId
Wire field securityId.
ServerTime : DateTime
Wire field s.
StrategyId : string
Wire field strategyId.
Методы
From(PositionChangeMessage) : WsPositionChange
From.
ToMessage() : PositionChangeMessage
ToMessage.