Event summary |
CurrencyPair |
|
GenericPositionTrackerConstants | This event contains all the constant values that are common for all of the CMF Position Tracker implementations. |
OpenPositionTrackerConstants | This event contains all the common constant values for the Open Position Tracker implementation. |
OpenPositionTrackerFactory | The OpenPositionTrackerFactory allows the user to create an instance of the Open Position Tracker provided with the CMF out-of-the-box. This Position Tracker should be created in the context that the orders are being received. |
PendingPositionTrackerConstants | This event contains all the common constant values for the Pending Position Tracker implementation. |
PendingPositionTrackerFactory | The PendingPositionTrackerFactory allows the user to create an instance of the Pending Position Tracker provided with the CMF out-of-the-box. This Position Tracker should be created in the context that the orders are being received. |
PSTrackerFactory | This is the main factory event used by applications to create a Position Tracker Interface object. |
PSTrackerInterface | This callback interface is implemented by the Position Tracker object itself, to be called by the Position Manager Service when it needs the Tracker implementation to create or delete an instance of a Position Tracker. |
PSTrackerManagerInterface | This interface allows the Position Tracker to update/publish the position it is tracking, as well as querying information about this Position Tracker instance. |
RealizedPnLTrackerConstants | This event contains all the common constant values for the Realized PnL Tracker implementation. |
RealizedPnLTrackerFactory | The RealizedPnLTrackerFactory allows the user to create an instance of the Realized PnL Tracker provided with the CMF out-of-the-box. This Position Tracker should be created in the context that the orders are being received. |
ReservedPositionTrackerConstants | This event contains all the common constant values for the Reserved Position Tracker implementation. |
ReservedPositionTrackerFactory | The ReservedPositionTrackerFactory allows the user to create an instance of the Reserved Position Tracker provided with the CMF out-of-the-box. This Position Tracker should be created in the context that the orders are being received. |