|
PineForge v0.13.1-379-g9b50973
Deterministic PineScript v6 backtest runtime — C ABI reference
|
#include <market_admission.hpp>
Public Member Functions | |
| CommandCapture (Allocation allocation, CommandObservation input, std::vector< BookObservation > before, std::function< void(CommandEvent)> complete) | |
| CommandCapture (const CommandCapture &)=delete | |
| CommandCapture & | operator= (const CommandCapture &)=delete |
| ~CommandCapture () noexcept(false) | |
| const CommandObservation & | input () const |
| void | outcome (Outcome outcome) |
| void | bind (Draft &draft, std::optional< SizingObservation > sizing, double explicit_equity, double explicit_price) |
Definition at line 233 of file source/market_admission.hpp.
| pineforge::admission::market_admission_v2::CommandCapture::CommandCapture | ( | Allocation | allocation, |
| CommandObservation | input, | ||
| std::vector< BookObservation > | before, | ||
| std::function< void(CommandEvent)> | complete ) |
Definition at line 148 of file source/market_admission.cpp.
References input().
Referenced by CommandCapture(), and operator=().
|
delete |
References CommandCapture().
| pineforge::admission::market_admission_v2::CommandCapture::~CommandCapture | ( | ) |
Definition at line 153 of file source/market_admission.cpp.
|
delete |
References CommandCapture().
|
inline |
Definition at line 240 of file source/market_admission.hpp.
References input().
Referenced by CommandCapture(), and input().
|
inline |
Definition at line 241 of file source/market_admission.hpp.
References outcome().
Referenced by outcome().
| void pineforge::admission::market_admission_v2::CommandCapture::bind | ( | Draft & | draft, |
| std::optional< SizingObservation > | sizing, | ||
| double | explicit_equity, | ||
| double | explicit_price ) |