Trading System API  3.0
Library for Simulating and Deploying Trading and Investment Strategies
tsa::component Class Reference

Base class for components such as series_base adaptors. More...

#include <TSAComponent.h>

Inheritance diagram for tsa::component:
tsa::chart tsa::in_stream_adaptor tsa::out_stream tsa::out_stream_adaptor tsa::manual_ohlcv tsa::mem_table tsa::random_walk_stream tsa::fast::table tsa::mem_table

Public Member Functions

virtual void cmp__evaluate_bar (const date_time &)
 
virtual void cmp__finalize (void)
 
virtual void cmp__post_evaluate_bar (const date_time &)
 
bool is_registered_with_strategy (void) const
 
void register_with_strategy (strategy *)
 

Detailed Description

Base class for components such as series_base adaptors.