FIX 4.0 Demo 1.0
Loading...
Searching...
No Matches
order_panel.hpp File Reference

下单面板和订单列表组件 More...

#include <ftxui/component/component.hpp>
#include "../styles.hpp"
#include "../../client_state.hpp"
#include "../../client_app.hpp"
#include <memory>
#include <string>
Include dependency graph for order_panel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fix40::client::tui::OrderListState
 订单列表状态 More...
 
struct  fix40::client::tui::OrderPanelState
 下单面板状态 More...
 

Namespaces

namespace  fix40
 
namespace  fix40::client
 
namespace  fix40::client::tui
 

Functions

Component fix40::client::tui::OrderListComponent (std::shared_ptr< OrderListState > listState, std::shared_ptr< ClientApp > app, const std::shared_ptr< ClientState > &state)
 创建订单列表组件
 
Component fix40::client::tui::OrderPanelComponent (std::shared_ptr< OrderPanelState > panelState, std::shared_ptr< ClientApp > app, std::shared_ptr< ClientState > state)
 创建下单面板组件
 

Detailed Description

下单面板和订单列表组件