|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <native_calendar.hpp>
Data Fields | |
| int64_t | open_ms = 0 |
| int64_t | eligible_open_ms = 0 |
| int64_t | last_traded_close_ms = 0 |
| int64_t | next_period_open_ms = 0 |
| int64_t | next_input_open_ms = 0 |
Definition at line 396 of file native_calendar.hpp.
| int64_t pineforge::native_calendar::native_calendar_v2::NativeInterval::open_ms = 0 |
Definition at line 397 of file native_calendar.hpp.
Referenced by pineforge::source::PineScheduler::input(), and pineforge::source::PineScheduler::tick().
| int64_t pineforge::native_calendar::native_calendar_v2::NativeInterval::eligible_open_ms = 0 |
Definition at line 398 of file native_calendar.hpp.
| int64_t pineforge::native_calendar::native_calendar_v2::NativeInterval::last_traded_close_ms = 0 |
Definition at line 399 of file native_calendar.hpp.
| int64_t pineforge::native_calendar::native_calendar_v2::NativeInterval::next_period_open_ms = 0 |
Definition at line 400 of file native_calendar.hpp.
Referenced by pineforge::source::PineScheduler::tick().
| int64_t pineforge::native_calendar::native_calendar_v2::NativeInterval::next_input_open_ms = 0 |
Definition at line 401 of file native_calendar.hpp.