Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Fix issue 72 ClassCastException on onAllMarketTickersEvent stream #117

Closed
wants to merge 1 commit into from
Closed

Conversation

mjwchapman
Copy link

@mjwchapman mjwchapman commented Apr 23, 2018

  1. Pass in a concrete type reference to the constructor so that it is available at runtime.
  2. Change 'Q A v q' fields from longs to doubles.
  3. Add best bid quantity and price fields.
  4. Update example to iterate over the event list thus exercising the full code path.

1. Pass in a concrete type reference to the constructor so that it is
available at runtime.
2. Change 'Q A v q' fields from longs to doubles.
3. Add best bid quantity and price fields.
4. Update example to iterate over the event list thus exercising the
full code path.
@big-andy-coates
Copy link

Duplicate of, or relating to, #163. In particular, in the other PR the moving away from doubles for financials, (which suffer from rounding errors), is a good thing!

@joaopsilva
Copy link
Member

Fixed in #163.

@joaopsilva joaopsilva closed this Sep 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants