valeratrades / discretionary_engine

LaTeX of trading
Apache License 2.0
0 stars 1 forks source link

IT hub (naive) #14

Closed valeratrades closed 4 months ago

valeratrades commented 4 months ago

Fundamentally, ignoring the trivial synchronization implementation details, hub does Vec<ConceptualOrder> -> Vec<Order>. So:

  1. expose function that does that
  2. write expect (snapshot, as later on will add considerations and mocking of exchange balances, fees, latencies, etc)