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

What validate_native_fx_curve and configure_native_fx_curve report: the error and the index of the element that failed. More...

#include <native_fx_curve.hpp>

Data Fields

NativeFxCurveError error = NativeFxCurveError::None
 
std::size_t index = 0
 

Detailed Description

What validate_native_fx_curve and configure_native_fx_curve report: the error and the index of the element that failed.

Success is None at index 0, and so is an empty pair of arrays, which clears the curve.

Definition at line 40 of file native_fx_curve.hpp.

Field Documentation

◆ error

NativeFxCurveError pineforge::native_fx_curve_v1::NativeFxCurveValidation::error = NativeFxCurveError::None

Definition at line 41 of file native_fx_curve.hpp.

◆ index

std::size_t pineforge::native_fx_curve_v1::NativeFxCurveValidation::index = 0

Definition at line 42 of file native_fx_curve.hpp.


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