Liking cljdoc? Tell your friends :D

cljblpapiwrapper.core


bdhclj

(bdh securities
     fields
     start-date
     end-date
     &
     {:keys [adjustment-split periodicity session]
      :or {adjustment-split false periodicity "DAILY" session nil}})
source

bdh-result->dateclj

(bdh-result->date res date)
source

bdh-result->date-fieldclj

(bdh-result->date-field res date field)
source

bdh-result->fieldclj

(bdh-result->field res field)
source

bdh-result->recordsclj

(bdh-result->records res)

This is useful for e.g. vega-lite display

This is useful for e.g. vega-lite display
sourceraw docstring

bdpclj

(bdp securities
     fields
     &
     {:keys [session override-map] :or {session nil override-map nil}})
source

bdp-simpleclj

(bdp-simple security
            field
            &
            {:keys [override-field override-value]
             :or {override-field nil override-value nil}})

One security and one field, one override- will return a string

One security and one field, one override- will return a string
sourceraw docstring

clj-bdp-sessionclj

(clj-bdp-session securitiescoll fieldscoll override-map session-input)

We either take the session as an input (SAPI) or create a local session, which will only work locally on a computer that is connected to Bloomberg

We either take the session as an input (SAPI) or create a
local session, which will only work locally on a computer that is connected to Bloomberg
sourceraw docstring

clj-bdp-subscribeclj

(clj-bdp-subscribe securities fields session-input atom-map)
source

default-local-hostclj

source

default-local-portclj

source

sapi-sessionclj

(sapi-session host-ip host-port uuid local-ip)

SAPI authentication

  • host-ip and host-port are for the server
  • uuid is the UUID of a user who's creating the request and is logged into Bloomberg desktop
  • local-ip is the ip of the user
SAPI authentication
- host-ip and host-port are for the server
- uuid is the UUID of a user who's creating the request and is logged into Bloomberg desktop
- local-ip is the ip of the user
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close