|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <order_birth.hpp>
Public Member Functions | |
| OrderBirth ()=default | |
| OrderBirthCause | cause () const |
| bool | from_fill () const |
| bool | at_terminal_fill () const |
| int | bar () const |
| int64_t | timestamp () const |
| const BirthCursor & | cursor () const |
| double | cursor_price () const |
| uint64_t | first_fill () const |
| uint64_t | last_fill () const |
| uint64_t | evaluation_ordinal () const |
Static Public Member Functions | |
| static OrderBirth | direct_command (int bar, int64_t timestamp) |
| static OrderBirth | chart_evaluation (int bar, int64_t timestamp) |
| static OrderBirth | fill_evaluation (int bar, int64_t timestamp, BirthCursor cursor, double price, uint64_t first_fill, uint64_t last_fill, uint64_t evaluation_ordinal) |
Definition at line 59 of file order_birth.hpp.
|
default |
Referenced by chart_evaluation(), direct_command(), and fill_evaluation().
|
inlinestatic |
Definition at line 62 of file order_birth.hpp.
References bar(), pineforge::DirectCommand, OrderBirth(), and timestamp().
|
inlinestatic |
Definition at line 65 of file order_birth.hpp.
References bar(), pineforge::ChartEvaluation, OrderBirth(), and timestamp().
Referenced by pineforge::source::PineStrategyHost::source_pending_view().
|
inlinestatic |
Definition at line 68 of file order_birth.hpp.
References bar(), cursor(), evaluation_ordinal(), pineforge::FillEvaluation, first_fill(), last_fill(), pineforge::None, OrderBirth(), pineforge::price, and timestamp().
|
inline |
Definition at line 80 of file order_birth.hpp.
Referenced by pineforge::source::PendingIntentView::copy_v1(), and pineforge::source::PineStrategyHost::source_pending_view().
|
inline |
Definition at line 81 of file order_birth.hpp.
References pineforge::FillEvaluation.
Referenced by at_terminal_fill(), pineforge::source::PendingIntentView::copy_v1(), and pineforge::source::PineExecutionAdapter::flush_pending_bracket_legs().
|
inline |
Definition at line 82 of file order_birth.hpp.
References from_fill().
Referenced by pineforge::source::PendingIntentView::copy_v1().
|
inline |
Definition at line 83 of file order_birth.hpp.
Referenced by chart_evaluation(), pineforge::source::PendingIntentView::copy_v1(), direct_command(), and fill_evaluation().
|
inline |
Definition at line 84 of file order_birth.hpp.
Referenced by chart_evaluation(), pineforge::source::PendingIntentView::copy_v1(), direct_command(), and fill_evaluation().
|
inline |
Definition at line 85 of file order_birth.hpp.
Referenced by pineforge::source::PendingIntentView::copy_v1(), and fill_evaluation().
|
inline |
Definition at line 86 of file order_birth.hpp.
Referenced by pineforge::source::PendingIntentView::copy_v1().
|
inline |
Definition at line 87 of file order_birth.hpp.
Referenced by pineforge::source::PendingIntentView::copy_v1(), and fill_evaluation().
|
inline |
Definition at line 88 of file order_birth.hpp.
Referenced by pineforge::source::PendingIntentView::copy_v1(), and fill_evaluation().
|
inline |
Definition at line 89 of file order_birth.hpp.
Referenced by pineforge::source::PendingIntentView::copy_v1(), and fill_evaluation().