|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <cstdint>#include <iosfwd>#include <mutex>#include <string>#include <string_view>#include <type_traits>#include <unordered_set>Go to the source code of this file.
Namespaces | |
| namespace | pineforge |
| namespace | pineforge::native_order |
| namespace | pineforge::native_order::native_order_v1 |
Functions | |
| bool | pineforge::native_order::native_order_v1::operator== (const RunIdentity &a, const RunIdentity &b) |
| bool | pineforge::native_order::native_order_v1::operator!= (const RunIdentity &a, const RunIdentity &b) |
| bool | pineforge::native_order::native_order_v1::operator== (const RequestHandle &a, const RequestHandle &b) |
| bool | pineforge::native_order::native_order_v1::operator!= (const RequestHandle &a, const RequestHandle &b) |
| bool | pineforge::native_order::native_order_v1::operator== (const Birth &a, const Birth &b) |
| bool | pineforge::native_order::native_order_v1::operator!= (const Birth &a, const Birth &b) |
| bool | pineforge::native_order::native_order_v1::point_eligible (const Birth &birth, uint64_t point_ordinal, int64_t effective_time_ms) noexcept |