|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <native_order.hpp>
Public Member Functions | |
| const RequestHandle & | handle () const noexcept |
| const Request & | request () const noexcept |
| const Birth & | birth () const noexcept |
| const std::optional< RequestHandle > & | predecessor () const noexcept |
Data Fields | |
| DefinitionRef | definition |
| Remaining | remaining = RemainingUnbound{} |
| Authority | authority = UnboundBookClose{} |
| TriggerState | trigger_state = MarketReady{} |
| Allowance | allowance = AllowanceUnset{} |
| PendingAdjustments | pending = PendingNone{} |
| std::optional< double > | sizing_units |
| Placement-time sizing measurements frozen from the accepting command context. | |
| std::optional< double > | sizing_scope |
| std::optional< double > | sizing_price |
Definition at line 671 of file native_order.hpp.
|
inlinenoexcept |
Definition at line 685 of file native_order.hpp.
References definition.
|
inlinenoexcept |
Definition at line 686 of file native_order.hpp.
References definition.
|
inlinenoexcept |
Definition at line 687 of file native_order.hpp.
References definition.
|
inlinenoexcept |
Definition at line 688 of file native_order.hpp.
References definition.
| DefinitionRef pineforge::native_order::native_order_v6::LiveRequest::definition |
Definition at line 672 of file native_order.hpp.
Referenced by birth(), handle(), predecessor(), and request().
| Remaining pineforge::native_order::native_order_v6::LiveRequest::remaining = RemainingUnbound{} |
Definition at line 673 of file native_order.hpp.
| Authority pineforge::native_order::native_order_v6::LiveRequest::authority = UnboundBookClose{} |
Definition at line 674 of file native_order.hpp.
| TriggerState pineforge::native_order::native_order_v6::LiveRequest::trigger_state = MarketReady{} |
Definition at line 675 of file native_order.hpp.
| Allowance pineforge::native_order::native_order_v6::LiveRequest::allowance = AllowanceUnset{} |
Definition at line 676 of file native_order.hpp.
| PendingAdjustments pineforge::native_order::native_order_v6::LiveRequest::pending = PendingNone{} |
Definition at line 677 of file native_order.hpp.
| std::optional<double> pineforge::native_order::native_order_v6::LiveRequest::sizing_units |
Placement-time sizing measurements frozen from the accepting command context.
Both stay empty for every request that did not ask to freeze one, and an empty optional folds nothing into the continuation digest.
Definition at line 681 of file native_order.hpp.
| std::optional<double> pineforge::native_order::native_order_v6::LiveRequest::sizing_scope |
Definition at line 682 of file native_order.hpp.
| std::optional<double> pineforge::native_order::native_order_v6::LiveRequest::sizing_price |
Definition at line 683 of file native_order.hpp.