Skip to content

Symbol BulkCancel

Paritech.Prodigy.Control Symbol BulkCancel <Exchange> <Market> <Symbol>

Cancels all open orders for a symbol.

FieldDescription
ExchangeThe Prodigy Exchange to connect to.
MarketThe code of the hosted market.
SymbolThe code of the listed symbol.
OptionDescription
-Reason <Value>The reason for the cancellation. Valid values: Manual, Cancel.
Exit CodeDescription
0Request successful. Returns the text result code from the Market on STDOUT.
-1General failure
List Symbol
Paritech.Prodigy.Control Symbol BulkCancel XOSP XSX TEST1 -Reason Manual > Output.txt
Output.txt
Cancelled

Utilises the Submit Symbol Action REST API with the BulkCancel request type.