FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
action<> returns string | getStrategyName
This function returns the name of this instance of the Strategy. |
action<string> returns com.apama.sor.oms.ParentOrderContainer | getParentOrder
This function returns the Parent Order object using a given order identifier. |
action<com.apama.oms.NewOrder, action<string>, action<string, string>> | create
This function creates a new Parent Order object for this Strategy instance using the order passed in, and calls the user back on either the success/failure callbacks provided. |
action<com.apama.oms.AmendOrder, string, action<string>, action<string, string>> | amend
This function Amends an existing Parent Order object for this Strategy instance using the order passed in, and calls the user back on either the success/failure callbacks provided. |
action<com.apama.oms.CancelOrder, string, action<string>, action<string, string>> | cancel
This function Cancels an existing Parent Order object for this Strategy instance using the order passed in, and calls the user back on either the success/failure callbacks provided. |
action<string, string, action<string, string>, action<string, string>> | stopStrategy
This function terminates the an existing Parent Order instance using the orderId passed in and a reason for stopping the Strategy, and calls the user back on either the success/failure callbacks provided. |
Member detail |
---|
action<com.apama.oms.AmendOrder, string, action<string>, action<string, string>> amendThis function Amends an existing Parent Order object for this Strategy instance using the order passed in, and calls the user back on either the success/failure callbacks provided.
action<com.apama.oms.CancelOrder, string, action<string>, action<string, string>> cancelThis function Cancels an existing Parent Order object for this Strategy instance using the order passed in, and calls the user back on either the success/failure callbacks provided.
action<com.apama.oms.NewOrder, action<string>, action<string, string>> createThis function creates a new Parent Order object for this Strategy instance using the order passed in, and calls the user back on either the success/failure callbacks provided.
action<string> returns com.apama.sor.oms.ParentOrderContainer getParentOrderThis function returns the Parent Order object using a given order identifier.
action<> returns string getStrategyNameThis function returns the name of this instance of the Strategy.
action<string, string, action<string, string>, action<string, string>> stopStrategyThis function terminates the an existing Parent Order instance using the orderId passed in and a reason for stopping the Strategy, and calls the user back on either the success/failure callbacks provided.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |