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 ChangesTypeReturns 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 TypeMethodDescriptionbooleanFIXSession.sendWithChanges(FIXFieldList content, ChangesType allowedChangesType) Convenient method to send out FIX message based on the message type and message content.booleanFIXSession.sendWithChanges(FIXFieldList content, ChangesType allowedChangesType, int optionMask) Convenient method to send out FIX message based on the message type and message content.voidFIXMessageFactory.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 TypeMethodDescriptionbooleanAbstractFIXSession.sendWithChanges(FIXFieldList content, ChangesType allowedChangesType) booleanAbstractFIXSession.sendWithChanges(FIXFieldList content, ChangesType allowedChangesType, int options) intAbstractFIXSession.sendWithChangesAndGetQueueSize(FIXFieldList content, ChangesType allowedChangesType) intAbstractFIXSession.sendWithChangesAndGetQueueSize(FIXFieldList content, ChangesType allowedChangesType, int options) intExtendedFIXSession.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 TypeMethodDescriptionvoidFIXFieldListWithType.init(FIXFieldList content, ChangesType changesType) voidFIXFieldListWithType.setChangesType(ChangesType changesType) Constructors in com.epam.fixengine.session.util with parameters of type ChangesTypeModifierConstructorDescriptionFIXFieldListWithType(FIXFieldList content, ChangesType changesType) Deprecated.