Uses of Enum Class
com.epam.fixengine.ChangesType
Packages that use ChangesType
-
Uses of ChangesType in com.epam.fixengine
Methods in com.epam.fixengine that return ChangesTypeModifier and TypeMethodDescriptionstatic ChangesType
Returns the enum constant of this class with the specified name.static ChangesType[]
ChangesType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.epam.fixengine with parameters of type ChangesTypeModifier and TypeMethodDescriptionboolean
FIXSession.sendWithChanges
(FIXFieldList content, ChangesType allowedChangesType) Convenient method to send out FIX message based on the message type and message content.boolean
FIXSession.sendWithChanges
(FIXFieldList content, ChangesType allowedChangesType, int optionMask) Convenient method to send out FIX message based on the message type and message content.void
FIXMessageFactory.serialize
(FIXFieldList content, ChangesType changesType, ByteBuffer buffer, SerializationContext context) Build message based on a type and content. -
Uses of ChangesType in com.epam.fixengine.session
Methods in com.epam.fixengine.session with parameters of type ChangesTypeModifier and TypeMethodDescriptionboolean
AbstractFIXSession.sendWithChanges
(FIXFieldList content, ChangesType allowedChangesType) boolean
AbstractFIXSession.sendWithChanges
(FIXFieldList content, ChangesType allowedChangesType, int options) int
AbstractFIXSession.sendWithChangesAndGetQueueSize
(FIXFieldList content, ChangesType allowedChangesType) int
AbstractFIXSession.sendWithChangesAndGetQueueSize
(FIXFieldList content, ChangesType allowedChangesType, int options) int
ExtendedFIXSession.sendWithChangesAndGetQueueSize
(FIXFieldList content, ChangesType allowedChangesType, int options) Do the same thatFIXSession.sendWithChanges(FIXFieldList, ChangesType, int)
and return queue size. -
Uses of ChangesType in com.epam.fixengine.session.util
Methods in com.epam.fixengine.session.util that return ChangesTypeMethods in com.epam.fixengine.session.util with parameters of type ChangesTypeModifier and TypeMethodDescriptionvoid
FIXFieldListWithType.init
(FIXFieldList content, ChangesType changesType) void
FIXFieldListWithType.setChangesType
(ChangesType changesType) Constructors in com.epam.fixengine.session.util with parameters of type ChangesTypeModifierConstructorDescriptionFIXFieldListWithType
(FIXFieldList content, ChangesType changesType) Deprecated.