TT CORE SDK 2.0.1.1
TT CORE SDK documentation
Loading...
Searching...
No Matches
sdkalgo.h File Reference
#include "consts.h"
#include "instrument.h"
#include "algo_definition.h"
#include "execution_report.h"
#include "sdkalgo_request.h"
#include "position.h"
#include "shared_ptr.h"
#include "enums/MarketId.h"
#include "enums/OrdStatus.h"
#include "enums/ExecType.h"
#include "enums/OrderRejectReason.h"
#include "enums/AlgoResponseCode.h"
#include "enums/RiskSide.h"
Include dependency graph for sdkalgo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ttsdk::ISDKAlgoManager
 Interface for listening to sdk algo events. More...
 
class  ttsdk::SDKAlgo
 an interface to interact with the sdk managed algo. More...
 

Namespaces

namespace  ttsdk
 

Typedefs

using ttsdk::SDKAlgoPtr = shared_ptr<SDKAlgo>
 
using ttsdk::ISDKAlgoManagerPtr = ISDKAlgoManager*