Click or drag to resize

IPosition Interface

IPosition interface

Namespace:  SharpCharts.Base.Order
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public interface IPosition

The IPosition type exposes the following members.

Properties
  NameDescription
Public propertyAccount
Gets the account associated with the position
Public propertyAveragePrice
Gets the Average price
Public propertyInstrument
Gets the Instrument associated with the position
Public propertyMarketPosition
Gets the MarketPosition
Public propertyProductType
Gets the productType of the position
Public propertyQuantity
Gets the position size
Public propertyRealizedPnL
Gets the realized PnL
Public propertyUnrealizedPnL
Gets the Unrealized PnL
Top
See Also