This API provides access to the Barchart streaming market data services.
Please see ddfplus-examples/README.md
Releases are available on maven central.
com.ddfplus.jaws ddfplus-api version_string com.ddfplus.jaws ddfplus-examples version_string-
Changed DdfMessageBase to add getter for the LocalDateTime. DdfMarketBase message = quote.getMessage(); if (message instanceof DdfMarketTrade) { DdfMarketTrade ddfTradeMessage = (DdfMarketTrade) message;
LocalDateTime localDateTime = message.getLocalDateTime(); }
- Added support for .F symbols as FOREX
- Changed MarketCondition from 1 to 9 for NASDAQ
- Reset market condition on the quote when settlement or open occurs
- Added MarketConditions for NASDAQ
- Fix for settlement field on Session.clone()
- Add read timeout on Web Socket connection
- Add Market Events for Trading Halt and Suspension
- Additional web socket logging
- Added uncaught exception handler
- TCP read timeouts correction to properly handle a failing connection.
- Updated Web Socket library.
- Updated documentation.
- Adds support for JERQ symbol short cuts.
- Improves Web Socket re-connection on failure.
- Initial version