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 FIXFieldList
cloneOnSend
(FIXFieldList list) void
fromBytes
(byte[] bytes, int offset, int length) DeSerialize instance from byte array.void
getBytes
(ByteBuffer buffer) Serialize instance to byte array.Gets change typegetList()
Gets list of fields.getType()
Gets message type.long
getUid()
void
init
(FIXFieldList content, ChangesType changesType) void
init
(FIXFieldList content, String type) boolean
Check message type.void
void
setChangesType
(ChangesType changesType) void
setList
(FIXFieldList list) void
toString()
-
Field Details
-
SEPARATOR_CHAR
protected static final byte SEPARATOR_CHAR- See Also:
-
-
Constructor Details
-
FIXFieldListWithType
public FIXFieldListWithType()CreatesFIXFieldListWithType
. -
FIXFieldListWithType
Deprecated.CreatesFIXFieldListWithType
with 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()
-