TT CORE SDK 2.0.1.1
TT CORE SDK documentation
Loading...
Searching...
No Matches
ttsdk::IFillDownloadCallbackHandler Class Referenceabstract

#include <fill.h>

Public Types

enum  DownloadResult { SUCCESS , EXCEEDED_THROTTLE , FAILED }
 

Public Member Functions

 IFillDownloadCallbackHandler ()
 
virtual ~IFillDownloadCallbackHandler ()
 
virtual void OnDownloadComplete (const DownloadResult code, HistoricalFillCollectionPtr orders, const char *message)=0
 

Detailed Description

Definition at line 58 of file fill.h.

Member Enumeration Documentation

◆ DownloadResult

Enumerator
SUCCESS 
EXCEEDED_THROTTLE 
FAILED 

Definition at line 61 of file fill.h.

Constructor & Destructor Documentation

◆ IFillDownloadCallbackHandler()

ttsdk::IFillDownloadCallbackHandler::IFillDownloadCallbackHandler ( )
inline

Definition at line 67 of file fill.h.

◆ ~IFillDownloadCallbackHandler()

virtual ttsdk::IFillDownloadCallbackHandler::~IFillDownloadCallbackHandler ( )
inlinevirtual

Definition at line 68 of file fill.h.

Member Function Documentation

◆ OnDownloadComplete()

virtual void ttsdk::IFillDownloadCallbackHandler::OnDownloadComplete ( const DownloadResult code,
HistoricalFillCollectionPtr orders,
const char * message )
pure virtual

The documentation for this class was generated from the following file: