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

#include <native_toolkit.hpp>

Data Fields

native_order::RequestHandle parent
 
std::optional< native_order::Requesttake_profit
 
std::optional< native_order::Requeststop_loss
 
std::optional< native_order::Requesttrail
 
native_order::GroupEffect sibling_effect = native_order::GroupEffect::Cancel
 
std::optional< native_order::NativeAnchorRoundinganchor_rounding
 
native_order::NativeArmVisibility visibility = native_order::NativeArmVisibility::Working
 

Detailed Description

Definition at line 37 of file native_toolkit.hpp.

Field Documentation

◆ parent

native_order::RequestHandle pineforge::native_toolkit::native_toolkit_v1::BracketSpec::parent

Definition at line 38 of file native_toolkit.hpp.

◆ take_profit

std::optional<native_order::Request> pineforge::native_toolkit::native_toolkit_v1::BracketSpec::take_profit

Definition at line 39 of file native_toolkit.hpp.

◆ stop_loss

std::optional<native_order::Request> pineforge::native_toolkit::native_toolkit_v1::BracketSpec::stop_loss

Definition at line 40 of file native_toolkit.hpp.

◆ trail

std::optional<native_order::Request> pineforge::native_toolkit::native_toolkit_v1::BracketSpec::trail

Definition at line 41 of file native_toolkit.hpp.

◆ sibling_effect

native_order::GroupEffect pineforge::native_toolkit::native_toolkit_v1::BracketSpec::sibling_effect = native_order::GroupEffect::Cancel

Definition at line 42 of file native_toolkit.hpp.

◆ anchor_rounding

std::optional<native_order::NativeAnchorRounding> pineforge::native_toolkit::native_toolkit_v1::BracketSpec::anchor_rounding

Definition at line 43 of file native_toolkit.hpp.

◆ visibility

native_order::NativeArmVisibility pineforge::native_toolkit::native_toolkit_v1::BracketSpec::visibility = native_order::NativeArmVisibility::Working

Definition at line 44 of file native_toolkit.hpp.


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