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

fill_through makes the limit a touch trigger (market-if-touched): the level still gates when the request becomes executable, but its fill is not bounded by the level, so slippage may carry it past the level. More...

#include <native_order.hpp>

Data Fields

double price = 0.0
 
bool fill_through = false
 

Detailed Description

fill_through makes the limit a touch trigger (market-if-touched): the level still gates when the request becomes executable, but its fill is not bounded by the level, so slippage may carry it past the level.

Definition at line 237 of file native_order.hpp.

Field Documentation

◆ price

double pineforge::native_order::native_order_v6::Limit::price = 0.0

Definition at line 238 of file native_order.hpp.

◆ fill_through

bool pineforge::native_order::native_order_v6::Limit::fill_through = false

Definition at line 239 of file native_order.hpp.


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