#include <OnixS/Eurex/MarketData/InterfaceDescriptorProvider.h>
Public Types | |
| typedef std::vector< ProductInfo > | Collection |
Public Member Functions | |
| ProductInfo () | |
Public Attributes | |
| MarketSegment | marketSegment |
| MarketSegmentId | marketSegmentId |
| PartitionId | partitionId |
| UInt32 | marketDepth |
| UInt32 | mdiMarketDepth |
Definition at line 38 of file InterfaceDescriptorProvider.h.
| typedef std::vector<ProductInfo> Collection |
Definition at line 64 of file InterfaceDescriptorProvider.h.
|
inline |
Constructor.
Definition at line 41 of file InterfaceDescriptorProvider.h.
| UInt32 marketDepth |
Maximum number of price levels for the product in EMDI.
Definition at line 59 of file InterfaceDescriptorProvider.h.
| MarketSegment marketSegment |
Market segment (product name).
Definition at line 50 of file InterfaceDescriptorProvider.h.
| MarketSegmentId marketSegmentId |
Market segment id.
Definition at line 53 of file InterfaceDescriptorProvider.h.
| UInt32 mdiMarketDepth |
Maximum number of price levels for the product in MDI.
Definition at line 62 of file InterfaceDescriptorProvider.h.
| PartitionId partitionId |
Partition id.
Definition at line 56 of file InterfaceDescriptorProvider.h.