|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <native_order.hpp>
Data Fields | |
| bool | birth_ok = false |
| bool | waiting = false |
| bool | driver_ok = false |
| bool | needs_close_bind = false |
| bool | ready_to_match = false |
| Side | position_side = Side::Long |
| bool | is_buy = false |
| const Trigger * | trigger = nullptr |
| const TriggerState * | trigger_state = nullptr |
| const Remaining * | remaining = nullptr |
| const Allowance * | allowance = nullptr |
| const Authority * | authority = nullptr |
Definition at line 1473 of file native_order.hpp.
| bool pineforge::native_order::native_order_v6::EligibilityFacts::birth_ok = false |
Definition at line 1474 of file native_order.hpp.
| bool pineforge::native_order::native_order_v6::EligibilityFacts::waiting = false |
Definition at line 1475 of file native_order.hpp.
| bool pineforge::native_order::native_order_v6::EligibilityFacts::driver_ok = false |
Definition at line 1476 of file native_order.hpp.
| bool pineforge::native_order::native_order_v6::EligibilityFacts::needs_close_bind = false |
Definition at line 1477 of file native_order.hpp.
| bool pineforge::native_order::native_order_v6::EligibilityFacts::ready_to_match = false |
Definition at line 1478 of file native_order.hpp.
| Side pineforge::native_order::native_order_v6::EligibilityFacts::position_side = Side::Long |
Definition at line 1479 of file native_order.hpp.
| bool pineforge::native_order::native_order_v6::EligibilityFacts::is_buy = false |
Definition at line 1480 of file native_order.hpp.
| const Trigger* pineforge::native_order::native_order_v6::EligibilityFacts::trigger = nullptr |
Definition at line 1481 of file native_order.hpp.
| const TriggerState* pineforge::native_order::native_order_v6::EligibilityFacts::trigger_state = nullptr |
Definition at line 1482 of file native_order.hpp.
| const Remaining* pineforge::native_order::native_order_v6::EligibilityFacts::remaining = nullptr |
Definition at line 1483 of file native_order.hpp.
| const Allowance* pineforge::native_order::native_order_v6::EligibilityFacts::allowance = nullptr |
Definition at line 1484 of file native_order.hpp.
| const Authority* pineforge::native_order::native_order_v6::EligibilityFacts::authority = nullptr |
Definition at line 1485 of file native_order.hpp.