|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <native_toolkit.hpp>
Public Member Functions | |
| OrderBook (NativeStrategyHost &host) noexcept | |
| std::optional< native_order::RequestHandle > | handle (const Key &key) const |
| bool | contains (const Key &key) const |
| std::size_t | size () const noexcept |
| bool | empty () const noexcept |
| std::optional< native_order::RequestHandle > | submit_or_replace (const Key &key, const native_order::Request &request, native_order::ReplaceOptions options={}) |
| native_order::CancelStatus | cancel (const Key &key) |
| void | forget (const Key &key) |
Definition at line 124 of file native_toolkit.hpp.
|
inlineexplicitnoexcept |
Definition at line 126 of file native_toolkit.hpp.
|
inline |
Definition at line 128 of file native_toolkit.hpp.
|
inline |
Definition at line 133 of file native_toolkit.hpp.
|
inlinenoexcept |
Definition at line 134 of file native_toolkit.hpp.
|
inlinenoexcept |
Definition at line 135 of file native_toolkit.hpp.
|
inline |
Definition at line 147 of file native_toolkit.hpp.
|
inline |
Definition at line 175 of file native_toolkit.hpp.
|
inline |
Definition at line 187 of file native_toolkit.hpp.