BinanceApi.Order (binance_api v0.2.10) View Source

Link to this section Summary

Link to this section Functions

Link to this function

futures_all_orders(opts)

View Source

See BinanceApi.Order.USDMFutures.all_orders/1.

Link to this function

futures_cancel_open_orders(symbol, opts)

View Source

See BinanceApi.Order.USDMFutures.cancel_open_orders/2.

Link to this function

futures_cancel_order(symbol, order_id, opts)

View Source

See BinanceApi.Order.USDMFutures.cancel_order/3.

Link to this function

futures_cancel_orders(symbol, order_ids, opts)

View Source

See BinanceApi.Order.USDMFutures.cancel_orders/3.

Link to this function

futures_open_orders(opts)

View Source

See BinanceApi.Order.USDMFutures.open_orders/1.

Link to this function

futures_open_orders_by_symbol(symbol, opts)

View Source

See BinanceApi.Order.USDMFutures.open_orders_by_symbol/2.

Link to this function

futures_place_order(params, opts)

View Source

See BinanceApi.Order.USDMFutures.place_order/2.

Link to this function

futures_place_orders(params_list, opts)

View Source

See BinanceApi.Order.USDMFutures.place_orders/2.

See BinanceApi.Order.Spot.all_orders/1.

Link to this function

spot_cancel_open_orders(symbol, opts)

View Source

See BinanceApi.Order.Spot.cancel_open_orders/2.

Link to this function

spot_cancel_order(symbol, order_id, opts)

View Source

See BinanceApi.Order.Spot.cancel_order/3.

See BinanceApi.Order.Spot.open_orders/1.

Link to this function

spot_open_orders_by_symbol(symbol, opts)

View Source

See BinanceApi.Order.Spot.open_orders_by_symbol/2.

Link to this function

spot_place_order(params, opts)

View Source

See BinanceApi.Order.Spot.place_order/2.

Link to this function

spot_place_orders(params_list, opts)

View Source

See BinanceApi.Order.Spot.place_orders/2.