WU Trading Library 0.2.0
A backtesting and trading strategy library
Loading...
Searching...
No Matches
WU_Position Struct Reference

WU_Position represents an open position in the portfolio. More...

#include <positions.h>

Data Fields

WU_TimeStamp timestamp
double quantity
double price
bool active

Detailed Description

WU_Position represents an open position in the portfolio.

Definition at line 13 of file positions.h.

Field Documentation

◆ active

bool WU_Position::active

Definition at line 17 of file positions.h.

◆ price

double WU_Position::price

Definition at line 16 of file positions.h.

◆ quantity

double WU_Position::quantity

Definition at line 15 of file positions.h.

◆ timestamp

WU_TimeStamp WU_Position::timestamp

Definition at line 14 of file positions.h.


The documentation for this struct was generated from the following file: