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

An anchored leg was materialized, exactly once: fill + offset, then the rounding, then resolve_anchored_level, then the representability check, and the resulting level written into the leg's trigger with its anchor becoming Absolute. More...

#include <native_order.hpp>

Data Fields

uint64_t ordinal = 0
 
DefinitionRef definition
 
Authority before = Wait{}
 
Authority after = ArmedTransaction{}
 
Enrollment enrollment = EnrollmentFromApplied{}
 
std::optional< EventIdquantity_resolution
 

Detailed Description

An anchored leg was materialized, exactly once: fill + offset, then the rounding, then resolve_anchored_level, then the representability check, and the resulting level written into the leg's trigger with its anchor becoming Absolute.

Every later reader — the live book, the C working rows, matching — sees that level. Under NativeArmScope::Book it also carries the BookClose the leg acquired.

Definition at line 1107 of file native_order.hpp.

Field Documentation

◆ ordinal

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

Definition at line 1108 of file native_order.hpp.

◆ definition

DefinitionRef pineforge::native_order::native_order_v6::ArmedEvent::definition

Definition at line 1109 of file native_order.hpp.

◆ before

Authority pineforge::native_order::native_order_v6::ArmedEvent::before = Wait{}

Definition at line 1110 of file native_order.hpp.

◆ after

Authority pineforge::native_order::native_order_v6::ArmedEvent::after = ArmedTransaction{}

Definition at line 1111 of file native_order.hpp.

◆ enrollment

Enrollment pineforge::native_order::native_order_v6::ArmedEvent::enrollment = EnrollmentFromApplied{}

Definition at line 1112 of file native_order.hpp.

◆ quantity_resolution

std::optional<EventId> pineforge::native_order::native_order_v6::ArmedEvent::quantity_resolution

Definition at line 1113 of file native_order.hpp.


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