roq-trading / roq-issues

Issue tracker for Roq's software solutions.
https://roq-trading.com/
1 stars 0 forks source link

[roq-deribit] Missing multiplier when downloading trades #374

Closed thraneh closed 1 year ago

thraneh commented 1 year ago

Problem originates from FIX fills being reported in number of contracts and WS downloaded trades in amounts.

When downloading historical trades it could happen that reference data was not yet available. This incorrectly resulted in quantities not being converted into number of contracts.

A latch has now been implemented to only download trades after reference data has become available.