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

A market data request retrieval data. More...

#include <bittrexconnection.h>

Public Types

typedef std::unordered_map< std::string, Poco::Int32 > LastCacheIdMap
 The id of the last marketData entry that was sent to the requester. More...
 

Public Attributes

Poco::AutoPtr< Interface::MarketDataRequestDatamarketRequestData
 Information describing the market request.
 
LastCacheIdMap lastCacheIdMap
 The last cache identifier map.
 

Detailed Description

A market data request retrieval data.

Member Typedef Documentation

◆ LastCacheIdMap

typedef std::unordered_map< std::string, Poco::Int32 > trader::BittrexProcessingConnection::MarketDataRequestRetrievalData::LastCacheIdMap

The id of the last marketData entry that was sent to the requester.


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