OnixS Eurex ETI Handler C++ library  9.25.0
API documentation
CrossMatchInstruction Struct Reference

Public Types

enum  Enum { NoValue = 0xFF, CancelAggressive = 1, CancelPassive = 2, CancelAggressiveAndPassive = 3 }
 

Detailed Description

Indicate the instruction for SMP. Applicable only when MatchInstCrossID (28744) is set. When CrossMatchInstruction is not set the default value is defined by the exchange.

Definition at line 243 of file Enumerations.h.

Member Enumeration Documentation

enum Enum

Indicate the instruction for SMP. Applicable only when MatchInstCrossID (28744) is set. When CrossMatchInstruction is not set the default value is defined by the exchange.

Enumerator
NoValue 

No value.

CancelAggressive 

Cancel incoming order.

CancelPassive 

Cancel resting order.

CancelAggressiveAndPassive 

Reduce/Cancel both incoming and resting order.

Definition at line 246 of file Enumerations.h.