FIX 4.0 Demo 1.0
Loading...
Searching...
No Matches
fix40::client::tui::OrderListState Struct Reference

订单列表状态 More...

#include <order_panel.hpp>

Collaboration diagram for fix40::client::tui::OrderListState:
Collaboration graph

Public Attributes

int selectedIndex = 0
 
std::string selectedClOrdID
 
size_t lastOrderCount = 0
 
bool showCancelDialog = false
 是否显示“撤单确认”弹窗(订单列表内 Modal)。
 
std::string cancelDialogClOrdID
 弹窗对应的订单 clOrdID(打开弹窗时冻结,避免选中变化导致错撤)。
 

Detailed Description

订单列表状态

Member Data Documentation

◆ cancelDialogClOrdID

std::string fix40::client::tui::OrderListState::cancelDialogClOrdID

弹窗对应的订单 clOrdID(打开弹窗时冻结,避免选中变化导致错撤)。

◆ lastOrderCount

size_t fix40::client::tui::OrderListState::lastOrderCount = 0

◆ selectedClOrdID

std::string fix40::client::tui::OrderListState::selectedClOrdID

◆ selectedIndex

int fix40::client::tui::OrderListState::selectedIndex = 0

◆ showCancelDialog

bool fix40::client::tui::OrderListState::showCancelDialog = false

是否显示“撤单确认”弹窗(订单列表内 Modal)。


The documentation for this struct was generated from the following file: