#include <OnixS/CME/MDH/MessageSupplements.h>
Public Member Functions | |
| IncrementalRefreshBookCombinedEntry (const Order &order, const Price &price) | |
| IncrementalRefreshBookCombinedEntry (const IncrementalRefreshBookCombinedEntry &other) | |
| SecurityId | securityId () const | 
| EntryTypeBook::Enum | entryType () const | 
| OrderUpdateAction::Enum | updateAction () const | 
| bool | orderId (OrderId &id) const | 
| bool | orderPriority (OrderPriority &priority) const | 
| bool | entryPx (Decimal &price) const | 
| bool | displayQty (DisplayQuantity &quantity) const | 
| IncrementalRefreshBookCombinedEntry & | operator= (const IncrementalRefreshBookCombinedEntry &other) | 
Data for MBO book atomic update gathered from IncrementalRefreshBook message containing atomic updates for all types of books.
Definition at line 33 of file MessageSupplements.h.
      
  | 
  inline | 
Initializes instance from order and price components.
Definition at line 37 of file MessageSupplements.h.
      
  | 
  inline | 
Initializes as copy of the other one.
Definition at line 44 of file MessageSupplements.h.
      
  | 
  inline | 
Display quantity.
Definition at line 89 of file MessageSupplements.h.
Price value.
Definition at line 83 of file MessageSupplements.h.
      
  | 
  inline | 
Type of market data entry.
Definition at line 57 of file MessageSupplements.h.
      
  | 
  inline | 
Re-initializes as copy of the other instance.
Definition at line 95 of file MessageSupplements.h.
Order identifier.
Definition at line 69 of file MessageSupplements.h.
      
  | 
  inline | 
Order priority.
Definition at line 77 of file MessageSupplements.h.
      
  | 
  inline | 
Security id whose MBO book is to be updated.
Definition at line 51 of file MessageSupplements.h.
      
  | 
  inline | 
Indicates action of atomic book update.
Definition at line 63 of file MessageSupplements.h.