|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI 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 |
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.
| NativeFxCurveError pineforge::native_fx_curve_v1::NativeFxCurveValidation::error = NativeFxCurveError::None |
Definition at line 41 of file native_fx_curve.hpp.
| std::size_t pineforge::native_fx_curve_v1::NativeFxCurveValidation::index = 0 |
Definition at line 42 of file native_fx_curve.hpp.