BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
OrderBookPanel.h
Go to the documentation of this file.
1#pragma once
2
4#include <memory>
5
6namespace client_ui {
7
13 public:
16
17 void render(const orderbook::OrderBook* book);
18
19 private:
20 int mMaxDepth = 10;
21 };
22
23} // namespace client_ui
Visualizes the L2 market depth ladder.
Definition OrderBookPanel.h:12
~OrderBookPanel()
Definition OrderBookPanel.cpp:8
void render(const orderbook::OrderBook *book)
Definition OrderBookPanel.cpp:10
OrderBookPanel()
Definition OrderBookPanel.cpp:6
int mMaxDepth
Definition OrderBookPanel.h:20
A client-side representation of the exchange's order book.
Definition OrderBook.h:24
Definition ChartPanel.h:8