gabirel1 / Epitech-Principe-financier-de-base-et-architecture

MIT License
2 stars 1 forks source link

Market sorting action #17

Closed DipStax closed 8 months ago

DipStax commented 8 months ago

Description:

The Market must order action or the OrderBook due of the multithreading on previous the pipelines (Serializer, Action) with the seqNum from the FIX protocol.

First approche:

Use an std::queue to store action with a seqNum higher than the actual Market seqNum await.

DipStax commented 8 months ago

This is actually not a bug, it a normal behavior.