(configured-accounts fix-engine)(create-fix-engine fix-config-file)Creates a fix-engine instance from an EDN file (vector of accounts indexed by :account/name).
Creates a fix-engine instance from an EDN file (vector of accounts indexed by `:account/name`).
(get-session {:keys [sessions] :as fix-engine} account-ref)(load-accounts accounts-edn-file)(start-quote-session fix-engine account-name subscription-a log)Starts quote boot for account-name (:account/name string). Caller provides log (from flow-sender).
Returns {:quote-rdv :subscription-a :session ...}.
Starts quote boot for `account-name` (`:account/name` string). Caller provides `log` (from flow-sender).
Returns {:quote-rdv :subscription-a :session ...}.(start-trade-session fix-engine account-name req-rdv res-rdv log)Starts trade boot for account-name. Caller provides req-rdv, res-rdv, and log.
Starts trade boot for `account-name`. Caller provides req-rdv, res-rdv, and `log`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |