T
- Extends MotifTrade
which contains the capabilities to obtain
fields from the trade message and send trade messages.public class ErrorEvent<T extends MotifTrade> extends ResponderEvent<T>
An event that is sent once an error has occurred; which the frontend should be notified about.
Note that error codes are entirely up to the backend, but should allow traders to notify support people of the exact issue. This may come directly from the trading system.
Modifier and Type | Field and Description |
---|---|
static String |
ERROR
The event name for an Error event
|
static String |
ERROR_CODE
The Error Code field
|
static String |
ERROR_MESSAGE
The Error Message field
|
fields
Constructor and Description |
---|
ErrorEvent(String errorMessage,
String errorCode)
Constructs an error event for the specified message and code.
|
public static final String ERROR
public static final String ERROR_CODE
public static final String ERROR_MESSAGE
Copyright © 2015 Caplin Systems.