OnixS Xetra MDI Market Data Handler for C++  1.0.0.0
Public Types | List of all members
TradeCondition Struct Reference

Exposes list of available trade conditions. More...

Public Types

enum  Enum {
  Undefined = 0, ExchangeLast = 1, OpeningPrice = 2, HighPrice = 4,
  LowPrice = 8, OfficialClosingPrice = 16, LastAuctionPrice = 32, FinalPriceOfSession = 64,
  BestPrice = 128, MidpointPrice = 256, PriceFromSubscriptionPeriod = 512
}
 

Detailed Description

Exposes list of available trade conditions.

Member Enumeration Documentation

enum Enum
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.

FinalPriceOfSession 

Final price of session.

BestPrice 

BEST price.

MidpointPrice 

Midpoint price.

PriceFromSubscriptionPeriod 

Price from subscription period.