|
crypto_trader
Cryptocurrency Trading Bot API Documentation
|
#include <nlohmann/json.hpp>#include <atomic>#include <memory>#include <string>

Classes | |
| struct | crypto_trader::common::MonitorConfig |
Namespaces | |
| namespace | crypto_trader |
| namespace | crypto_trader::common |
Typedefs | |
| using | crypto_trader::common::json = nlohmann::json |
Enumerations | |
| enum class | crypto_trader::common::ReadFileOptions { crypto_trader::common::ALL_CONTENTS , crypto_trader::common::LAST_LINE } |
Functions | |
| int | crypto_trader::common::readFile (std::string *fileContents, const std::string &filepath, const ReadFileOptions &readFileOptions) |
| int | crypto_trader::common::readJsonFile (json *parsedJson, const std::string &filepath) |