|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FIXErrorCode | |
|---|---|
| com.epam.fix.message | |
| com.epam.fix.validation.error | |
| Uses of FIXErrorCode in com.epam.fix.message |
|---|
| Methods in com.epam.fix.message that return FIXErrorCode | |
|---|---|
FIXErrorCode |
MessageValidationException.getFixErrorCode()
|
| Constructors in com.epam.fix.message with parameters of type FIXErrorCode | |
|---|---|
MessageValidationException(FIXFieldList invalidMessage,
TagValue tagValue,
FIXErrorCode errorCode,
String description,
boolean critical)
|
|
| Uses of FIXErrorCode in com.epam.fix.validation.error |
|---|
| Methods in com.epam.fix.validation.error that return FIXErrorCode | |
|---|---|
FIXErrorCode |
FIXError.getFixErrorCode()
|
static FIXErrorCode |
FIXErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FIXErrorCode[] |
FIXErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.epam.fix.validation.error with parameters of type FIXErrorCode | |
|---|---|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
FIXField fixField,
long sequenceNumber,
String messageType,
Integer tag)
Deprecated. |
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
FIXField fixField,
String text)
Deprecated. |
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
FIXField fixField,
String text,
long sequenceNumber,
String messageType,
Integer tag)
Deprecated. |
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode errorCode,
int seqNum,
String messageType,
FIXField field)
Deprecated. |
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode errorCode,
int seqNum,
String messageType,
FIXField field,
String text)
Deprecated. |
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
long sequenceNumber,
String messageType,
Integer tag)
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
long sequenceNumber,
String messageType,
Integer tag,
String text)
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
String text)
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
TagValue tagValue,
long sequenceNumber,
String messageType,
Integer tag)
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
TagValue value,
String text)
|
FIXError |
FIXErrorBuilder.buildError(FIXErrorCode fixErrorCode,
TagValue tagValue,
String text,
long sequenceNumber,
String messageType,
Integer tag)
|
| Constructors in com.epam.fix.validation.error with parameters of type FIXErrorCode | |
|---|---|
FIXError(FIXErrorCode fixErrorCode,
String description,
TagValue tagValue)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||