PineForge
v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
execution_close_selection.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
#include <vector>
5
6
namespace
pineforge::execution
{
7
inline
namespace
close_selection_v1
{
8
9
// Transient membership for one inspect/project/settle call.
10
// Run-local opening-request provenances in the engine's current cycle.
11
// Not a CloseScope alternative, not a Request field, not hashed, not stored.
12
struct
SelectedOpeningSet
{
13
std::int64_t
cycle
= 0;
14
std::vector<std::uint64_t>
incarnations
;
15
};
16
17
}
// inline namespace close_selection_v1
18
}
// namespace pineforge::execution
pineforge::execution::close_selection_v1
Definition
execution_close_selection.hpp:7
pineforge::execution
Definition
execution.hpp:12
pineforge::execution::close_selection_v1::SelectedOpeningSet
Definition
execution_close_selection.hpp:12
pineforge::execution::close_selection_v1::SelectedOpeningSet::incarnations
std::vector< std::uint64_t > incarnations
Definition
execution_close_selection.hpp:14
pineforge::execution::close_selection_v1::SelectedOpeningSet::cycle
std::int64_t cycle
Definition
execution_close_selection.hpp:13
include
pineforge
execution_close_selection.hpp
PineForge v0.13.1-379-g9b50973 — Apache-2.0 —
github.com/pineforge-4pass/pineforge-engine