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

A reduction or a flatten that had nothing to close: terminal, with no execution identity, no fill, no fee and no physical action. More...

#include <native_order.hpp>

Public Member Functions

const RequestHandlehandle () const noexcept
 
const Requestrequest () const noexcept
 
const Birthbirth () const noexcept
 

Data Fields

uint64_t ordinal = 0
 
DefinitionRef definition
 
RemainingProjection remaining = RemainingProjectionUnbound{}
 
Authority authority = UnboundBookClose{}
 
MatchCursor cursor {}
 

Detailed Description

A reduction or a flatten that had nothing to close: terminal, with no execution identity, no fill, no fee and no physical action.

It is an outcome, not a failure.

Definition at line 959 of file native_order.hpp.

Member Function Documentation

◆ handle()

const RequestHandle & pineforge::native_order::native_order_v6::NoEffectEvent::handle ( ) const
inlinenoexcept

Definition at line 965 of file native_order.hpp.

References definition.

◆ request()

const Request & pineforge::native_order::native_order_v6::NoEffectEvent::request ( ) const
inlinenoexcept

Definition at line 966 of file native_order.hpp.

References definition.

◆ birth()

const Birth & pineforge::native_order::native_order_v6::NoEffectEvent::birth ( ) const
inlinenoexcept

Definition at line 967 of file native_order.hpp.

References definition.

Field Documentation

◆ ordinal

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

Definition at line 960 of file native_order.hpp.

◆ definition

DefinitionRef pineforge::native_order::native_order_v6::NoEffectEvent::definition

Definition at line 961 of file native_order.hpp.

Referenced by birth(), handle(), and request().

◆ remaining

RemainingProjection pineforge::native_order::native_order_v6::NoEffectEvent::remaining = RemainingProjectionUnbound{}

Definition at line 962 of file native_order.hpp.

◆ authority

Authority pineforge::native_order::native_order_v6::NoEffectEvent::authority = UnboundBookClose{}

Definition at line 963 of file native_order.hpp.

◆ cursor

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

Definition at line 964 of file native_order.hpp.


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