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

#include <native_order.hpp>

Data Fields

uint64_t ordinal = 0
 
DefinitionRef definition
 
int64_t cycle = 0
 
Side side = Side::Long
 
MatchCursor cursor {}
 
Authority before = UnboundBookClose{}
 
Authority after = UnboundBookClose{}
 

Detailed Description

Definition at line 1002 of file native_order.hpp.

Field Documentation

◆ ordinal

uint64_t pineforge::native_order::native_order_v6::CloseBoundEvent::ordinal = 0

Definition at line 1003 of file native_order.hpp.

◆ definition

DefinitionRef pineforge::native_order::native_order_v6::CloseBoundEvent::definition

Definition at line 1004 of file native_order.hpp.

◆ cycle

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

Definition at line 1005 of file native_order.hpp.

◆ side

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

Definition at line 1006 of file native_order.hpp.

◆ cursor

MatchCursor pineforge::native_order::native_order_v6::CloseBoundEvent::cursor {}

Definition at line 1007 of file native_order.hpp.

◆ before

Authority pineforge::native_order::native_order_v6::CloseBoundEvent::before = UnboundBookClose{}

Definition at line 1008 of file native_order.hpp.

◆ after

Authority pineforge::native_order::native_order_v6::CloseBoundEvent::after = UnboundBookClose{}

Definition at line 1009 of file native_order.hpp.


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