trader  v0.1a
A framework to build trading applications
Public Types | Public Member Functions | Public Attributes | List of all members
trader::BittrexProcessingConnection::BittrexMarketData Struct Reference

In-memory cache of marketdata. More...

#include <bittrexconnection.h>

Public Types

typedef std::unordered_map< Poco::Int32, BittrexApi::History::DataObject::ResultArrayMarketDataMap
 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.
 

Detailed Description

In-memory cache of marketdata.

Member Typedef Documentation

◆ MarketDataMap

Defines an alias representing the market data map.

Constructor & Destructor Documentation

◆ BittrexMarketData()

trader::BittrexProcessingConnection::BittrexMarketData::BittrexMarketData ( )
inline

Initializes a new instance of the bittrexconnection class.


The documentation for this struct was generated from the following file: