OpenPine C++ API
C++ wrapper for the OpenPine Pine Script VM
Loading...
Searching...
No Matches
filled_orders.hpp File Reference

C++ wrapper for iterating filled orders on a chart bar. More...

#include <cstdint>
#include <memory>
#include <string_view>
#include "../ffi.hpp"
#include "../string_ref.hpp"

Go to the source code of this file.

Classes

class  openpine::FilledOrder
 A single filled order (signal name, price, signed quantity). More...
class  openpine::FilledOrdersIterator
 Iterator over filled orders (strategy order fills) on a single bar. More...

Namespaces

namespace  openpine

Detailed Description

C++ wrapper for iterating filled orders on a chart bar.

Definition in file filled_orders.hpp.