PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pineforge::execution::SettlementInspection Struct Reference

#include <execution.hpp>

Data Fields

Status status = Status::NoEffect
 
double closed_units = 0.0
 
double opened_units = 0.0
 
double resulting_abs_units = 0.0
 
std::size_t resulting_lot_count = 0
 
double resulting_abs_notional = 0.0
 
double current_ticket = 0.0
 
bool would_open = false
 
bool incoming_short = false
 

Detailed Description

Definition at line 91 of file execution.hpp.

Field Documentation

◆ status

Status pineforge::execution::SettlementInspection::status = Status::NoEffect

Definition at line 92 of file execution.hpp.

◆ closed_units

double pineforge::execution::SettlementInspection::closed_units = 0.0

Definition at line 93 of file execution.hpp.

◆ opened_units

double pineforge::execution::SettlementInspection::opened_units = 0.0

Definition at line 94 of file execution.hpp.

◆ resulting_abs_units

double pineforge::execution::SettlementInspection::resulting_abs_units = 0.0

Definition at line 95 of file execution.hpp.

◆ resulting_lot_count

std::size_t pineforge::execution::SettlementInspection::resulting_lot_count = 0

Definition at line 96 of file execution.hpp.

◆ resulting_abs_notional

double pineforge::execution::SettlementInspection::resulting_abs_notional = 0.0

Definition at line 97 of file execution.hpp.

◆ current_ticket

double pineforge::execution::SettlementInspection::current_ticket = 0.0

Definition at line 98 of file execution.hpp.

◆ would_open

bool pineforge::execution::SettlementInspection::would_open = false

Definition at line 99 of file execution.hpp.

◆ incoming_short

bool pineforge::execution::SettlementInspection::incoming_short = false

Definition at line 100 of file execution.hpp.


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