|
BetaTrader
A HFT Eco-System
|
#include "common/Order.h"#include "logging/Logger.h"#include "trading_core/NewOrder.h"#include "trading_core/TradingCore.h"#include <chrono>#include <iomanip>#include <iostream>#include <memory>#include <numeric>#include <random>#include <thread>#include <vector>
Functions | |
| std::unique_ptr< Order > | create_order (OrderIDGenerator *orderIdGenerator) |
| int | main () |
| void | print_footer () |
| void | print_header (const std::string &title) |
| void | print_metric (const std::string &label, const std::string &value, const std::string &unit="") |
| void | print_section (const std::string &title) |
| void | print_separator () |
| std::unique_ptr< Order > create_order | ( | OrderIDGenerator * | orderIdGenerator | ) |


| int main | ( | ) |

| void print_footer | ( | ) |

| void print_header | ( | const std::string & | title | ) |

| void print_metric | ( | const std::string & | label, |
| const std::string & | value, | ||
| const std::string & | unit = "" |
||
| ) |

| void print_section | ( | const std::string & | title | ) |

| void print_separator | ( | ) |
