|
BetaTrader
A HFT Eco-System
|
This is the complete list of members for trading_core::ModifyOrder, including all inherited members.
| Command(const CommandType type, common::ClientID clientId, const common::Timestamp timestamp) | trading_core::Command | inline |
| getClientId() const | trading_core::Command | inline |
| getNewPrice() const | trading_core::ModifyOrder | inline |
| getNewQuantity() const | trading_core::ModifyOrder | inline |
| getOrderId() const | trading_core::ModifyOrder | inline |
| getTimestamp() const | trading_core::Command | inline |
| getType() const | trading_core::Command | inline |
| mClientId | trading_core::Command | private |
| mNewPrice | trading_core::ModifyOrder | private |
| mNewQuantity | trading_core::ModifyOrder | private |
| ModifyOrder(const common::ClientID &clientId, const common::Timestamp timestamp, const common::OrderID orderId, const common::Price newPrice, const common::Quantity newQuantity) | trading_core::ModifyOrder | inlineexplicit |
| mOrderId | trading_core::ModifyOrder | private |
| mTimestamp | trading_core::Command | private |
| mType | trading_core::Command | private |
| ~Command()=default | trading_core::Command | virtual |