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

Repository interface for persisting and loading orders. More...

#include "common/Order.h"
#include "data/DatabaseWorker.h"
#include <functional>
#include <vector>
Include dependency graph for OrderRepository.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  data::OrderRepository
 Persists and retrieves common::Order objects. More...
 

Namespaces

namespace  data
 

Detailed Description

Repository interface for persisting and loading orders.

Provides an abstraction over the underlying database worker for storing, retrieving and updating order records.