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

A working-request preparation that could not produce a representable instruction — a nonrepresentable quantity, most often. More...

#include <native_order.hpp>

Data Fields

CoreFailure code = CoreFailure::Invariant
 
EventId cause
 
RequestHandle target
 

Detailed Description

A working-request preparation that could not produce a representable instruction — a nonrepresentable quantity, most often.

Reported as a settlement failure, which fails the run: it is a contract breach, not a refused candidate.

Definition at line 1449 of file native_order.hpp.

Field Documentation

◆ code

CoreFailure pineforge::native_order::native_order_v6::PreparationError::code = CoreFailure::Invariant

Definition at line 1450 of file native_order.hpp.

◆ cause

EventId pineforge::native_order::native_order_v6::PreparationError::cause

Definition at line 1451 of file native_order.hpp.

◆ target

RequestHandle pineforge::native_order::native_order_v6::PreparationError::target

Definition at line 1452 of file native_order.hpp.


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