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

Bind to a fixed cohort of already-live openings. More...

#include <native_order.hpp>

Data Fields

std::vector< RequestHandleopenings
 
int64_t cycle = 0
 

Detailed Description

Bind to a fixed cohort of already-live openings.

Every handle must be unique, nonzero, of this run and physically live in cycle; enrollment rejects the ENTIRE request if any member is invalid. The accepted definition keeps the original cohort in canonical handle order even as later retirement narrows the live subset, and execution still closes lots in physical FIFO order.

Definition at line 403 of file native_order.hpp.

Field Documentation

◆ openings

std::vector<RequestHandle> pineforge::native_order::native_order_v6::BindOpenings::openings

Definition at line 404 of file native_order.hpp.

◆ cycle

int64_t pineforge::native_order::native_order_v6::BindOpenings::cycle = 0

Definition at line 405 of file native_order.hpp.


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