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

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

Public Types

enum  Enum
typedef UInt8 Base

Detailed Description

This tag is also used to mark when an instrument state is kept separate from the group phase, or when the instrument state follows the default group phase (stops having a separate, defined state).

FIX type: Int.

Definition at line 805 of file Fields.h.

Member Typedef Documentation

◆ Base

typedef UInt8 Base

Definition at line 807 of file Fields.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Identifies an event related to a Trade. This tag is also used to mark when an instrument state is kept separate from the group phase, or when the instrument state follows the default group phase (stops having a separate, defined state).

Enumerator
TRADING_SESSION_CHANGE 

Change of Trading Session.

SECURITY_STATUS_CHANGE 101 

Security Status maintained separately from Group Status.

SECURITY_REJOINS_SECURITY_GROUP_STATUS 102 

Security Status following Group Status.

Definition at line 810 of file Fields.h.