Click or drag to resize

IPosition Interface

IPosition interface

Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
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