TT CORE SDK 2.0.1.1
TT CORE SDK documentation
Loading...
Searching...
No Matches
order.h File Reference
#include "consts.h"
#include "enums/OrderType.h"
#include "enums/OrderSide.h"
#include "enums/TimeInForce.h"
#include "enums/MarketId.h"
#include "instrument.h"
#include "execution_report.h"
#include "reject_response.h"
#include "position.h"
#include "shared_ptr.h"
#include "sdkalgo.h"
#include "export_value.h"
#include <vector>
Include dependency graph for order.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ttsdk::OrderProfile
 Definition of an order to provide when submitting. More...
 
struct  ttsdk::OrderPrcQtyProfile
 Definition of an order price/qty change. More...
 
class  ttsdk::IOrderEventHandler
 Interface for listening to order events. More...
 
class  ttsdk::Order
 an interface to interact with the order. More...
 
class  ttsdk::IOrderBookEventHandler
 Interface for listening to order and position events. There is one OrderBookEventHandler set in the SDK. All order events will go to this handler unless a specific handler is set for specific orders on an order by order basis. More...
 

Namespaces

namespace  ttsdk
 

Typedefs

using ttsdk::OrderPtr = shared_ptr<Order>
 
using ttsdk::IOrderEventHandlerPtr = IOrderEventHandler*
 
using ttsdk::IOrderBookEventHandlerPtr = IOrderBookEventHandler*