| Package | Description |
|---|---|
| biz.onixs.cme.stp.handler |
| Modifier and Type | Method and Description |
|---|---|
static TradeRequestResult |
TradeRequestResult.forValue(int value)
Returns enum value for the int representation
|
TradeRequestResult |
TradeCaptureReportRequestAcknowledgment.getTradeRequestResult()
Gets result of Trade Request
Supported Values:
0 = Successful (Default)
1 = Invalid or unknown instrument
2 = Invalid type of trade requested
3 = Invalid parties
4 = Invalid Transport Type requested
5 = Invalid Destination requested
8 = TradeRequestType not supported
9 = Unauthorized for Trade Capture Report Request
|
static TradeRequestResult |
TradeRequestResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradeRequestResult[] |
TradeRequestResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TradeCaptureReportRequestAcknowledgment.setTradeRequestResult(TradeRequestResult value)
Gets result of Trade Request
Supported Values:
0 = Successful (Default)
1 = Invalid or unknown instrument
2 = Invalid type of trade requested
3 = Invalid parties
4 = Invalid Transport Type requested
5 = Invalid Destination requested
8 = TradeRequestType not supported
9 = Unauthorized for Trade Capture Report Request
|
Copyright © 2014–2026 Onix Solutions. All rights reserved.