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

Data Structures

struct  Birth
 
struct  RequestHandle
 
struct  RunIdentity
 
class  SessionKey
 

Functions

bool operator== (const RunIdentity &a, const RunIdentity &b)
 
bool operator!= (const RunIdentity &a, const RunIdentity &b)
 
bool operator== (const RequestHandle &a, const RequestHandle &b)
 
bool operator!= (const RequestHandle &a, const RequestHandle &b)
 
bool operator== (const Birth &a, const Birth &b)
 
bool operator!= (const Birth &a, const Birth &b)
 
bool point_eligible (const Birth &birth, uint64_t point_ordinal, int64_t effective_time_ms) noexcept
 

Function Documentation

◆ operator==() [1/3]

bool pineforge::native_order::native_order_v1::operator== ( const RunIdentity & a,
const RunIdentity & b )
inline

Definition at line 130 of file native_order_identity.hpp.

◆ operator!=() [1/3]

bool pineforge::native_order::native_order_v1::operator!= ( const RunIdentity & a,
const RunIdentity & b )
inline

Definition at line 133 of file native_order_identity.hpp.

◆ operator==() [2/3]

bool pineforge::native_order::native_order_v1::operator== ( const RequestHandle & a,
const RequestHandle & b )
inline

Definition at line 140 of file native_order_identity.hpp.

◆ operator!=() [2/3]

bool pineforge::native_order::native_order_v1::operator!= ( const RequestHandle & a,
const RequestHandle & b )
inline

Definition at line 143 of file native_order_identity.hpp.

◆ operator==() [3/3]

bool pineforge::native_order::native_order_v1::operator== ( const Birth & a,
const Birth & b )
inline

Definition at line 150 of file native_order_identity.hpp.

◆ operator!=() [3/3]

bool pineforge::native_order::native_order_v1::operator!= ( const Birth & a,
const Birth & b )
inline

Definition at line 154 of file native_order_identity.hpp.

◆ point_eligible()

bool pineforge::native_order::native_order_v1::point_eligible ( const Birth & birth,
uint64_t point_ordinal,
int64_t effective_time_ms )
inlinenoexcept

Definition at line 156 of file native_order_identity.hpp.