an interface to interact with the order.
More...
#include <order.h>
an interface to interact with the order.
Definition at line 196 of file order.h.
◆ Order()
◆ ~Order()
◆ dec_ref()
| int ttsdk::shared_base::dec_ref |
( |
| ) |
const |
|
inherited |
◆ del_ref()
| virtual void ttsdk::shared_base::del_ref |
( |
| ) |
const |
|
virtualinherited |
◆ GetCurrentState()
◆ GetEpiq()
| virtual double ttsdk::Order::GetEpiq |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ GetInstrument()
◆ GetOrderId()
| virtual const char * ttsdk::Order::GetOrderId |
( |
| ) |
const |
|
pure virtualnoexcept |
◆ GetPreviousOrder()
| virtual OrderPtr ttsdk::Order::GetPreviousOrder |
( |
| ) |
const |
|
pure virtualnoexcept |
Method which returns the previous order for the use case when TTINT replaces an existing order with a new order. This will return an empty pointer if the order is not created via this special use case.
◆ inc_ref()
| void ttsdk::shared_base::inc_ref |
( |
| ) |
const |
|
inherited |
◆ IsAlgoOrder()
| virtual bool ttsdk::Order::IsAlgoOrder |
( |
| ) |
|
|
pure virtualnoexcept |
◆ IsAppsSDKAlgoOrder()
| virtual bool ttsdk::Order::IsAppsSDKAlgoOrder |
( |
| ) |
|
|
pure virtualnoexcept |
Method which indicates if this order is a SDK Algo order that is/was being managed by this application instance.
◆ SendCancel()
| virtual void ttsdk::Order::SendCancel |
( |
const OrderProfile & | profile | ) |
|
|
pure virtualnoexcept |
◆ SendChange() [1/2]
◆ SendChange() [2/2]
| virtual void ttsdk::Order::SendChange |
( |
const OrderProfile & | profile | ) |
|
|
pure virtualnoexcept |
◆ SendNew()
| virtual void ttsdk::Order::SendNew |
( |
const OrderProfile & | profile | ) |
|
|
pure virtualnoexcept |
◆ SetParent()
| virtual void ttsdk::Order::SetParent |
( |
SDKAlgoPtr | parent = nullptr | ) |
|
|
pure virtualnoexcept |
◆ Subscribe()
◆ SubscribeExportValues()
| virtual bool ttsdk::Order::SubscribeExportValues |
( |
| ) |
|
|
pure virtualnoexcept |
BETA FEATURE - This is part of the beta support of Algos in the CORE SDK and is subject to change based on user feedback. Please make note of this if you choose to use it.
◆ Unsubscribe()
| virtual void ttsdk::Order::Unsubscribe |
( |
| ) |
|
|
pure virtualnoexcept |
◆ UnSubscribeExportValues()
| virtual bool ttsdk::Order::UnSubscribeExportValues |
( |
| ) |
|
|
pure virtualnoexcept |
The documentation for this class was generated from the following file: