v5.10.0
New Features
- Added
Connection.setExtendedQuoteMode
function which causes additionalQuote
properties to be populated. - Added
Quote.contractHigh
andQuote.contractLow
properties, which are populated in "extended" quote mode. - Added
SymbolParser.getFuturesExplicitFormat
function. - Added undocumented functions for interacting with a replay server.
Bug Fixes
- Suppressed requests to download out-of-band profile data, if the data has already been downloaded.
Technical Enhancements
- Updated the
ws
library from version 7.0.1 to 7.4.6. - Updated the
xmldom
library from version 0.1.27 to 0.6.0. - Corrected unit tests for
SymbolParser.getIsPit
function.
Other
- Renamed the
ConnectionBase.connect
function'sserver
parameter tohostname
and added theConnection.getHostname
function. - Added a Node.js script which captures market data feed messages to a file (for diagnostic purposes).
- Added a Node.js script which replays market data feed messages from a file (for diagnostic purposes).