OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers 18.2.0
API documentation
Loading...
Searching...
No Matches
ProductInfo Struct Reference

Public Types

typedef std::vector< ProductInfoCollection

Public Member Functions

 ProductInfo ()

Public Attributes

MarketSegment marketSegment
MarketSegmentId marketSegmentId
PartitionId partitionId
UInt32 marketDepth
UInt32 mdiMarketDepth

Detailed Description

Definition at line 37 of file InterfaceDescriptorProvider.h.

Member Typedef Documentation

◆ Collection

typedef std::vector<ProductInfo> Collection

Definition at line 63 of file InterfaceDescriptorProvider.h.

Constructor & Destructor Documentation

◆ ProductInfo()

ProductInfo ( )
inline

Constructor.

Definition at line 40 of file InterfaceDescriptorProvider.h.

Member Data Documentation

◆ marketDepth

UInt32 marketDepth

Maximum number of price levels for the product in EMDI.

Definition at line 58 of file InterfaceDescriptorProvider.h.

◆ marketSegment

MarketSegment marketSegment

Market segment (product name).

Definition at line 49 of file InterfaceDescriptorProvider.h.

◆ marketSegmentId

MarketSegmentId marketSegmentId

Market segment id.

Definition at line 52 of file InterfaceDescriptorProvider.h.

◆ mdiMarketDepth

UInt32 mdiMarketDepth

Maximum number of price levels for the product in MDI.

Definition at line 61 of file InterfaceDescriptorProvider.h.

◆ partitionId

PartitionId partitionId

Partition id.

Definition at line 55 of file InterfaceDescriptorProvider.h.