FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant summary | |
---|---|
constant string | DEFAULT_CONFIGSTORENAME := "REALIZED_PnL_TRACKER"
The name of the Configuration Store that is used for persisting position information by this Position Tracker. |
constant string | DEFAULT_CONFIGSTORENAME_FOR_INDV := "REALIZED_PnL_TRACKER_INDV"
The name of the Configuration Store that is used for persisting individual slice position information by this Position Tracker. |
constant string | DEFAULT_CONFIGSTOREPATH := "REALIZED_PnL_TRACKER.sqlite"
The name of the Configuration Store path that is used for persisting position information by this Position Tracker. |
constant string | DEFAULT_CONFIGSTOREPATH_FOR_INDV := "REALIZED_PnL_TRACKER_INDV.sqlite"
The name of the Configuration Store path that is used for persisting individual slice position information by this Position Tracker. |
constant string | DEFAULT_TRACKER_CONFIG_NORMALIZE_CURRENCY := "USD"
The default value for the TRACKER_CONFIG_NORMALIZE_CURRENCY config. |
constant string | TRACKER_CONFIG_NORMALIZE_CURRENCY := "NORMALIZE_CURRENCY"
The configuration parameter name that can be used to specify the currency the Realized PnL tracker should normalize it's cash positions to. If not supplied, the default value is USD. |
constant string | TRACKER_CONFIG_SLICE_CURRENCY := "SLICE_CURRENCY"
The configuration parameter name that can be used to specify the currency this slice is traded in. Used in conjunction with TRACKER_CONFIG_NORMALIZE_CURRENCY to normalize the cash positions to a common currency. |
constant string | TRACKER_CONFIG_TRACK_SEPARATE_LONG_SHORT := "TRACK_SEPARATE_LONG_SHORT"
The configuration parameter name that can be used to specify that the Realized PnL should track all long and all short positions for a subscription separately, rather than calculating the net position of long and short positions. |
constant string | TRACKER_TYPE := "REALIZED_PnL_TRACKER"
The type of the Realized PnL Tracker that is registered with the Position Service. Specific instances of the Realized PnL Tracker will have their own tracker names, but a common type. |
Action summary | |
---|---|
com.apama.position.tracker.GenericPositionTrackerConstants |
getGenericConsts()
This action returns the set of generic Position Tracker constants that are common to all CMF Position Tracker implementations. |
Constant detail |
---|
constant string DEFAULT_CONFIGSTORENAME := "REALIZED_PnL_TRACKER"The name of the Configuration Store that is used for persisting position information by this Position Tracker.
constant string DEFAULT_CONFIGSTORENAME_FOR_INDV := "REALIZED_PnL_TRACKER_INDV"The name of the Configuration Store that is used for persisting individual slice position information by this Position Tracker.
constant string DEFAULT_CONFIGSTOREPATH := "REALIZED_PnL_TRACKER.sqlite"The name of the Configuration Store path that is used for persisting position information by this Position Tracker.
constant string DEFAULT_CONFIGSTOREPATH_FOR_INDV := "REALIZED_PnL_TRACKER_INDV.sqlite"The name of the Configuration Store path that is used for persisting individual slice position information by this Position Tracker.
constant string DEFAULT_TRACKER_CONFIG_NORMALIZE_CURRENCY := "USD"The default value for the TRACKER_CONFIG_NORMALIZE_CURRENCY config.
constant string TRACKER_CONFIG_NORMALIZE_CURRENCY := "NORMALIZE_CURRENCY"The configuration parameter name that can be used to specify the currency the Realized PnL tracker should normalize it's cash positions to. If not supplied, the default value is USD.
constant string TRACKER_CONFIG_SLICE_CURRENCY := "SLICE_CURRENCY"The configuration parameter name that can be used to specify the currency this slice is traded in. Used in conjunction with TRACKER_CONFIG_NORMALIZE_CURRENCY to normalize the cash positions to a common currency.
constant string TRACKER_CONFIG_TRACK_SEPARATE_LONG_SHORT := "TRACK_SEPARATE_LONG_SHORT"The configuration parameter name that can be used to specify that the Realized PnL should track all long and all short positions for a subscription separately, rather than calculating the net position of long and short positions.
constant string TRACKER_TYPE := "REALIZED_PnL_TRACKER"The type of the Realized PnL Tracker that is registered with the Position Service. Specific instances of the Realized PnL Tracker will have their own tracker names, but a common type.
Action detail |
---|
com.apama.position.tracker.GenericPositionTrackerConstants getGenericConsts()This action returns the set of generic Position Tracker constants that are common to all CMF Position Tracker implementations.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |