PositionInfo

StockSharp.MatchingEngine

Position information for a security.

Constructores

PositionInfo(SecurityId)

Position information for a security.

Propiedades

AveragePrice : decimal

Average entry price.

BeginValue : decimal

Begin value (initial position).

CurrentValue : decimal

Current position value.

Diff : decimal

Position change since begin.

Leverage : decimal?

Margin leverage for this position. Null means default (1x).

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.