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

#include <execution.hpp>

Data Fields

uint64_t order_incarnation = 0
 
int64_t created_seq = 0
 
exit_legs::Target target {}
 
uint64_t expected_revision = 0
 
exit_legs::Operation operation {}
 

Detailed Description

Definition at line 106 of file execution.hpp.

Field Documentation

◆ order_incarnation

uint64_t pineforge::execution::LifecycleIntent::order_incarnation = 0

Definition at line 107 of file execution.hpp.

◆ created_seq

int64_t pineforge::execution::LifecycleIntent::created_seq = 0

Definition at line 108 of file execution.hpp.

◆ target

exit_legs::Target pineforge::execution::LifecycleIntent::target {}

Definition at line 109 of file execution.hpp.

◆ expected_revision

uint64_t pineforge::execution::LifecycleIntent::expected_revision = 0

Definition at line 110 of file execution.hpp.

◆ operation

exit_legs::Operation pineforge::execution::LifecycleIntent::operation {}

Definition at line 111 of file execution.hpp.


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