Liking cljdoc? Tell your friends :D

fix-engine.core


configured-accountsclj

(configured-accounts fix-engine)

create-fix-engineclj

(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`).
raw docstring

get-sessionclj

(get-session {:keys [sessions] :as fix-engine} account-ref)

load-accountsclj

(load-accounts accounts-edn-file)

start-quote-sessionclj

(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 ...}.
raw docstring

start-trade-sessionclj

(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`.
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