OnixS C++ B3 Binary UMDF Market Data Handler 1.10.0
Users' manual and API documentation
Loading...
Searching...
No Matches
MultiLegPriceMethod Struct Reference

#include <OnixS/B3/MarketData/UMDF/messaging/Fields.h>

Public Types

enum  Enum
typedef UInt8 Base

Detailed Description

Definition at line 1256 of file Fields.h.

Member Typedef Documentation

◆ Base

typedef UInt8 Base

Definition at line 1258 of file Fields.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Code to represent how the multileg price is to be interpreted when applied to the legs.

Enumerator
NET_PRICE 

Net Price.

REVERSED_NET_PRICE 

Reversed Net Price.

YIELD_DIFFERENCE 

Yield Difference.

INDIVIDUAL 

Individual.

CONTRACT_WEIGHTED_AVERAGE_PRICE 

Contract Weighted Average Price.

MULTIPLIED_PRICE 

Multiplied Price.

Definition at line 1261 of file Fields.h.