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

Public Types

typedef double FeesArrayArray
 
typedef std::vector< FeesArrayArray > FeesArray
 
typedef std::vector< FeesArray > Fees
 
typedef double Fees_makerArrayArray
 
typedef std::vector< Fees_makerArrayArray > Fees_makerArray
 
typedef std::vector< Fees_makerArray > Fees_maker
 
typedef double Leverage_buyArray
 
typedef std::vector< Leverage_buyArray > Leverage_buy
 
typedef double Leverage_sellArray
 
typedef std::vector< Leverage_sellArray > Leverage_sell
 

Public Member Functions

void SetAclass_base (std::string val)
 
bool isSetAclass_base ()
 
void SetAclass_quote (std::string val)
 
bool isSetAclass_quote ()
 
void SetAltname (std::string val)
 
bool isSetAltname ()
 
void SetBase (std::string val)
 
bool isSetBase ()
 
void SetFee_volume_currency (std::string val)
 
bool isSetFee_volume_currency ()
 
void SetLot (std::string val)
 
bool isSetLot ()
 
void SetLot_decimals (Poco::Int32 val)
 
bool isSetLot_decimals ()
 
void SetLot_multiplier (Poco::Int32 val)
 
bool isSetLot_multiplier ()
 
void SetMargin_call (Poco::Int32 val)
 
bool isSetMargin_call ()
 
void SetMargin_stop (Poco::Int32 val)
 
bool isSetMargin_stop ()
 
void SetPair_decimals (Poco::Int32 val)
 
bool isSetPair_decimals ()
 
void SetQuote (std::string val)
 
bool isSetQuote ()
 

Public Attributes

std::string aclass_base
 
std::string aclass_quote
 
std::string altname
 
std::string base
 
std::string fee_volume_currency
 
Fees fees
 
Fees_maker fees_maker
 
Leverage_buy leverage_buy
 
Leverage_sell leverage_sell
 
std::string lot
 
Poco::Int32 lot_decimals
 
Poco::Int32 lot_multiplier
 
Poco::Int32 margin_call
 
Poco::Int32 margin_stop
 
Poco::Int32 pair_decimals
 
std::string quote
 

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