[Maturing] The method trading_cancel_order should be use to cancel orders that are open on the market.

trading_cancel_order(connection, id, proprietary)

Arguments

connection

S4. Mandatory Formal rRofexConnection class object

id

String. Mandatory clOrdId given by the trading_orders method.

proprietary

String. Mandatory ID given by the trading_orders method.

  • PBCP

Value

If correct, it will load a tibble.

See also

Other order placements functions: trading_new_order()