|
trader
v0.1a
A framework to build trading applications
|
In-memory cache of marketdata. More...
#include <bittrexconnection.h>
Public Types | |
| typedef std::unordered_map< Poco::Int32, BittrexApi::History::DataObject::ResultArray > | MarketDataMap |
| Defines an alias representing the market data map. More... | |
Public Member Functions | |
| BittrexMarketData () | |
| Initializes a new instance of the bittrexconnection class. More... | |
Public Attributes | |
| MarketDataMap | marketDataMap |
| The market data map. | |
| Poco::Int32 | lastCachedId |
| Identifier for the last cached. | |
In-memory cache of marketdata.
| typedef std::unordered_map< Poco::Int32, BittrexApi::History::DataObject::ResultArray > trader::BittrexProcessingConnection::BittrexMarketData::MarketDataMap |
Defines an alias representing the market data map.
|
inline |
Initializes a new instance of the bittrexconnection class.
1.8.13