PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pineforge::native_order::native_order_v6::ArmContext Struct 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
 

Detailed Description

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.

Field Documentation

◆ price_tick

std::optional<double> pineforge::native_order::native_order_v6::ArmContext::price_tick

Definition at line 1351 of file native_order.hpp.

◆ resolve_level

AnchoredLevelResolver pineforge::native_order::native_order_v6::ArmContext::resolve_level

Definition at line 1352 of file native_order.hpp.


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