trader  v0.1a
A framework to build trading applications
Public Member Functions | Public Attributes | List of all members
trader::BittrexApi::History::DataObject::ResultArray Struct Reference

Public Member Functions

void SetFillType (std::string val)
 
bool isSetFillType ()
 
void SetId (Poco::Int32 val)
 
bool isSetId ()
 
void SetOrderType (std::string val)
 
bool isSetOrderType ()
 
void SetPrice (double val)
 
bool isSetPrice ()
 
void SetQuantity (double val)
 
bool isSetQuantity ()
 
void SetTimeStamp (FormattedTime val)
 
void SetTimeStamp (const std::string &val)
 
void SetTotal (double val)
 
bool isSetTotal ()
 

Public Attributes

std::string fillType
 
Poco::Int32 id
 
std::string orderType
 
double price
 
double quantity
 
FormattedTime timeStamp
 
double total
 

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