pub type TradesInfo = HashMap<String, Trade>;
Mapping of trade-id: trade object
struct TradesInfo { /* private fields */ }