dxFeed Graal CXX API v4.2.0
Loading...
Searching...
No Matches
OtcMarketsPriceType Struct Reference

Type of prices on the OTC Markets. More...

#include <OtcMarketsPriceType.hpp>

Static Public Attributes

static const DXFCPP_EXPORT OtcMarketsPriceType UNPRICED {0, "UNPRICED"}
 Unpriced quotes are an indication of interest (IOI) in a security used when a trader does not wish to show a price or size.
 
static const DXFCPP_EXPORT OtcMarketsPriceType ACTUAL {1, "ACTUAL"}
 Actual (Priced) is the actual amount a trader is willing to buy or sell securities.
 
static const DXFCPP_EXPORT OtcMarketsPriceType WANTED {2, "WANTED"}
 Offer Wanted/Bid Wanted (OW/BW) is used to solicit sellers/buyers, without displaying actual price or size.
 

Detailed Description

Type of prices on the OTC Markets.

Please see OTC Markets Data Display Requirements section "4.2 Quote Price Types" for complete description.

Member Data Documentation

◆ UNPRICED

DXFCPP_BEGIN_NAMESPACE const OtcMarketsPriceType OtcMarketsPriceType::UNPRICED {0, "UNPRICED"}
static

Unpriced quotes are an indication of interest (IOI) in a security used when a trader does not wish to show a price or size.

Unpriced, name-only quotes are also used as the other side of a one-sided, priced quote. Unpriced quotes may not have a Quote Access Payment (QAP) value.

◆ WANTED

const OtcMarketsPriceType OtcMarketsPriceType::WANTED {2, "WANTED"}
static

Offer Wanted/Bid Wanted (OW/BW) is used to solicit sellers/buyers, without displaying actual price or size.

OW/BW quotes may not have a Quote Access Payment (QAP) value.