PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pineforge::engine_script_run_v18::BacktestEngine::ExecutionConsumerSlot Struct Reference

#include <engine.hpp>

Public Member Functions

 ExecutionConsumerSlot ()=default
 
 ExecutionConsumerSlot (const ExecutionConsumerSlot &other) noexcept
 
ExecutionConsumerSlotoperator= (const ExecutionConsumerSlot &other) noexcept
 
 ExecutionConsumerSlot (ExecutionConsumerSlot &&other) noexcept
 
ExecutionConsumerSlotoperator= (ExecutionConsumerSlot &&other) noexcept
 

Data Fields

bool native = false
 
std::unique_ptr< IExecutionConsumerptr
 

Detailed Description

Definition at line 2211 of file engine.hpp.

Constructor & Destructor Documentation

◆ ExecutionConsumerSlot() [1/3]

pineforge::engine_script_run_v18::BacktestEngine::ExecutionConsumerSlot::ExecutionConsumerSlot ( )
default

◆ ExecutionConsumerSlot() [2/3]

pineforge::engine_script_run_v18::BacktestEngine::ExecutionConsumerSlot::ExecutionConsumerSlot ( const ExecutionConsumerSlot & other)
inlinenoexcept

Definition at line 2215 of file engine.hpp.

References ExecutionConsumerSlot().

◆ ExecutionConsumerSlot() [3/3]

pineforge::engine_script_run_v18::BacktestEngine::ExecutionConsumerSlot::ExecutionConsumerSlot ( ExecutionConsumerSlot && other)
inlinenoexcept

Definition at line 2224 of file engine.hpp.

References ExecutionConsumerSlot().

Member Function Documentation

◆ operator=() [1/2]

ExecutionConsumerSlot & pineforge::engine_script_run_v18::BacktestEngine::ExecutionConsumerSlot::operator= ( const ExecutionConsumerSlot & other)
inlinenoexcept

Definition at line 2217 of file engine.hpp.

References ExecutionConsumerSlot(), native, and ptr.

◆ operator=() [2/2]

ExecutionConsumerSlot & pineforge::engine_script_run_v18::BacktestEngine::ExecutionConsumerSlot::operator= ( ExecutionConsumerSlot && other)
inlinenoexcept

Definition at line 2227 of file engine.hpp.

References ExecutionConsumerSlot(), native, and ptr.

Field Documentation

◆ native

bool pineforge::engine_script_run_v18::BacktestEngine::ExecutionConsumerSlot::native = false

Definition at line 2212 of file engine.hpp.

Referenced by operator=(), and operator=().

◆ ptr

std::unique_ptr<IExecutionConsumer> pineforge::engine_script_run_v18::BacktestEngine::ExecutionConsumerSlot::ptr
mutable

Definition at line 2213 of file engine.hpp.

Referenced by operator=(), and operator=().


The documentation for this struct was generated from the following file: