Package | Description |
---|---|
biz.onixs.eurex.eti.handler.message | |
biz.onixs.eurex.eti.handler.message.value |
Modifier and Type | Method and Description |
---|---|
TransactionDelayIndicator |
DeleteOrderNRResponse.getTransactionDelayIndicator()
Indicator for a delayed transaction.
|
TransactionDelayIndicator |
DeleteOrderResponse.getTransactionDelayIndicator()
Indicator for a delayed transaction.
|
TransactionDelayIndicator |
ModifyOrderNRResponse.getTransactionDelayIndicator()
Indicator for a delayed transaction.
|
TransactionDelayIndicator |
ModifyOrderResponse.getTransactionDelayIndicator()
Indicator for a delayed transaction.
|
TransactionDelayIndicator |
NewOrderNRResponse.getTransactionDelayIndicator()
Indicator for a delayed transaction.
|
TransactionDelayIndicator |
NewOrderResponse.getTransactionDelayIndicator()
Indicator for a delayed transaction.
|
TransactionDelayIndicator |
OrderExecResponse.getTransactionDelayIndicator()
Indicator for a delayed transaction.
|
Modifier and Type | Method and Description |
---|---|
DeleteOrderNRResponse |
DeleteOrderNRResponse.setTransactionDelayIndicator(TransactionDelayIndicator value) |
DeleteOrderResponse |
DeleteOrderResponse.setTransactionDelayIndicator(TransactionDelayIndicator value) |
ModifyOrderNRResponse |
ModifyOrderNRResponse.setTransactionDelayIndicator(TransactionDelayIndicator value) |
ModifyOrderResponse |
ModifyOrderResponse.setTransactionDelayIndicator(TransactionDelayIndicator value) |
NewOrderNRResponse |
NewOrderNRResponse.setTransactionDelayIndicator(TransactionDelayIndicator value) |
NewOrderResponse |
NewOrderResponse.setTransactionDelayIndicator(TransactionDelayIndicator value) |
OrderExecResponse |
OrderExecResponse.setTransactionDelayIndicator(TransactionDelayIndicator value) |
Modifier and Type | Method and Description |
---|---|
static TransactionDelayIndicator |
TransactionDelayIndicator.forValue(byte value) |
static TransactionDelayIndicator |
TransactionDelayIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionDelayIndicator[] |
TransactionDelayIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2024 Onix Solutions. All rights reserved.