OnixS C++ CME Market Data Handler  2.56.0.0
Public Types | List of all members
ContractMultiplierUnits Struct Reference

Indicates the type of multiplier being applied to the product. More...

Public Types

enum  Enum { Undefined = -1, MultipliedByHour = 1, MultipliedByDay = 2 }
 

Detailed Description

Indicates the type of multiplier being applied to the product.

Member Enumeration Documentation

enum Enum
Enumerator
Undefined 

Used to identify absence of value.

MultipliedByHour 

Multiplied by hour.

MultipliedByDay 

Multiplied by day.