PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pineforge::order_cancellation_v1 Namespace Reference

Data Structures

struct  CancellationTarget
 
class  OrderCancellationReceipt
 

Enumerations

enum class  CancellationCause : int32_t {
  None = 0 ,
  Replacement = 1 ,
  Dependency = 2
}
 
enum class  CancellationState : int32_t {
  Live = 0 ,
  Cancelled = 1
}
 
enum class  CloseClaimRelease : int32_t {
  Unbound = 0 ,
  NotApplicable = 1 ,
  Pending = 2 ,
  Released = 3
}
 
enum class  CancellationResult : int32_t {
  Applied = 0 ,
  Replay = 1 ,
  AlreadyTerminal = 2 ,
  Invalid = 3
}
 

Enumeration Type Documentation

◆ CancellationCause

Enumerator
None 
Replacement 
Dependency 

Definition at line 14 of file order_cancellation.hpp.

◆ CancellationState

Enumerator
Live 
Cancelled 

Definition at line 20 of file order_cancellation.hpp.

◆ CloseClaimRelease

Enumerator
Unbound 
NotApplicable 
Pending 
Released 

Definition at line 25 of file order_cancellation.hpp.

◆ CancellationResult

Enumerator
Applied 
Replay 
AlreadyTerminal 
Invalid 

Definition at line 32 of file order_cancellation.hpp.