TT CORE SDK 2.0.1.1
TT CORE SDK documentation
Loading...
Searching...
No Matches
fill.h File Reference
#include <stddef.h>
#include "instrument.h"
#include "execution_report.h"
#include "shared_ptr.h"
Include dependency graph for fill.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ttsdk::Fill
 an interface around the fill execution report More...
 
class  ttsdk::HistoricalFillCollection
 
class  ttsdk::IFillDownloadCallbackHandler
 

Namespaces

namespace  ttsdk
 

Typedefs

using ttsdk::FillPtr = shared_ptr<const Fill>
 
using ttsdk::HistoricalFillCollectionPtr = shared_ptr<const HistoricalFillCollection>
 
using ttsdk::IFillDownloadCallbackHandlerPtr = IFillDownloadCallbackHandler*