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

Public Member Functions

void SetApi_key (std::string val)
 
bool isSetApi_key ()
 
void SetApi_secret (std::string val)
 
bool isSetApi_secret ()
 
void SetName (std::string val)
 
bool isSetName ()
 
void SetRead_info (bool val)
 
bool isSetRead_info ()
 
void SetRequests_per_minute (Poco::Int32 val)
 
bool isSetRequests_per_minute ()
 
void SetTrade_limit (bool val)
 
bool isSetTrade_limit ()
 
void SetTrade_market (bool val)
 
bool isSetTrade_market ()
 
void SetWithdraw (bool val)
 
bool isSetWithdraw ()
 

Public Attributes

std::string api_key
 
std::string api_secret
 
std::string name
 
bool read_info
 
bool read_infoSet
 
Poco::Int32 requests_per_minute
 
bool trade_limit
 
bool trade_limitSet
 
bool trade_market
 
bool trade_marketSet
 
bool withdraw
 
bool withdrawSet
 

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