Liking cljdoc? Tell your friends :D

binance-clj.spot.trade

Public facade for locally validated V1 Spot trading commands.

Public facade for locally validated V1 Spot trading commands.
raw docstring

cancel-orderclj

(cancel-order connector params)

Cancels one order after validating its identifiers and production guard.

Cancels one order after validating its identifiers and production guard.
sourceraw docstring

new-orderclj

(new-order connector symbol-info order)
(new-order connector symbol-info order options)

Submits a locally validated MARKET/LIMIT order.

Production use also requires :enable-live-trading? true on the client.

Submits a locally validated MARKET/LIMIT order.

Production use also requires `:enable-live-trading? true` on the client.
sourceraw docstring

submit-order!clj

(submit-order! connector symbol-info order)
(submit-order! connector symbol-info order options)

Submits once and reconciles unknown execution by client order id.

Options are :reference-price, :reconciliation-policy, and the testable :sleep-fn boundary. The final lifecycle is never reported as rejected only because bounded queries did not observe an order.

Submits once and reconciles unknown execution by client order id.

Options are `:reference-price`, `:reconciliation-policy`, and the testable
`:sleep-fn` boundary. The final lifecycle is never reported as rejected only
because bounded queries did not observe an order.
sourceraw docstring

test-orderclj

(test-order connector symbol-info order)
(test-order connector symbol-info order options)

Validates a MARKET/LIMIT order locally and through Binance without execution.

Validates a MARKET/LIMIT order locally and through Binance without execution.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close