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

#include <native_order.hpp>

Data Fields

MatchCursor cursor {}
 
bool pre_open_birth_eligible = false
 Carries the generic pre-open delivery authorization from the matching evaluation through the synchronous execution preparation.
 
double raw_price = 0.0
 
double resolved_price = 0.0
 
ExecutionPlan physical_action {}
 
ExecutionScope scope = execution::Book{}
 
PositionIdentity pre_fill = PositionFlat{}
 
double inspected_closed_units = 0.0
 
double inspected_opened_units = 0.0
 
double inspected_current_ticket = 0.0
 
TargetObservation pre_target {}
 

Detailed Description

Definition at line 1393 of file native_order.hpp.

Field Documentation

◆ cursor

MatchCursor pineforge::native_order::native_order_v6::ExecutionProposal::cursor {}

Definition at line 1394 of file native_order.hpp.

◆ pre_open_birth_eligible

bool pineforge::native_order::native_order_v6::ExecutionProposal::pre_open_birth_eligible = false

Carries the generic pre-open delivery authorization from the matching evaluation through the synchronous execution preparation.

Definition at line 1397 of file native_order.hpp.

◆ raw_price

double pineforge::native_order::native_order_v6::ExecutionProposal::raw_price = 0.0

Definition at line 1398 of file native_order.hpp.

◆ resolved_price

double pineforge::native_order::native_order_v6::ExecutionProposal::resolved_price = 0.0

Definition at line 1399 of file native_order.hpp.

◆ physical_action

ExecutionPlan pineforge::native_order::native_order_v6::ExecutionProposal::physical_action {}

Definition at line 1400 of file native_order.hpp.

◆ scope

ExecutionScope pineforge::native_order::native_order_v6::ExecutionProposal::scope = execution::Book{}

Definition at line 1401 of file native_order.hpp.

◆ pre_fill

PositionIdentity pineforge::native_order::native_order_v6::ExecutionProposal::pre_fill = PositionFlat{}

Definition at line 1402 of file native_order.hpp.

◆ inspected_closed_units

double pineforge::native_order::native_order_v6::ExecutionProposal::inspected_closed_units = 0.0

Definition at line 1403 of file native_order.hpp.

◆ inspected_opened_units

double pineforge::native_order::native_order_v6::ExecutionProposal::inspected_opened_units = 0.0

Definition at line 1404 of file native_order.hpp.

◆ inspected_current_ticket

double pineforge::native_order::native_order_v6::ExecutionProposal::inspected_current_ticket = 0.0

Definition at line 1405 of file native_order.hpp.

◆ pre_target

TargetObservation pineforge::native_order::native_order_v6::ExecutionProposal::pre_target {}

Definition at line 1406 of file native_order.hpp.


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