PositionSide

StockSharp.Oanda.Native.DataTypes

プロパティ

AveragePrice : double?

Volume-weighted average of the underlying Trade open prices for the Position.

PnL : double?

Profit/loss realized by the PositionSide over the lifetime of the Account.

ResettablePnL : double?

Profit/loss realized by the PositionSide since the Account’s resettablePL was last reset by the client.

TradeIds : IEnumerable<long>

List of the open Trade IDs which contribute to the open Position.

Units : double

Number of units in the position (negative value indicates short position, positive indicates long position).

UnrealizedPnL : double?

The unrealized profit/loss of all open Trades that contribute to this PositionSide.