ORE Studio 0.0.4
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
FloatingIndexTypeHistoryDialog Class Referencefinal

Dialog for viewing the version history of a floating index type. More...

#include <FloatingIndexTypeHistoryDialog.hpp>

Inherits QWidget.

Collaboration diagram for FloatingIndexTypeHistoryDialog:
Collaboration graph

Signals

void statusChanged (const QString &message)
 
void errorOccurred (const QString &error_message)
 
void openVersionRequested (const trading::domain::floating_index_type &type, int versionNumber)
 
void revertVersionRequested (const trading::domain::floating_index_type &type)
 

Public Member Functions

 FloatingIndexTypeHistoryDialog (const QString &code, ClientManager *clientManager, QWidget *parent=nullptr)
 
void loadHistory ()
 

Detailed Description

Dialog for viewing the version history of a floating index type.

Shows all historical versions of a floating index type with ability to view details or revert to a previous version.