Automated Trading Operation Manager(ATOM) Still implementing very basic stuffs. Currently nothing works at all. Build and Test: cd path/to/atom mkdir build cd build conan install .. cmake .. cmake --build . To run tests, in addition to above commends: ctest --verbose