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

Public Member Functions

void SetAvailable (double val)
 
bool isSetAvailable ()
 
void SetBalance (double val)
 
bool isSetBalance ()
 
void SetCryptoAddress (std::string val)
 
bool isSetCryptoAddress ()
 
void SetCurrency (std::string val)
 
bool isSetCurrency ()
 
void SetPending (double val)
 
bool isSetPending ()
 
void SetRequested (bool val)
 
bool isSetRequested ()
 
void SetUuid (std::string val)
 
bool isSetUuid ()
 

Public Attributes

double available
 
double balance
 
std::string cryptoAddress
 
std::string currency
 
double pending
 
bool requested
 
bool requestedSet
 
std::string uuid
 

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