Liking cljdoc? Tell your friends :D

quanta.quote.protocol


create-quote-accountcljmultimethod

a trade-account must implement this method to create it. account-config is a map that must contain :account/id - unique identifier (long) :account/api - the quote api identifier (keyword) :account/settings - settings as required by the api subscription-a - a set of asset ids that the account is subscribed to emit-quote - a function that can send quotes to the account log - a function that can log messages

a trade-account must implement this method to create it.
account-config is a map that must contain 
   :account/id  - unique identifier (long)
   :account/api - the quote api identifier (keyword)
   :account/settings - settings as required by the api
subscription-a - a set of asset ids that the account is subscribed to
emit-quote - a function that can send quotes to the account
log - a function that can log messages
raw 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