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

A Reduce{OwnerOpenedUnits} was bound, at its owner's fill, to what that fill opened. More...

#include <native_order.hpp>

Data Fields

uint64_t ordinal = 0
 
DefinitionRef definition
 
EventId source
 
double source_units = 0.0
 
std::vector< EventIdprior_adjustment_ids
 
double pending_total = 0.0
 
double effective_deduction = 0.0
 
RemainingProjection remaining = RemainingProjectionUnits{}
 

Detailed Description

A Reduce{OwnerOpenedUnits} was bound, at its owner's fill, to what that fill opened.

It is how a bracket child's size becomes a number, and it precedes the ArmedEvent of the same drain.

Definition at line 1090 of file native_order.hpp.

Field Documentation

◆ ordinal

uint64_t pineforge::native_order::native_order_v6::QuantityBoundEvent::ordinal = 0

Definition at line 1091 of file native_order.hpp.

◆ definition

DefinitionRef pineforge::native_order::native_order_v6::QuantityBoundEvent::definition

Definition at line 1092 of file native_order.hpp.

◆ source

EventId pineforge::native_order::native_order_v6::QuantityBoundEvent::source

Definition at line 1093 of file native_order.hpp.

◆ source_units

double pineforge::native_order::native_order_v6::QuantityBoundEvent::source_units = 0.0

Definition at line 1094 of file native_order.hpp.

◆ prior_adjustment_ids

std::vector<EventId> pineforge::native_order::native_order_v6::QuantityBoundEvent::prior_adjustment_ids

Definition at line 1095 of file native_order.hpp.

◆ pending_total

double pineforge::native_order::native_order_v6::QuantityBoundEvent::pending_total = 0.0

Definition at line 1096 of file native_order.hpp.

◆ effective_deduction

double pineforge::native_order::native_order_v6::QuantityBoundEvent::effective_deduction = 0.0

Definition at line 1097 of file native_order.hpp.

◆ remaining

RemainingProjection pineforge::native_order::native_order_v6::QuantityBoundEvent::remaining = RemainingProjectionUnits{}

Definition at line 1098 of file native_order.hpp.


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