|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
Bind to a fixed cohort of already-live openings. More...
#include <native_order.hpp>
Data Fields | |
| std::vector< RequestHandle > | openings |
| int64_t | cycle = 0 |
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.
| std::vector<RequestHandle> pineforge::native_order::native_order_v6::BindOpenings::openings |
Definition at line 404 of file native_order.hpp.
| int64_t pineforge::native_order::native_order_v6::BindOpenings::cycle = 0 |
Definition at line 405 of file native_order.hpp.