|
WU Trading Library 0.2.0
A backtesting and trading strategy library
|
WU_Position represents an open position in the portfolio. More...
#include <positions.h>
Data Fields | |
| WU_TimeStamp | timestamp |
| double | quantity |
| double | price |
| bool | active |
WU_Position represents an open position in the portfolio.
Definition at line 13 of file positions.h.
| bool WU_Position::active |
Definition at line 17 of file positions.h.
| double WU_Position::price |
Definition at line 16 of file positions.h.
| double WU_Position::quantity |
Definition at line 15 of file positions.h.
| WU_TimeStamp WU_Position::timestamp |
Definition at line 14 of file positions.h.