delAll (authorized)
Cancels all pending orders for a specified instrument.
POST pending/delAll
{
"clientId": int,
"instrument": "string" (optional, if not specified then cancels all client pending orders)
}{
"removed": "int"
}{
"error": "int"
}Last updated