Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Postgres client to persist order states #5

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Matching/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ target_link_libraries(
CONAN_PKG::tbb
CONAN_PKG::nlohmann_json
CONAN_PKG::concurrentqueue
CONAN_PKG::libpqxx
)

target_include_directories(
Expand Down
1 change: 1 addition & 0 deletions Matching/src/orderbook.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <boost/align/aligned_delete.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <datastore.hpp>

namespace matching_engine
{
Expand Down
1 change: 1 addition & 0 deletions conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ nlohmann_json/3.7.3
jemalloc/5.2.1
tbb/2020.0
concurrentqueue/1.0.1
libpqxx/7.0.5

[generators]
txt
Expand Down