|
TT CORE SDK 2.0.2.1
TT CORE SDK documentation
|
#include <extended_rejection_information.h>

Classes | |
| struct | ExceedsLongShort |
| struct | ExceedsMaxCredit |
| struct | ExceedsMaxFamilyPosition |
| struct | ExceedsMaxInstrumentPosition |
| struct | ExceedsMaxOrderSize |
| struct | ExceedsMaxProductPosition |
| struct | ExceedsPriceReasonability |
Public Types | |
| enum | NoConnectionReason { NONE = 0 , UNSUPPORTED_MARKET = 1 , NO_MATCHING_TYPE = 2 , UNAVAILABLE = 3 , NO_RESPONSE_SOURCE = 4 } |
| enum | RejectIdType { REJECT_ID_NONE = 0 , REJECT_ID_TYPE_ACCOUNT = 1 , REJECT_ID_TYPE_USER = 2 , REJECT_ID_TYPE_USER_GROUP = 3 , REJECT_ID_TYPE_ACCOUNT_USER = 4 } |
Definition at line 28 of file extended_rejection_information.h.
| Enumerator | |
|---|---|
| NONE | |
| UNSUPPORTED_MARKET | |
| NO_MATCHING_TYPE | |
| UNAVAILABLE | |
| NO_RESPONSE_SOURCE | |
Definition at line 67 of file extended_rejection_information.h.
| Enumerator | |
|---|---|
| REJECT_ID_NONE | |
| REJECT_ID_TYPE_ACCOUNT | |
| REJECT_ID_TYPE_USER | |
| REJECT_ID_TYPE_USER_GROUP | |
| REJECT_ID_TYPE_ACCOUNT_USER | |
Definition at line 75 of file extended_rejection_information.h.
| ttsdk::RejectCode ttsdk::ExtendedRejectionInformation::code = ttsdk::RejectCode::NotSet |
Definition at line 87 of file extended_rejection_information.h.
| ExceedsLongShort ttsdk::ExtendedRejectionInformation::exceeds_long_short |
Definition at line 110 of file extended_rejection_information.h.
| ExceedsMaxCredit ttsdk::ExtendedRejectionInformation::exceeds_max_credit |
Definition at line 109 of file extended_rejection_information.h.
| ExceedsMaxFamilyPosition ttsdk::ExtendedRejectionInformation::exceeds_max_family_position |
Definition at line 106 of file extended_rejection_information.h.
| ExceedsMaxInstrumentPosition ttsdk::ExtendedRejectionInformation::exceeds_max_instrument_position |
Definition at line 108 of file extended_rejection_information.h.
| ExceedsMaxOrderSize ttsdk::ExtendedRejectionInformation::exceeds_max_order_size |
Definition at line 105 of file extended_rejection_information.h.
| ExceedsMaxProductPosition ttsdk::ExtendedRejectionInformation::exceeds_max_product_position |
Definition at line 107 of file extended_rejection_information.h.
| ExceedsPriceReasonability ttsdk::ExtendedRejectionInformation::exceeds_price_reasonability |
Definition at line 111 of file extended_rejection_information.h.
Definition at line 101 of file extended_rejection_information.h.
| NoConnectionReason ttsdk::ExtendedRejectionInformation::no_connection = NoConnectionReason::NONE |
Definition at line 112 of file extended_rejection_information.h.
Definition at line 92 of file extended_rejection_information.h.
| RejectIdType ttsdk::ExtendedRejectionInformation::reject_id_type = RejectIdType::REJECT_ID_NONE |
Definition at line 91 of file extended_rejection_information.h.
Definition at line 93 of file extended_rejection_information.h.