You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release notes
Enhancements
Added pretty_px option for batch::submit_job, which formats prices to the correct
scale using the fixed-precision scalar 1e-9 (available for CSV and JSON text
encodings)
Added pretty_ts option for batch::submit_job, which formats timestamps as ISO 8601
strings (available for CSV and JSON text encodings)
Added map_symbols option to batch::submit_job, which appends the raw symbol to
every record (available for CSV and JSON text encodings) reducing the need to look at
the symbology.json file
Added split_symbols option for batch::submit_job, which will split files by raw
symbol
Added encoding option to batch::submit_job to allow requesting non-DBN encoded
data through the client
Added map_symbols, pretty_px, and pretty_ts to BatchJob response
Added default stype_in of RawSymbol for live subscriptions to match behavior of
the historical client and the Python client