Account | Returns the corresponding CQGAccount object. |
AveragePrice | Returns the average price of position's open trades. |
Instrument | Returns a CQGInstrument object representing the instrument on which the current position is created. |
InstrumentName | Returns the full name of the instrument on which the current position is created. |
ManualFillsInvolved | Returns the flag that indicates whether the manual fills are involved in position calculation or not. |
MatchedTrades | Returns the collection of currently matched trades. The availability of position matched trades information is controlled by PositionDetailing setting of CQG API Configuration. |
MVO | Returns the Market Value Option, calculated for the current position if its instrument is an option. |
OpenTrades | Returns the collection of currently open trades. The availability of position open trades information is controlled by PositionDetailing setting of CQG API Configuration. |
OTE | Returns the Open Trade Equity, calculated for the current position if its instrument is a future. |
PositionDay | Current/Previous day position for instruments with explicit position tracking type |
ProfitLoss | Returns the position's profit/loss since the start of the business day. |
Quantity | Returns the position's quantity, i.e. the sum of position's open trades' quantities. |
QuantityFractional | Gets position open fractional quantity, signed(positive for long position, negative for short position) |
ServerTimestamp | Returns the server timestamp of the last position update (converted to the user-configured time zone). |
Side | Returns the position's side, basing on its open trades. |
Timestamp | Returns the last response reception timestamp. When a property is updated, CQG API records the information reception time in the Timestamp property (using local time). |
TrackingType | Postion tracking type |
UPL | Unrealized Profit Loss (options only, zero for futures) |