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

The authority an armed leg acquires under NativeArmScope::Book: the whole position its owner's fill left, on this cycle and side, bound at the fill's cursor. More...

#include <native_order.hpp>

Data Fields

int64_t cycle = 0
 
Side side = Side::Long
 
EventId binding_event
 
MatchCursor binding_cursor {}
 

Detailed Description

The authority an armed leg acquires under NativeArmScope::Book: the whole position its owner's fill left, on this cycle and side, bound at the fill's cursor.

It is the same authority an Independent close has, which is what lets a protective leg placed with its entry also cover later adds.

Definition at line 538 of file native_order.hpp.

Field Documentation

◆ cycle

int64_t pineforge::native_order::native_order_v6::BookClose::cycle = 0

Definition at line 539 of file native_order.hpp.

◆ side

Side pineforge::native_order::native_order_v6::BookClose::side = Side::Long

Definition at line 540 of file native_order.hpp.

◆ binding_event

EventId pineforge::native_order::native_order_v6::BookClose::binding_event

Definition at line 541 of file native_order.hpp.

◆ binding_cursor

MatchCursor pineforge::native_order::native_order_v6::BookClose::binding_cursor {}

Definition at line 542 of file native_order.hpp.


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