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

Public Member Functions

void SetConsumer_key (std::string val)
 
bool isSetConsumer_key ()
 
void SetConsumer_secret (std::string val)
 
bool isSetConsumer_secret ()
 
void SetName (std::string val)
 
bool isSetName ()
 
void SetRead (bool val)
 
bool isSetRead ()
 
void SetTrade (bool val)
 
bool isSetTrade ()
 
void SetWithdraw (bool val)
 
bool isSetWithdraw ()
 

Public Attributes

std::string consumer_key
 
std::string consumer_secret
 
std::string name
 
bool read
 
bool readSet
 
bool trade
 
bool tradeSet
 
bool withdraw
 
bool withdrawSet
 

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