Position

StockSharp.Oanda.Native.DataTypes

属性

Instrument
public string Instrument { get; set; }
value = position.Instrument
position.Instrument = value

立场工具。

Long
public PositionSide Long { get; set; }
value = position.Long
position.Long = value

长方位的细节.

PnL
public double? PnL { get; set; }
value = position.PnL
position.PnL = value

职位在账户整个期间实现的利润/损失。

ResettablePnL
public double? ResettablePnL { get; set; }
value = position.ResettablePnL
position.ResettablePnL = value

自账户resettablePL最后由客户重置以来,该职位实现的利润/损失。

Short
public PositionSide Short { get; set; }
value = position.Short
position.Short = value

立场短处的细节.

UnrealizedPnL
public double? UnrealizedPnL { get; set; }
value = position.UnrealizedPnL
position.UnrealizedPnL = value

有助于这一职位的所有开放贸易的未实现损益。