BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
Constant.h File Reference

Constants used by the data layer (database paths and similar). More...

#include <string>
Include dependency graph for Constant.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  data
 

Variables

const std::string data::databasePath = ":memory:"
 

Detailed Description

Constants used by the data layer (database paths and similar).

This header contains small, shared constants used by the persistence implementation. It is intended to be included by implementation files in the data module.