|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
What submit answers. More...
#include <native_order.hpp>
Data Fields | |
| SubmitStatus | status = SubmitStatus::Rejected |
| uint64_t | event_ordinal = 0 |
| std::optional< RequestHandle > | handle |
| std::optional< RequestRejectReason > | reason |
What submit answers.
Accepted carries a timeline ordinal and a RequestHandle (session, run, incarnation); Rejected carries a rejection ordinal, no handle and a reason. Acceptance is not a fill: no lot, no cash and no fee moves here, and the ordinary fill appears later as an ExecutionAppliedEvent on the same command history.
Definition at line 755 of file native_order.hpp.
| SubmitStatus pineforge::native_order::native_order_v6::SubmitResult::status = SubmitStatus::Rejected |
Definition at line 756 of file native_order.hpp.
| uint64_t pineforge::native_order::native_order_v6::SubmitResult::event_ordinal = 0 |
Definition at line 757 of file native_order.hpp.
| std::optional<RequestHandle> pineforge::native_order::native_order_v6::SubmitResult::handle |
Definition at line 758 of file native_order.hpp.
| std::optional<RequestRejectReason> pineforge::native_order::native_order_v6::SubmitResult::reason |
Definition at line 759 of file native_order.hpp.