Uses of Class
com.btobits.fixengine.exceptions.FIXMessageException
Packages that use FIXMessageException
-
Uses of FIXMessageException in com.btobits.fixengine
Methods in com.btobits.fixengine that throw FIXMessageExceptionModifier and TypeMethodDescriptionFIXMessageFactory.createBusinessRejectMessage
(StdHdrParamStruct headerParams, int refSeqNum, String refMsgType, int businessRejectRefID, int businessRejectReason, String text) FIXMessageFactory.createFIXMessage
(byte[] msg) FIXMessageFactory.createFIXMessage
(byte[] msg, boolean checkGarbled) FIXMessageFactory.createFIXMessageByFIXBlock
(byte[] msg, FIXVersion fixVersion) FIXMessageFactory.createFIXMessageByFIXBlock
(byte[] msg, FIXVersion fixVersion, boolean isValidate) FIXMessageFactory.createGapFillMessage
(int seqNum, int newSeqNum) FIXMessageFactory.createGapFillMessage
(StdHdrParamStruct headerParams, int seqNum, int newSeqNum) FIXMessageFactory.createHeartBeatMessage
(StdHdrParamStruct headerParams) FIXMessageFactory.createHeartBeatMessage
(StdHdrParamStruct headerParams, String testReqId) FIXMessageFactory.createHeartBeatMessage
(String testReqId) FIXMessageFactory.createLogonMessage
(boolean resetSequence) FIXMessageFactory.createLogonMessage
(boolean resetSequence, long heartBtInt) FIXMessageFactory.createLogonMessage
(boolean resetSequence, long heartBtInt, int encryptionMode) FIXMessageFactory.createLogonMessage
(boolean resetSequence, long heartBtInt, int encryptionMode, byte[] rawData) FIXMessageFactory.createLogonMessage
(boolean resetSequence, long heartBtInt, int maxMessageSize, List<SupportedMsgTypeInfo> supportedMsgTypesList) FIXMessageFactory.createLogonMessage
(StdHdrParamStruct shParam, LogonParamStruct lParam) FIXMessageFactory.createLogoutMessage
(StdHdrParamStruct headerParams, String message) FIXMessageFactory.createMessageHeader
(String msgType) FIXMessageFactory.createMessageHeader
(String msgType, StdHdrParamStruct shParam) FIXMessageFactory.createRejectMessage
(int msgSequence, int tagId, String msgType, int rejReason) FIXMessageFactory.createRejectMessage
(int msgSequence, int tagId, String msgType, int rejReason, String text) FIXMessageFactory.createRejectMessage
(int msgSequence, String text) FIXMessageFactory.createRejectMessage
(StdHdrParamStruct headerParams, int msgSequence, int tagId, String msgType, int rejReason) FIXMessageFactory.createRejectMessage
(StdHdrParamStruct headerParams, int msgSequence, int tagId, String msgType, int rejReason, String text) FIXMessageFactory.createRejectMessage
(StdHdrParamStruct headerParams, int msgSequence, String text) FIXMessageFactory.createResendRequestMessage
(int first, int last) FIXMessageFactory.createResendRequestMessage
(StdHdrParamStruct headerParams, boolean toSetPossDup, int first, int last) FIXMessageFactory.createResendRequestMessage
(StdHdrParamStruct headerParams, int first, int last) FIXMessageFactory.createSequenceResetMessage
(int newSeqNum) FIXMessageFactory.createSequenceResetMessage
(StdHdrParamStruct headerParams, int newSeqNum) FIXMessageFactory.createTestRequestMessage()
FIXMessageFactory.createTestRequestMessage
(StdHdrParamStruct headerParams) FIXMessageFactory.createTestRequestMessage
(StdHdrParamStruct headerParams, String s) FIXMessageFactory.createTestRequestMessage
(String s) FIXField[]
FIXMessageFactory.createUnvalidatedFIXList
(byte[] msg) FIXField[]
FIXMessageFactory.createValidatedFIXList
(byte[] msg) FIXField.getDateTimeValue()
FIXField.getDoubleObjValue()
double
FIXField.getDoubleValue()
FIXField.getLongObjValue()
long
FIXField.getLongValue()
byte[]
FIXField.getRawValue()
FIXField.getStringValue()
void
FIXMessage.insertDateTimeField
(int tag, int pos, Calendar value) void
FIXMessage.insertDoubleField
(int tag, int pos, double value) void
FIXMessage.insertLongField
(int tag, int pos, long value) void
FIXMessage.insertRawField
(int tag, int pos, byte[] value) void
FIXMessage.insertStringField
(int tag, int pos, String value) void
FIXMessage.setDateTimeField
(int index, Calendar value) void
FIXField.setDateTimeValue
(Calendar val) void
FIXMessage.setDateValue
(int tag, int pos, Calendar cal) void
FIXMessage.setDeliverToCompID
(String id) void
FIXMessage.setDeliverToLocationID
(String id) void
FIXMessage.setDeliverToSubID
(String id) void
FIXMessage.setDoubleField
(int index, double value) void
FIXField.setDoubleValue
(double val) void
FIXField.setDoubleValue
(double val, boolean validate) void
FIXMessage.setLongField
(int index, long value) void
FIXField.setLongValue
(long val) void
FIXField.setLongValue
(long val, boolean validate) void
FIXMessage.setMessageType
(String type) void
FIXMessage.setOnBehalfOfCompID
(String id) void
FIXMessage.setOnBehalfOfLocationID
(String id) void
FIXMessage.setOnBehalfOfSubID
(String id) void
FIXMessage.setRawField
(int index, byte[] value) void
FIXField.setRawValue
(byte[] val) void
FIXMessage.setSenderID
(String id) void
FIXMessage.setSenderLocationID
(String id) void
FIXMessage.setSenderSubID
(String id) void
FIXMessage.setSendingTime()
void
FIXMessage.setSequenceNumber
(int sequence) void
FIXMessage.setStringField
(int index, String value) void
FIXField.setStringValue
(String val) void
FIXField.setStringValue
(String val, boolean validate) void
FIXMessage.setStringValue
(int tag, int pos, String str) void
FIXMessage.setTargetID
(String id) void
FIXMessage.setTargetLocationID
(String id) void
FIXMessage.setTargetSubID
(String id) void
FIXField.setValueFromBlock
(byte[] val) void
FIXField.setValueFromBlock
(byte[] buf, int off, int len) protected void
FIXField.setValueFromBlock
(byte[] buf, int off, int len, boolean isValidate) void
FIXField.setValueFromString
(String strVal) void
FIXMessage.setVersion
(FIXVersion fixVersion) protected void
FIXField.validate
(byte[] buf, int off, int len) Constructors in com.btobits.fixengine that throw FIXMessageExceptionModifierConstructorDescriptionFIXField
(byte[] block, FIXVersion fixVersion) protected
FIXField
(int tagNum, byte[] val) protected
FIXField
(int tagNum, byte[] buf, int off, int len) protected
FIXField
(int tagNum, byte[] buf, int off, int len, boolean isValidate) FIXField
(int tagNum, byte[] valueAr, FIXVersion fixVersion) protected
FIXField
(int tagNum, double val) protected
FIXField
(int tagNum, double val, boolean validate) FIXField
(int tagNum, double value, FIXVersion fixVersion) FIXField
(int tagNum, double value, FIXVersion fixVersion, boolean validate) protected
FIXField
(int tagNum, long val) protected
FIXField
(int tagNum, long val, boolean validate) FIXField
(int tagNum, long value, FIXVersion fixVersion) FIXField
(int tagNum, long value, FIXVersion fixVersion, boolean validate) protected
FIXField
(int tagNum, Double value, FIXVersion fixVersion) protected
FIXField
(int tagNum, Float value, FIXVersion fixVersion) protected
FIXField
(int tagNum, Integer value, FIXVersion fixVersion) protected
FIXField
(int tagNum, Long value, FIXVersion fixVersion) protected
protected
FIXField
(int tagNum, String value, FIXVersion fixVersion) protected
FIXField
(int tagNum, Calendar value, FIXVersion fixVersion) FIXField
(String block, FIXVersion fixVersion)