FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member Summary | |
---|---|
integer | minQtyPosition
The minimum quantity for the position being tracked. |
float | minCashPosition
The minimum cash value of the position being tracked. |
integer | maxQtyPosition
The maximum quantity for the position being tracked. |
float | maxCashPosition
The maximum cash value of the position being tracked. |
dictionary<string, string > | extraParams
Any extra information associated with this Position can be stored in this dictionary. The contents of this dictionary will be specific to the Position Tracker implementation that publishes it. |
Action Summary | |
---|---|
void |
setFullPosition(integer minQty, float minCashPosition, integer maxQty, float maxCashPosition)
This action sets the Position information where separate minimum and maximum values are required. |
void |
setMaxPosition(integer qty, float cashPosition)
This action sets the maximum Position information where separate minimum and maximum values are required. |
void |
setMinPosition(integer qty, float cashPosition)
This action sets the minimum Position information where separate minimum and maximum values are required. |
void |
setPosition(integer qty, float cashPosition)
This action sets the Position information where a single quantity and cash position are required (IE instead of separate min/max values). |
Member Detail |
---|
dictionary<string, string > extraParamsAny extra information associated with this Position can be stored in this dictionary. The contents of this dictionary will be specific to the Position Tracker implementation that publishes it.
float maxCashPositionThe maximum cash value of the position being tracked.
integer maxQtyPositionThe maximum quantity for the position being tracked.
float minCashPositionThe minimum cash value of the position being tracked.
integer minQtyPositionThe minimum quantity for the position being tracked.
Action Detail |
---|
void setFullPosition(integer minQty, float minCashPosition, integer maxQty, float maxCashPosition)This action sets the Position information where separate minimum and maximum values are required.
void setMaxPosition(integer qty, float cashPosition)This action sets the maximum Position information where separate minimum and maximum values are required.
void setMinPosition(integer qty, float cashPosition)This action sets the minimum Position information where separate minimum and maximum values are required.
void setPosition(integer qty, float cashPosition)This action sets the Position information where a single quantity and cash position are required (IE instead of separate min/max values).
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |