BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
Constant.h
Go to the documentation of this file.
1
10#pragma once
11#include <string>
12
13namespace data {
14 const std::string databasePath = ":memory:";
15}
Definition Constant.h:13
const std::string databasePath
Definition Constant.h:14