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

A synchronous execution of one request accepted or replaced in this very callback: a target handle and a price rule, and nothing else. More...

#include <native_host.hpp>

Data Fields

native_order::RequestHandle target
 
NativeCurrentPriceRule price_rule = NativeCurrentPriceRule::AsPresented
 

Detailed Description

A synchronous execution of one request accepted or replaced in this very callback: a target handle and a price rule, and nothing else.

Membership, quantity and ownership come from the request; this command cannot supply another selection, a saved cursor, a price, a ticket or a prepared financial plan. Pinned by tests/test_native_current_execution.cpp.

Definition at line 650 of file native_host.hpp.

Field Documentation

◆ target

native_order::RequestHandle pineforge::engine_script_run_v18::NativeCurrentExecution::target

Definition at line 651 of file native_host.hpp.

◆ price_rule

NativeCurrentPriceRule pineforge::engine_script_run_v18::NativeCurrentExecution::price_rule = NativeCurrentPriceRule::AsPresented

Definition at line 652 of file native_host.hpp.


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