PineForge
v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
execution_reverse_to.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
pineforge::execution
{
4
inline
namespace
reverse_to_v1
{
5
6
// One resolved execution closes the opposite live book and opens this exact
7
// signed exposure. This is not a signed transaction flow or a queued request.
8
// The value is local to inspection/projection/settlement and is never retained.
9
struct
ReverseTo
{
10
double
signed_units
= 0.0;
11
};
12
13
}
// inline namespace reverse_to_v1
14
}
// namespace pineforge::execution
pineforge::execution::reverse_to_v1
Definition
execution_reverse_to.hpp:4
pineforge::execution
Definition
execution.hpp:12
pineforge::execution::reverse_to_v1::ReverseTo
Definition
execution_reverse_to.hpp:9
pineforge::execution::reverse_to_v1::ReverseTo::signed_units
double signed_units
Definition
execution_reverse_to.hpp:10
include
pineforge
execution_reverse_to.hpp
PineForge v0.13.1-379-g9b50973 — Apache-2.0 —
github.com/pineforge-4pass/pineforge-engine