Trading System API  3.0
Library for Simulating and Deploying Trading and Investment Strategies
tsa::external_table_reader Class Referenceabstract

Abstract base class for objects that read tables sequentially by loading chunks of data, such as from a relational database. More...

#include <TSATableReader.h>

Inheritance diagram for tsa::external_table_reader:
tsa::object

Additional Inherited Members

- Public Member Functions inherited from tsa::object
 object (void)
 Constructor.
 
virtual ~object (void)
 Destructor.
 
const char * class_name (void) const
 Returns the class name as returned by the 'Real Time Type Information' (RTTI) mechanism. More...
 
bool has_same_class_as (const object &other) const
 Returns true if self has the same type as other object. More...
 

Detailed Description

Abstract base class for objects that read tables sequentially by loading chunks of data, such as from a relational database.