Uses of Class
com.btobits.fixengine.FIXVersion
Packages that use FIXVersion
-
Uses of FIXVersion in com.btobits.fixaj.transport.tcp
Methods in com.btobits.fixaj.transport.tcp that return FIXVersionConstructors in com.btobits.fixaj.transport.tcp with parameters of type FIXVersionModifierConstructorDescriptionTcpConnectionInfo
(FIXVersion version, InetAddress address, int port) -
Uses of FIXVersion in com.btobits.fixengine
Fields in com.btobits.fixengine declared as FIXVersionModifier and TypeFieldDescriptionstatic final FIXVersion
FIXVersion.FIX40
static final FIXVersion
FIXVersion.FIX41
static final FIXVersion
FIXVersion.FIX42
static final FIXVersion
FIXVersion.FIX43
static final FIXVersion
FIXVersion.FIX44
Methods in com.btobits.fixengine that return FIXVersionModifier and TypeMethodDescriptionFIXMessageFactory.getFIXVersion()
FIXEngine.getFIXVersionBySessionID
(String sessionID) Gets the FIX Protocol version ID for specified session.FIXEngineB2B.getFIXVersionBySessionID
(String sessionID) Gets the FIX Protocol version ID for specified session.static FIXVersion
FIXVersion.getInstanceByMessageVersion
(String messageVersion) Return FIXVersion by weird messageVersion string (e.g.: FIX.4.0, FIX.4.1)static FIXVersion
FIXVersion.getInstanceByVersion
(String version) Return FIXVersion by version string (e.g.static FIXVersion
FIXMessage.getMsgFIXversion
(byte[] block) FIXMessage.getVersion()
Methods in com.btobits.fixengine with parameters of type FIXVersionModifier and TypeMethodDescriptionFIXMessageFactory.createFIXMessageByFIXBlock
(byte[] msg, FIXVersion fixVersion) FIXMessageFactory.createFIXMessageByFIXBlock
(byte[] msg, FIXVersion fixVersion, boolean isValidate) boolean
FIXVersion.isAbove
(FIXVersion fixVersion) boolean
FIXVersion.isBelow
(FIXVersion fixVersion) void
FIXMessage.setVersion
(FIXVersion fixVersion) Constructors in com.btobits.fixengine with parameters of type FIXVersionModifierConstructorDescriptionFIXField
(byte[] block, FIXVersion fixVersion) FIXField
(int tagNum, byte[] valueAr, FIXVersion fixVersion) FIXField
(int tagNum, byte[] valueAr, FIXVersion fixVersion, boolean validate) FIXField
(int tagNum, double value, FIXVersion fixVersion) FIXField
(int tagNum, double value, FIXVersion fixVersion, boolean validate) FIXField
(int tagNum, long value, FIXVersion fixVersion) FIXField
(int tagNum, long value, FIXVersion fixVersion, boolean validate) FIXField
(int tagNum, Double value, FIXVersion fixVersion) FIXField
(int tagNum, Float value, FIXVersion fixVersion) FIXField
(int tagNum, Integer value, FIXVersion fixVersion) FIXField
(int tagNum, Long value, FIXVersion fixVersion) FIXField
(int tagNum, String value, FIXVersion fixVersion) FIXField
(int tagNum, String value, FIXVersion fixVersion, boolean validate) FIXField
(int tagNum, Calendar value, FIXVersion fixVersion) FIXField
(String block, FIXVersion fixVersion) FIXMessage
(FIXField[] fields, FIXVersion fixVersion) FIXMessage
(List fields, FIXVersion fixVersion) FIXMessageFactory
(FIXVersion fixVersion) FIXMessageFactory
(FIXVersion fixVersion, boolean enumeratedValueValidation, boolean isFieldAllowedInMessageValidation, boolean valueDatatypeValidation) FIXMessageFactory
(FIXVersion fixVersion, boolean enumeratedValueValidation, boolean isFieldAllowedInMessageValidation, boolean valueDatatypeValidation, boolean requiredFieldValidation, boolean fieldOrderValidation, boolean dublicatedFieldValidation)