|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
What the consumer hands to prepare_owner_applied for an anchored leg's materialization, the way acceptance receives CommandContext::price_tick. More...
#include <native_order.hpp>
Data Fields | |
| std::optional< double > | price_tick |
| AnchoredLevelResolver | resolve_level |
What the consumer hands to prepare_owner_applied for an anchored leg's materialization, the way acceptance receives CommandContext::price_tick.
price_tick is the ladder a rounded anchor snaps to; an anchor whose rounding is Raw never reads it. resolve_level is the host's restatement, carried as a value so the core stays host-free.
Definition at line 1350 of file native_order.hpp.
| std::optional<double> pineforge::native_order::native_order_v6::ArmContext::price_tick |
Definition at line 1351 of file native_order.hpp.
| AnchoredLevelResolver pineforge::native_order::native_order_v6::ArmContext::resolve_level |
Definition at line 1352 of file native_order.hpp.