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

Detailed Description

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.

Field Documentation

◆ struct_size

uint32_t pf_native_fx_curve_v1::struct_size

Definition at line 489 of file pineforge.h.

◆ n

uint32_t pf_native_fx_curve_v1::n

Definition at line 490 of file pineforge.h.

◆ effective_from_ms

const int64_t* pf_native_fx_curve_v1::effective_from_ms

Definition at line 491 of file pineforge.h.

◆ account_per_quote

const double* pf_native_fx_curve_v1::account_per_quote

Definition at line 492 of file pineforge.h.


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