ROOT_Application  2.0
C++ Core modules and GUIStock
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Typedefs
typedef.h File Reference

Define typedef with a default chronology policy for the most common types of ListDataStock. More...

#include "PolicyChronologic.h"
Include dependency graph for typedef.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ListDataStock< T, PolicyChronologic >
 Use a policy PolicyChronologic, default VecNoChronologic. More...
 

Typedefs

typedef ListDataStock< DataCSV,
VecChronologic
ldata_candle
 Define a default policy for candlestick. More...
 
typedef ListDataStock
< SimpleData, VecChronologic
ldata_dcsv
 dcsv is for instantateneous values, only one value More...
 
typedef ListDataStock
< SimpleData, VecChronologic
ldata_volume
 Volume has also one value. More...
 
typedef ListDataStock
< SimpleData, VecChronologic
ldata_ta_sd
 For technical indicator, TAlib process and return always chronologic data. More...
 
typedef ListDataStock
< MultiData, VecChronologic
ldata_ta_md
 For dealing with multiple values, e.g., MACD. More...
 

Detailed Description

Define typedef with a default chronology policy for the most common types of ListDataStock.

Indicates if the data are stored in a chronological order or not.
This is a compile time choice, which should be correctly optimized.

All algorithms should be independent of the choice.

Last modified

Id:
typedef.h 511 2014-12-07 15:42:15Z martinml

Definition in file typedef.h.

Typedef Documentation

Define a default policy for candlestick.

Definition at line 26 of file typedef.h.

dcsv is for instantateneous values, only one value

Definition at line 36 of file typedef.h.

For dealing with multiple values, e.g., MACD.

Definition at line 42 of file typedef.h.

For technical indicator, TAlib process and return always chronologic data.

Definition at line 40 of file typedef.h.

Volume has also one value.

Definition at line 38 of file typedef.h.