ronaldlam / Autotrageur

Automated arbitrageur
2 stars 1 forks source link

Proposal: Orderbook prototype - unified ccxt response without override #195

Open jaonewguy opened 5 years ago

jaonewguy commented 5 years ago

Counter-proposal to #194 :

We do NOT override the fetch_order_book and parse_order_book calls in each ext_exchange, return the orderbook response as the CCXT unified response, and format the orderbook data as we need. Then persist into the DB.

Pros:

Cons: