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

#include <native_order.hpp>

Public Member Functions

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

Data Fields

uint64_t ordinal = 0
 
DefinitionRef definition
 
CancelReason reason = CancelReason::User
 
std::optional< EventIdcause
 
Authority prior_authority = UnboundBookClose{}
 
RemainingProjection unexecuted = RemainingProjectionUnbound{}
 
PendingAdjustments pending = PendingNone{}
 

Detailed Description

Definition at line 930 of file native_order.hpp.

Member Function Documentation

◆ handle()

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

Definition at line 938 of file native_order.hpp.

References definition.

◆ request()

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

Definition at line 939 of file native_order.hpp.

References definition.

Field Documentation

◆ ordinal

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

Definition at line 931 of file native_order.hpp.

◆ definition

DefinitionRef pineforge::native_order::native_order_v6::CancelledEvent::definition

Definition at line 932 of file native_order.hpp.

Referenced by handle(), and request().

◆ reason

CancelReason pineforge::native_order::native_order_v6::CancelledEvent::reason = CancelReason::User

Definition at line 933 of file native_order.hpp.

◆ cause

std::optional<EventId> pineforge::native_order::native_order_v6::CancelledEvent::cause

Definition at line 934 of file native_order.hpp.

◆ prior_authority

Authority pineforge::native_order::native_order_v6::CancelledEvent::prior_authority = UnboundBookClose{}

Definition at line 935 of file native_order.hpp.

◆ unexecuted

RemainingProjection pineforge::native_order::native_order_v6::CancelledEvent::unexecuted = RemainingProjectionUnbound{}

Definition at line 936 of file native_order.hpp.

◆ pending

PendingAdjustments pineforge::native_order::native_order_v6::CancelledEvent::pending = PendingNone{}

Definition at line 937 of file native_order.hpp.


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