|
ORE Studio 0.0.4
|
Dialog for viewing the version history of an instrument. More...
#include <InstrumentHistoryDialog.hpp>
Inherits QWidget.

Signals | |
| void | statusChanged (const QString &message) |
| void | errorOccurred (const QString &error_message) |
| void | openVersionRequested (const trading::domain::instrument &v, int versionNumber) |
| void | revertVersionRequested (const trading::domain::instrument &v) |
Public Member Functions | |
| InstrumentHistoryDialog (const QString &id, ClientManager *clientManager, QWidget *parent=nullptr) | |
| void | loadHistory () |
Dialog for viewing the version history of an instrument.
Shows all historical versions of an instrument with ability to view details or revert to a previous version.