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

#include <OnixS/B3/MarketData/UMDF/OrderBook.h>

Public Types

enum  Enum
typedef UInt8 Base

Detailed Description

Definition at line 537 of file OrderBook.h.

Member Typedef Documentation

◆ Base

typedef UInt8 Base

Definition at line 539 of file OrderBook.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Types of Market Data update action.

Enumerator
New 

Create a new order.

Change 

Change the order..

Delete 

Delete the order.

Clean 

Clean the given book side.

Definition at line 542 of file OrderBook.h.