rRofex (version 1.6.9)

trading_cancel_order: Cancel Order Sent to the Market

Description

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

Usage

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()