Package | Description |
---|---|
com.epam.fix.message | |
com.epam.fix.validation.error |
This package contains classes for managing of errors of validation process
|
Modifier and Type | Method and Description |
---|---|
FIXErrorCode |
MessageValidationException.getFixErrorCode() |
Constructor and Description |
---|
MessageValidationException(FIXFieldList invalidMessage,
TagValue tagValue,
FIXErrorCode errorCode,
String description,
boolean critical) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
FIXError(FIXErrorCode fixErrorCode,
String description,
TagValue tagValue) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.