(buy-order symbol amount price)
Make a order to buy amount
shares at price
of symbol
.
Make a order to buy `amount` shares at `price` of `symbol`.
(sell-order symbol amount price)
Make a order to sell amount
shares at price
of symbol
.
Make a order to sell `amount` shares at `price` of `symbol`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close