penberg / helix

Helix, a market data feed handler for C and C++.
Other
110 stars 35 forks source link

Displaying prices and sizes in tools #47

Closed jvirtanen closed 5 years ago

jvirtanen commented 7 years ago

helix-trace assumes that prices have a scaling factor of 10000 and two decimal digits and that sizes have a scaling factor of 1 and no decimal digits. This works for Nasdaq and Parity until 0.6.0, but Parity 0.7.0 introduces support for configurable number of decimal digits for both prices and sizes.

I'm working on a patch to update the Parity PMD support to Parity 0.7.0. What's your preference for displaying prices and sizes in helix-trace? I can think of two options:

jvirtanen commented 5 years ago

Closing this due to lack of activity.