|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <engine.hpp>
Public Member Functions | |
| ExecutionConsumerSlot ()=default | |
| ExecutionConsumerSlot (const ExecutionConsumerSlot &other) noexcept | |
| ExecutionConsumerSlot & | operator= (const ExecutionConsumerSlot &other) noexcept |
| ExecutionConsumerSlot (ExecutionConsumerSlot &&other) noexcept | |
| ExecutionConsumerSlot & | operator= (ExecutionConsumerSlot &&other) noexcept |
Data Fields | |
| bool | native = false |
| std::unique_ptr< IExecutionConsumer > | ptr |
Definition at line 2211 of file engine.hpp.
|
default |
Referenced by ExecutionConsumerSlot(), ExecutionConsumerSlot(), operator=(), and operator=().
|
inlinenoexcept |
Definition at line 2215 of file engine.hpp.
References ExecutionConsumerSlot().
|
inlinenoexcept |
Definition at line 2224 of file engine.hpp.
References ExecutionConsumerSlot().
|
inlinenoexcept |
Definition at line 2217 of file engine.hpp.
References ExecutionConsumerSlot(), native, and ptr.
|
inlinenoexcept |
Definition at line 2227 of file engine.hpp.
References ExecutionConsumerSlot(), native, and ptr.
| bool pineforge::engine_script_run_v18::BacktestEngine::ExecutionConsumerSlot::native = false |
Definition at line 2212 of file engine.hpp.
Referenced by operator=(), and operator=().
|
mutable |
Definition at line 2213 of file engine.hpp.
Referenced by operator=(), and operator=().