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

Public Member Functions

void SetExpiretm (std::string val)
 
bool isSetExpiretm ()
 
void SetLeverage (Poco::Int32 val)
 
bool isSetLeverage ()
 
void SetOflags (std::string val)
 
bool isSetOflags ()
 
void SetOrdertype (std::string val)
 
bool isSetOrdertype ()
 
void SetPair (std::string val)
 
bool isSetPair ()
 
void SetPrice (std::string val)
 
bool isSetPrice ()
 
void SetPrice2 (std::string val)
 
bool isSetPrice2 ()
 
void SetStarttm (std::string val)
 
bool isSetStarttm ()
 
void SetType (std::string val)
 
bool isSetType ()
 
void SetUserref (Poco::Int32 val)
 
bool isSetUserref ()
 
void SetValidate (bool val)
 
bool isSetValidate ()
 
void SetVolume (double val)
 
bool isSetVolume ()
 

Public Attributes

std::string expiretm
 
Poco::Int32 leverage
 
std::string oflags
 
std::string ordertype
 
std::string pair
 
std::string price
 
std::string price2
 
std::string starttm
 
std::string type
 
Poco::Int32 userref
 
bool validate
 
bool validateSet
 
double volume
 

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