|
WU Trading Library 0.2.0
A backtesting and trading strategy library
|
WU_Single represents a single value with a timestamp, which can be a price, an indicator value, or any other scalar value associated with a specific time. More...
#include <data.h>
Data Fields | |
| WU_TimeStamp | timestamp |
| double | value |
| WU_DataType | data_type |
WU_Single represents a single value with a timestamp, which can be a price, an indicator value, or any other scalar value associated with a specific time.
This is a generic data type that can be used to represent any single-valued time series data. The wu_single_init function should be used to create a new WU_Single instance.
| WU_DataType WU_Single::data_type |
| WU_TimeStamp WU_Single::timestamp |