TT CORE SDK 2.0.2.1
TT CORE SDK documentation
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*