store#
API documentation for tradingstrategy.direct_feed.store Python module in Trading Strategy.
Module description#
Cached data store for trade feeds.
We store
- Block headers 
- Fetched trades 
We do not store
- Candles (always regenerated) 
Classes#
| Manage on-disk block header and trade cache for direct feeds. |