|
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 |
Data Fields | |
| uint64_t | ordinal = 0 |
| DefinitionRef | definition |
| CancelReason | reason = CancelReason::User |
| std::optional< EventId > | cause |
| Authority | prior_authority = UnboundBookClose{} |
| RemainingProjection | unexecuted = RemainingProjectionUnbound{} |
| PendingAdjustments | pending = PendingNone{} |
Definition at line 930 of file native_order.hpp.
|
inlinenoexcept |
Definition at line 938 of file native_order.hpp.
References definition.
|
inlinenoexcept |
Definition at line 939 of file native_order.hpp.
References definition.
| uint64_t pineforge::native_order::native_order_v6::CancelledEvent::ordinal = 0 |
Definition at line 931 of file native_order.hpp.
| DefinitionRef pineforge::native_order::native_order_v6::CancelledEvent::definition |
Definition at line 932 of file native_order.hpp.
| CancelReason pineforge::native_order::native_order_v6::CancelledEvent::reason = CancelReason::User |
Definition at line 933 of file native_order.hpp.
| std::optional<EventId> pineforge::native_order::native_order_v6::CancelledEvent::cause |
Definition at line 934 of file native_order.hpp.
| Authority pineforge::native_order::native_order_v6::CancelledEvent::prior_authority = UnboundBookClose{} |
Definition at line 935 of file native_order.hpp.
| RemainingProjection pineforge::native_order::native_order_v6::CancelledEvent::unexecuted = RemainingProjectionUnbound{} |
Definition at line 936 of file native_order.hpp.
| PendingAdjustments pineforge::native_order::native_order_v6::CancelledEvent::pending = PendingNone{} |
Definition at line 937 of file native_order.hpp.