TT CORE SDK 2.0.1.1
TT CORE SDK documentation
|
Definition of an order to provide when submitting. More...
#include <order.h>
Public Types | |
enum class | Instruction { Work = 0 , Hold = 1 } |
ttsdk::MarketId ttsdk::OrderProfile::colocation = ttsdk::MarketId::NotSet |
Instruction ttsdk::OrderProfile::instruction = Instruction::Work |
indicator to the SDK whether or not to cancel this order if it is working when the SDK restarts. applicable only if the TTSDKOptions.sdkInstanceId is set when the SDK is initialize the TTSDKOptions.sdk_instance_id needs to remain the same from run to run to remove the orders placed by the previous run
std::vector<uint64_t> ttsdk::OrderProfile::leg_account_ids |
uint64_t ttsdk::OrderProfile::order_stimulus_received = 0 |
std::vector<ttsdk::UserParameter> ttsdk::OrderProfile::params |
uint64_t ttsdk::OrderProfile::server_price_time = 0 |
OrderSide ttsdk::OrderProfile::side = OrderSide::NotSet |
TimeInForce ttsdk::OrderProfile::tif = TimeInForce::NotSet |
OrderType ttsdk::OrderProfile::type = OrderType::NotSet |
ttsdk::UserDisconnectAction ttsdk::OrderProfile::user_disconnect_action = ttsdk::UserDisconnectAction::NotSet |