|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
Immutable timestamped account-currency FX curve for a native run. More...
#include <pineforge.h>
Data Fields | |
| uint32_t | struct_size |
| uint32_t | n |
| const int64_t * | effective_from_ms |
| const double * | account_per_quote |
Immutable timestamped account-currency FX curve for a native run.
The two arrays have exactly n elements and are copied by the runtime.
Definition at line 488 of file pineforge.h.
| uint32_t pf_native_fx_curve_v1::struct_size |
Definition at line 489 of file pineforge.h.
| uint32_t pf_native_fx_curve_v1::n |
Definition at line 490 of file pineforge.h.
| const int64_t* pf_native_fx_curve_v1::effective_from_ms |
Definition at line 491 of file pineforge.h.
| const double* pf_native_fx_curve_v1::account_per_quote |
Definition at line 492 of file pineforge.h.