|
crypto_trader
Cryptocurrency Trading Bot API Documentation
|
#include "fileutils.h"#include <spdlog/spdlog.h>#include <cstdio>#include <fcntl.h>#include <fstream>#include <sstream>#include <unistd.h>
Namespaces | |
| namespace | crypto_trader |
| namespace | crypto_trader::common |
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) |