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

Public Member Functions

void SetDate (std::time_t val)
 
bool isSetDate ()
 
void SetPrice (double val)
 
bool isSetPrice ()
 
void SetQty (double val)
 
bool isSetQty ()
 
void SetTicket (Poco::Int32 val)
 
bool isSetTicket ()
 
void SetType (char val)
 
bool isSetType ()
 

Public Attributes

std::time_t date
 
double price
 
double qty
 
Poco::Int32 ticket
 
char type
 

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