PositionInfo
StockSharp.MatchingEngine
Position information for a security.
Конструкторы
PositionInfo(SecurityId)
Position information for a security.
Свойства
AveragePrice : decimal
Average entry price.
BeginValue : decimal
Begin value (initial position).
CurrentValue : decimal
Current position value.
SecurityId : SecurityId
Security ID.
TotalAsksValue : decimal
Total value of active sell orders (volume * price).
TotalAsksVolume : decimal
Total volume of active sell orders.
TotalBidsValue : decimal
Total value of active buy orders (volume * price).
TotalBidsVolume : decimal
Total volume of active buy orders.