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

#include <intraday_cap.hpp>

Data Fields

OrderKind kind
 
uint64_t incarnation
 
int created_bar
 
bool is_long
 
Side live_side
 
int live_entries
 
int pyramiding
 

Detailed Description

Definition at line 50 of file intraday_cap.hpp.

Field Documentation

◆ kind

OrderKind pineforge::compat::pine::MatchedAttempt::kind

◆ incarnation

uint64_t pineforge::compat::pine::MatchedAttempt::incarnation

◆ created_bar

int pineforge::compat::pine::MatchedAttempt::created_bar

◆ is_long

bool pineforge::compat::pine::MatchedAttempt::is_long

Definition at line 54 of file intraday_cap.hpp.

Referenced by pineforge::compat::pine::IntradayCap::pre_dispatch().

◆ live_side

Side pineforge::compat::pine::MatchedAttempt::live_side

Definition at line 55 of file intraday_cap.hpp.

Referenced by pineforge::compat::pine::IntradayCap::pre_dispatch().

◆ live_entries

int pineforge::compat::pine::MatchedAttempt::live_entries

Definition at line 56 of file intraday_cap.hpp.

Referenced by pineforge::compat::pine::IntradayCap::pre_dispatch().

◆ pyramiding

int pineforge::compat::pine::MatchedAttempt::pyramiding

Definition at line 57 of file intraday_cap.hpp.

Referenced by pineforge::compat::pine::IntradayCap::pre_dispatch().


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