Package com.epam.fix.validation.error
Class FIXError
java.lang.Object
com.epam.fix.validation.error.FIXError
- All Implemented Interfaces:
Cloneable
,Comparable<FIXError>
- Author:
- Serhiy_Zahriychuk Date: Jul 13, 2009
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
int
boolean
int
hashCode()
void
setDescription
(String description) void
setTagValue
(TagValue tagValue) toString()
-
Constructor Details
-
FIXError
-
-
Method Details
-
getFixErrorCode
-
getDescription
-
setDescription
-
getTagValue
-
setTagValue
-
equals
-
hashCode
public int hashCode() -
toString
-
clone
-
compareTo
- Specified by:
compareTo
in interfaceComparable<FIXError>
-