#include <OnixS/Eurex/MarketData/Defines.h>
|
enum | Enum {
Undefined = 0,
ExchangeLast = 1,
OpeningPrice = 2,
HighPrice = 4,
LowPrice = 8,
OfficialClosingPrice = 16,
LastAuctionPrice = 32,
OutOfSequenceETH = 64,
PreviousClosingPrice = 128,
VolumeOnly = 256,
TradingOnTermsOfIssue = 512,
SpecialAuction = 1024,
TradeAtClose = 2048,
Retail = 4096,
MidpointPrice = 8192
} |
|
Definition at line 528 of file Defines.h.
Enumerator |
---|
Undefined |
Used to identify absence of value.
|
ExchangeLast |
Exchange last.
|
OpeningPrice |
Opening price.
|
HighPrice |
High price.
|
LowPrice |
Low price.
|
OfficialClosingPrice |
Official closing price.
|
LastAuctionPrice |
Last auction price.
|
OutOfSequenceETH |
Out of sequence ETH.
|
PreviousClosingPrice |
Previous Closing Price.
|
VolumeOnly |
Volume Only.
|
TradingOnTermsOfIssue |
|
SpecialAuction |
|
TradeAtClose |
|
Retail |
|
MidpointPrice |
|
Definition at line 530 of file Defines.h.
The documentation for this struct was generated from the following file: