|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI 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< EventId > | quantity_resolution |
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.
| uint64_t pineforge::native_order::native_order_v6::ArmedEvent::ordinal = 0 |
Definition at line 1108 of file native_order.hpp.
| DefinitionRef pineforge::native_order::native_order_v6::ArmedEvent::definition |
Definition at line 1109 of file native_order.hpp.
Definition at line 1110 of file native_order.hpp.
| Authority pineforge::native_order::native_order_v6::ArmedEvent::after = ArmedTransaction{} |
Definition at line 1111 of file native_order.hpp.
| Enrollment pineforge::native_order::native_order_v6::ArmedEvent::enrollment = EnrollmentFromApplied{} |
Definition at line 1112 of file native_order.hpp.
| std::optional<EventId> pineforge::native_order::native_order_v6::ArmedEvent::quantity_resolution |
Definition at line 1113 of file native_order.hpp.