Package com.epam.fixengine.session.util
Class FIXFieldListWithType
java.lang.Object
com.epam.fixengine.session.util.FIXFieldListWithType
- All Implemented Interfaces:
Queueable
Queueable element consists of FIXFieldList and message type.
- See Also:
-
FIXFieldWithTypeFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreatesFIXFieldListWithType.FIXFieldListWithType(FIXFieldList content, ChangesType changesType) Deprecated.FIXFieldListWithType(FIXFieldList content, String type) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected FIXFieldListcloneOnSend(FIXFieldList list) voidfromBytes(byte[] bytes, int offset, int length) DeSerialize instance from byte array.voidgetBytes(ByteBuffer buffer) Serialize instance to byte array.Gets change typegetList()Gets list of fields.getType()Gets message type.longgetUid()voidinit(FIXFieldList content, ChangesType changesType) voidinit(FIXFieldList content, String type) booleanCheck message type.voidvoidsetChangesType(ChangesType changesType) voidsetList(FIXFieldList list) voidtoString()
-
Field Details
-
SEPARATOR_CHAR
protected static final byte SEPARATOR_CHAR- See Also:
-
-
Constructor Details
-
FIXFieldListWithType
public FIXFieldListWithType()CreatesFIXFieldListWithType. -
FIXFieldListWithType
Deprecated.CreatesFIXFieldListWithTypewith list of fields and type.- Parameters:
content- list of fieldstype- message type
-
FIXFieldListWithType
Deprecated.
-
-
Method Details
-
cloneOnSend
-
init
-
init
-
getBytes
Serialize instance to byte array. -
fromBytes
public void fromBytes(byte[] bytes, int offset, int length) DeSerialize instance from byte array. -
setChangesType
-
setList
-
setType
-
getList
Gets list of fields. -
getType
Gets message type. -
getChangesType
Gets change type -
toString
-
releaseInstance
public void releaseInstance() -
isApplicationLevelMessage
public boolean isApplicationLevelMessage()Check message type.- Returns:
- true if message has application level type
-
prepareMsgForReject
-
getUid
public long getUid()
-