OnixS Eurex ETI Handler C++ library  9.19.0
API documentation
OrdStatus Struct Reference

#include <OnixS/Eurex/Trading/Enumerations.h>

Public Types

enum  Enum {
  NoValue = 0x00, New = '0', PartiallyFilled = '1', Filled = '2',
  Canceled = '4', PendingCancel = '6', Suspended = '9'
}
 

Detailed Description

Definition at line 1075 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Conveys the current status of an order.

Enumerator
NoValue 

No value.

New 

New.

PartiallyFilled 

Partially filled.

Filled 

Filled.

Canceled 

Cancelled.

PendingCancel 

Pending Cancel (i.e. result of Order Cancel Request).

Suspended 

Suspended.

Definition at line 1078 of file Enumerations.h.


The documentation for this struct was generated from the following file: