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

#include <timeframe.hpp>

Public Member Functions

bool empty () const
 

Data Fields

std::string tz
 
std::string session
 
std::vector< int64_t > stamps
 
std::vector< int64_t > trade_day
 
std::vector< int64_t > week_open
 
std::vector< int64_t > month_open
 
int64_t last_bound = 0
 

Detailed Description

Definition at line 234 of file timeframe.hpp.

Member Function Documentation

◆ empty()

bool pineforge::NativeDayPartition::empty ( ) const
inline

Definition at line 242 of file timeframe.hpp.

References stamps.

Field Documentation

◆ tz

std::string pineforge::NativeDayPartition::tz

Definition at line 235 of file timeframe.hpp.

◆ session

std::string pineforge::NativeDayPartition::session

Definition at line 236 of file timeframe.hpp.

◆ stamps

std::vector<int64_t> pineforge::NativeDayPartition::stamps

Definition at line 237 of file timeframe.hpp.

Referenced by empty().

◆ trade_day

std::vector<int64_t> pineforge::NativeDayPartition::trade_day

Definition at line 238 of file timeframe.hpp.

◆ week_open

std::vector<int64_t> pineforge::NativeDayPartition::week_open

Definition at line 239 of file timeframe.hpp.

◆ month_open

std::vector<int64_t> pineforge::NativeDayPartition::month_open

Definition at line 240 of file timeframe.hpp.

◆ last_bound

int64_t pineforge::NativeDayPartition::last_bound = 0

Definition at line 241 of file timeframe.hpp.


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