mirror of
https://github.com/Xahau/xahaud.git
synced 2026-08-23 16:30:52 +00:00
* Test whether offers which either already below the reserve (or would go below during processing) can execute if they cross. * Test the "Fill or Kill" and "Immediate or Cancel" flags.
Newest Style
Each folder contains a single module following the newest style:
- One class per header
- As much implementation hidden as possible
- All major interfaces are abstract
- Every class is documented
- Each module focuses on solving one problem