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
3namespace pineforge::execution {
4inline 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.
9struct ReverseTo {
10 double signed_units = 0.0;
11};
12
13} // inline namespace reverse_to_v1
14} // namespace pineforge::execution