com.ddfplus.jaws:ddfplus-parent

DDF Plus API Parent

License

License

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

com.ddfplus.jaws
ArtifactId

ArtifactId

ddfplus-parent
Last Version

Last Version

1.1.7
Release Date

Release Date

Type

Type

pom
Description

Description

DDF Plus API Parent
Project Organization

Project Organization

Barchart, Inc.
Source Code Management

Source Code Management

https://github.com:/barchart/ddfplus-java-api

Download ddfplus-parent

Filename Size
ddfplus-parent-1.1.7.pom 1 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.ddfplus.jaws/ddfplus-parent/ -->
<dependency>
    <groupId>com.ddfplus.jaws</groupId>
    <artifactId>ddfplus-parent</artifactId>
    <version>1.1.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ddfplus.jaws/ddfplus-parent/
implementation 'com.ddfplus.jaws:ddfplus-parent:1.1.7'
// https://jarcasting.com/artifacts/com.ddfplus.jaws/ddfplus-parent/
implementation ("com.ddfplus.jaws:ddfplus-parent:1.1.7")
'com.ddfplus.jaws:ddfplus-parent:pom:1.1.7'
<dependency org="com.ddfplus.jaws" name="ddfplus-parent" rev="1.1.7">
  <artifact name="ddfplus-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ddfplus.jaws', module='ddfplus-parent', version='1.1.7')
)
libraryDependencies += "com.ddfplus.jaws" % "ddfplus-parent" % "1.1.7"
[com.ddfplus.jaws/ddfplus-parent "1.1.7"]

Dependencies

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21

test (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar [1.1.7,)
junit : junit jar 4.11

Project Modules

  • ddfplus-api
  • ddfplus-examples

DDF Plus Java API

This API provides access to the Barchart streaming market data services.

Please see ddfplus-examples/README.md

Latest API Release

Releases are available on maven central.

Core Library

com.ddfplus.jaws ddfplus-api version_string

Examples Distribution

com.ddfplus.jaws ddfplus-examples version_string

Version History

1.1.8

  • Changed DdfMessageBase to add getter for the LocalDateTime. DdfMarketBase message = quote.getMessage(); if (message instanceof DdfMarketTrade) { DdfMarketTrade ddfTradeMessage = (DdfMarketTrade) message;

          LocalDateTime localDateTime = message.getLocalDateTime();
      }
    

1.0.9

  • Added support for .F symbols as FOREX

1.0.8

  • Changed MarketCondition from 1 to 9 for NASDAQ

1.0.7

  • Reset market condition on the quote when settlement or open occurs
  • Added MarketConditions for NASDAQ

1.0.6

  • Fix for settlement field on Session.clone()
  • Add read timeout on Web Socket connection

1.0.5

  • Add Market Events for Trading Halt and Suspension

1.0.4

  • Additional web socket logging
  • Added uncaught exception handler

1.0.3

  • TCP read timeouts correction to properly handle a failing connection.
  • Updated Web Socket library.

1.0.2

  • Updated documentation.

1.0.1

  • Adds support for JERQ symbol short cuts.
  • Improves Web Socket re-connection on failure.

1.0.0

  • Initial version
com.ddfplus.jaws

Barchart, Inc.

Versions

Version
1.1.7
1.0.19
1.0.17
1.0.14
1.0.12
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2