Symbol BulkCancel
Paritech.Prodigy.Control Symbol BulkCancel <Exchange> <Market> <Symbol>
Cancels all open orders for a symbol.
Arguments
Section titled “Arguments”Field | Description |
---|---|
Exchange | The Prodigy Exchange to connect to. |
Market | The code of the hosted market. |
Symbol | The code of the listed symbol. |
Available Options
Section titled “Available Options”Option | Description |
---|---|
-Reason <Value> | The reason for the cancellation. Valid values: Manual , Cancel . |
Output
Section titled “Output”Exit Code | Description |
---|---|
0 | Request successful. Returns the text result code from the Market on STDOUT. |
-1 | General failure |
Examples
Section titled “Examples”Paritech.Prodigy.Control Symbol BulkCancel XOSP XSX TEST1 -Reason Manual > Output.txt
Cancelled
More Information
Section titled “More Information”Utilises the Submit Symbol Action REST API with the BulkCancel request type.