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

Public Member Functions

void SetDate_created (std::time_t val)
 
bool isSetDate_created ()
 
void SetDate_executed (std::time_t val)
 
bool isSetDate_executed ()
 
void SetPrice (std::string val)
 
bool isSetPrice ()
 
void SetQty (std::string val)
 
bool isSetQty ()
 
void SetStatus (std::string val)
 
bool isSetStatus ()
 
void SetTicket (Poco::Int32 val)
 
bool isSetTicket ()
 
void SetType (char val)
 
bool isSetType ()
 

Public Attributes

std::time_t date_created
 
std::time_t date_executed
 
std::string price
 
std::string qty
 
std::string status
 
Poco::Int32 ticket
 
char type
 

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