dxFeed Graal CXX API
Loading...
Searching...
No Matches
dxfcpp::PriceType Struct Reference

Type of the price value. More...

#include <PriceType.hpp>

Inherits dxfcpp::Enum< Child, Code >.

Static Public Attributes

static const DXFCPP_EXPORT PriceType REGULAR {0, "REGULAR"}
 Regular price.
 
static const DXFCPP_EXPORT PriceType INDICATIVE {1, "INDICATIVE"}
 Indicative price (derived via math formula).
 
static const DXFCPP_EXPORT PriceType PRELIMINARY {2, "PRELIMINARY"}
 Preliminary price (preliminary settlement price), usually posted prior to PriceType::FINAL price.
 
static const DXFCPP_EXPORT PriceType FINAL {3, "FINAL"}
 Final price (final settlement price).
 

Detailed Description

Type of the price value.