|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI 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 {} |
Definition at line 1393 of file native_order.hpp.
| MatchCursor pineforge::native_order::native_order_v6::ExecutionProposal::cursor {} |
Definition at line 1394 of file native_order.hpp.
| 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.
| double pineforge::native_order::native_order_v6::ExecutionProposal::raw_price = 0.0 |
Definition at line 1398 of file native_order.hpp.
| double pineforge::native_order::native_order_v6::ExecutionProposal::resolved_price = 0.0 |
Definition at line 1399 of file native_order.hpp.
| ExecutionPlan pineforge::native_order::native_order_v6::ExecutionProposal::physical_action {} |
Definition at line 1400 of file native_order.hpp.
| ExecutionScope pineforge::native_order::native_order_v6::ExecutionProposal::scope = execution::Book{} |
Definition at line 1401 of file native_order.hpp.
| PositionIdentity pineforge::native_order::native_order_v6::ExecutionProposal::pre_fill = PositionFlat{} |
Definition at line 1402 of file native_order.hpp.
| double pineforge::native_order::native_order_v6::ExecutionProposal::inspected_closed_units = 0.0 |
Definition at line 1403 of file native_order.hpp.
| double pineforge::native_order::native_order_v6::ExecutionProposal::inspected_opened_units = 0.0 |
Definition at line 1404 of file native_order.hpp.
| double pineforge::native_order::native_order_v6::ExecutionProposal::inspected_current_ticket = 0.0 |
Definition at line 1405 of file native_order.hpp.
| TargetObservation pineforge::native_order::native_order_v6::ExecutionProposal::pre_target {} |
Definition at line 1406 of file native_order.hpp.