|
Open-Transactions
0.93.0-ge03d287
|
#include <ot_otapi_ot.hpp>

Public Member Functions | |
| OTAPI_Func () | |
| OTAPI_Func (OTAPI_Func_Type theType, const std::string &p_serverID, const std::string &p_nymID) | |
| OTAPI_Func (OTAPI_Func_Type theType, const std::string &p_serverID, const std::string &p_nymID, const std::string &p_strParam) | |
| OTAPI_Func (OTAPI_Func_Type theType, const std::string &p_serverID, const std::string &p_nymID, const std::string &p_strParam, int64_t p_lData) | |
| OTAPI_Func (OTAPI_Func_Type theType, const std::string &p_serverID, const std::string &p_nymID, const std::string &p_strParam, const std::string &p_strData) | |
| OTAPI_Func (OTAPI_Func_Type theType, const std::string &p_serverID, const std::string &p_nymID, const std::string &p_nymID2, const std::string &p_strData, const std::string &p_strData2) | |
| OTAPI_Func (OTAPI_Func_Type theType, const std::string &p_serverID, const std::string &p_nymID, const std::string &p_accountID, const std::string &p_strParam, int64_t p_lData, const std::string &p_strData2) | |
| OTAPI_Func (OTAPI_Func_Type theType, const std::string &p_serverID, const std::string &p_nymID, const std::string &p_accountID, const std::string &p_strParam, const std::string &p_strData, int64_t p_lData2) | |
| OTAPI_Func (OTAPI_Func_Type theType, const std::string &p_serverID, const std::string &p_nymID, const std::string &p_accountID, const std::string &p_strParam, const std::string &p_strData, const std::string &p_strData2) | |
| OTAPI_Func (OTAPI_Func_Type theType, const std::string &p_serverID, const std::string &p_nymID, const std::string &p_assetID, const std::string &p_basket, const std::string &p_accountID, bool p_bBool, int32_t p_nTransNumsNeeded) | |
| OTAPI_Func (OTAPI_Func_Type theType, const std::string &p_serverID, const std::string &p_nymID, const std::string &assetAccountID, const std::string ¤cyAcctID, const std::string &scale, const std::string &minIncrement, const std::string &quantity, const std::string &price, bool bSelling) | |
| ~OTAPI_Func () | |
| OT_OTAPI_OT void | InitCustom () |
| OT_OTAPI_OT int32_t | Run () const |
| OT_OTAPI_OT std::string | SendRequest (OTAPI_Func &theFunction, const std::string &IN_FUNCTION) const |
| OT_OTAPI_OT int32_t | SendRequestLowLevel (OTAPI_Func &theFunction, const std::string &IN_FUNCTION) const |
| OT_OTAPI_OT std::string | SendRequestOnce (OTAPI_Func &theFunction, const std::string &IN_FUNCTION, bool bIsTransaction, bool bWillRetryAfterThis, bool &bCanRetryAfterThis) const |
| OT_OTAPI_OT std::string | SendTransaction (OTAPI_Func &theFunction, const std::string &IN_FUNCTION) |
| OT_OTAPI_OT std::string | SendTransaction (OTAPI_Func &theFunction, const std::string &IN_FUNCTION, int32_t nTotalRetries) const |
Static Public Member Functions | |
| EXPORT static OT_OTAPI_OT void | CopyVariables () |
Public Attributes | |
| OTAPI_Func_Type | funcType |
| std::string | serverID |
| std::string | nymID |
| std::string | nymID2 |
| std::string | assetID |
| std::string | assetID2 |
| std::string | accountID |
| std::string | accountID2 |
| std::string | basket |
| std::string | strData |
| std::string | strData2 |
| std::string | strData3 |
| std::string | strData4 |
| std::string | strData5 |
| bool | bBool |
| int32_t | nData |
| int64_t | lData |
| time64_t | tData |
| int32_t | nTransNumsNeeded |
| int32_t | nRequestNum |
Definition at line 257 of file ot_otapi_ot.hpp.
| OTAPI_Func::OTAPI_Func | ( | ) |
Definition at line 190 of file ot_otapi_ot.cpp.
| OTAPI_Func::OTAPI_Func | ( | OTAPI_Func_Type | theType, |
| const std::string & | p_serverID, | ||
| const std::string & | p_nymID | ||
| ) |
Definition at line 201 of file ot_otapi_ot.cpp.
| OTAPI_Func::OTAPI_Func | ( | OTAPI_Func_Type | theType, |
| const std::string & | p_serverID, | ||
| const std::string & | p_nymID, | ||
| const std::string & | p_strParam | ||
| ) |
Definition at line 224 of file ot_otapi_ot.cpp.
| OTAPI_Func::OTAPI_Func | ( | OTAPI_Func_Type | theType, |
| const std::string & | p_serverID, | ||
| const std::string & | p_nymID, | ||
| const std::string & | p_strParam, | ||
| int64_t | p_lData | ||
| ) |
Definition at line 322 of file ot_otapi_ot.cpp.
| OTAPI_Func::OTAPI_Func | ( | OTAPI_Func_Type | theType, |
| const std::string & | p_serverID, | ||
| const std::string & | p_nymID, | ||
| const std::string & | p_strParam, | ||
| const std::string & | p_strData | ||
| ) |
Definition at line 272 of file ot_otapi_ot.cpp.
| OTAPI_Func::OTAPI_Func | ( | OTAPI_Func_Type | theType, |
| const std::string & | p_serverID, | ||
| const std::string & | p_nymID, | ||
| const std::string & | p_nymID2, | ||
| const std::string & | p_strData, | ||
| const std::string & | p_strData2 | ||
| ) |
Definition at line 362 of file ot_otapi_ot.cpp.
| OTAPI_Func::OTAPI_Func | ( | OTAPI_Func_Type | theType, |
| const std::string & | p_serverID, | ||
| const std::string & | p_nymID, | ||
| const std::string & | p_accountID, | ||
| const std::string & | p_strParam, | ||
| int64_t | p_lData, | ||
| const std::string & | p_strData2 | ||
| ) |
Definition at line 430 of file ot_otapi_ot.cpp.
| OTAPI_Func::OTAPI_Func | ( | OTAPI_Func_Type | theType, |
| const std::string & | p_serverID, | ||
| const std::string & | p_nymID, | ||
| const std::string & | p_accountID, | ||
| const std::string & | p_strParam, | ||
| const std::string & | p_strData, | ||
| int64_t | p_lData2 | ||
| ) |
Definition at line 475 of file ot_otapi_ot.cpp.
| OTAPI_Func::OTAPI_Func | ( | OTAPI_Func_Type | theType, |
| const std::string & | p_serverID, | ||
| const std::string & | p_nymID, | ||
| const std::string & | p_accountID, | ||
| const std::string & | p_strParam, | ||
| const std::string & | p_strData, | ||
| const std::string & | p_strData2 | ||
| ) |
Definition at line 528 of file ot_otapi_ot.cpp.
| OTAPI_Func::OTAPI_Func | ( | OTAPI_Func_Type | theType, |
| const std::string & | p_serverID, | ||
| const std::string & | p_nymID, | ||
| const std::string & | p_assetID, | ||
| const std::string & | p_basket, | ||
| const std::string & | p_accountID, | ||
| bool | p_bBool, | ||
| int32_t | p_nTransNumsNeeded | ||
| ) |
Definition at line 581 of file ot_otapi_ot.cpp.
| OTAPI_Func::OTAPI_Func | ( | OTAPI_Func_Type | theType, |
| const std::string & | p_serverID, | ||
| const std::string & | p_nymID, | ||
| const std::string & | assetAccountID, | ||
| const std::string & | currencyAcctID, | ||
| const std::string & | scale, | ||
| const std::string & | minIncrement, | ||
| const std::string & | quantity, | ||
| const std::string & | price, | ||
| bool | bSelling | ||
| ) |
Definition at line 618 of file ot_otapi_ot.cpp.
| OTAPI_Func::~OTAPI_Func | ( | ) |
Definition at line 197 of file ot_otapi_ot.cpp.
|
static |
Definition at line 167 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT void OTAPI_Func::InitCustom | ( | ) |
Definition at line 179 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT int32_t OTAPI_Func::Run | ( | ) | const |
Definition at line 675 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT string OTAPI_Func::SendRequest | ( | OTAPI_Func & | theFunction, |
| const std::string & | IN_FUNCTION | ||
| ) | const |
Definition at line 996 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT int32_t OTAPI_Func::SendRequestLowLevel | ( | OTAPI_Func & | theFunction, |
| const std::string & | IN_FUNCTION | ||
| ) | const |
Definition at line 775 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT string OTAPI_Func::SendRequestOnce | ( | OTAPI_Func & | theFunction, |
| const std::string & | IN_FUNCTION, | ||
| bool | bIsTransaction, | ||
| bool | bWillRetryAfterThis, | ||
| bool & | bCanRetryAfterThis | ||
| ) | const |
Definition at line 1013 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT string OTAPI_Func::SendTransaction | ( | OTAPI_Func & | theFunction, |
| const std::string & | IN_FUNCTION | ||
| ) |
Definition at line 832 of file ot_otapi_ot.cpp.
| OT_OTAPI_OT string OTAPI_Func::SendTransaction | ( | OTAPI_Func & | theFunction, |
| const std::string & | IN_FUNCTION, | ||
| int32_t | nTotalRetries | ||
| ) | const |
Definition at line 839 of file ot_otapi_ot.cpp.
| std::string OTAPI_Func::accountID |
Definition at line 266 of file ot_otapi_ot.hpp.
| std::string OTAPI_Func::accountID2 |
Definition at line 267 of file ot_otapi_ot.hpp.
| std::string OTAPI_Func::assetID |
Definition at line 264 of file ot_otapi_ot.hpp.
| std::string OTAPI_Func::assetID2 |
Definition at line 265 of file ot_otapi_ot.hpp.
| std::string OTAPI_Func::basket |
Definition at line 268 of file ot_otapi_ot.hpp.
| bool OTAPI_Func::bBool |
Definition at line 274 of file ot_otapi_ot.hpp.
| OTAPI_Func_Type OTAPI_Func::funcType |
Definition at line 260 of file ot_otapi_ot.hpp.
| int64_t OTAPI_Func::lData |
Definition at line 276 of file ot_otapi_ot.hpp.
| int32_t OTAPI_Func::nData |
Definition at line 275 of file ot_otapi_ot.hpp.
| int32_t OTAPI_Func::nRequestNum |
Definition at line 279 of file ot_otapi_ot.hpp.
| int32_t OTAPI_Func::nTransNumsNeeded |
Definition at line 278 of file ot_otapi_ot.hpp.
| std::string OTAPI_Func::nymID |
Definition at line 262 of file ot_otapi_ot.hpp.
| std::string OTAPI_Func::nymID2 |
Definition at line 263 of file ot_otapi_ot.hpp.
| std::string OTAPI_Func::serverID |
Definition at line 261 of file ot_otapi_ot.hpp.
| std::string OTAPI_Func::strData |
Definition at line 269 of file ot_otapi_ot.hpp.
| std::string OTAPI_Func::strData2 |
Definition at line 270 of file ot_otapi_ot.hpp.
| std::string OTAPI_Func::strData3 |
Definition at line 271 of file ot_otapi_ot.hpp.
| std::string OTAPI_Func::strData4 |
Definition at line 272 of file ot_otapi_ot.hpp.
| std::string OTAPI_Func::strData5 |
Definition at line 273 of file ot_otapi_ot.hpp.
| time64_t OTAPI_Func::tData |
Definition at line 277 of file ot_otapi_ot.hpp.