FIXMessage |
FIXMessageFactory.createBusinessRejectMessage(StdHdrParamStruct headerParams,
int refSeqNum,
String refMsgType,
int businessRejectRefID,
int businessRejectReason,
String text) |
FIXMessage |
FIXMessageFactory.createFIXMessage(byte[] msg) |
FIXMessage |
FIXMessageFactory.createFIXMessage(byte[] msg,
boolean checkGarbled) |
FIXMessage |
FIXMessageFactory.createFIXMessageByFIXBlock(byte[] msg,
FIXVersion fixVersion) |
FIXMessage |
FIXMessageFactory.createFIXMessageByFIXBlock(byte[] msg,
FIXVersion fixVersion,
boolean isValidate) |
FIXMessage |
FIXMessageFactory.createGapFillMessage(int seqNum,
int newSeqNum) |
FIXMessage |
FIXMessageFactory.createGapFillMessage(StdHdrParamStruct headerParams,
int seqNum,
int newSeqNum) |
FIXMessage |
FIXMessageFactory.createHeartBeatMessage(StdHdrParamStruct headerParams) |
FIXMessage |
FIXMessageFactory.createHeartBeatMessage(StdHdrParamStruct headerParams,
String testReqId) |
FIXMessage |
FIXMessageFactory.createHeartBeatMessage(String testReqId) |
FIXMessage |
FIXMessageFactory.createLogonMessage(boolean resetSequence) |
FIXMessage |
FIXMessageFactory.createLogonMessage(boolean resetSequence,
long heartBtInt) |
FIXMessage |
FIXMessageFactory.createLogonMessage(boolean resetSequence,
long heartBtInt,
int encryptionMode) |
FIXMessage |
FIXMessageFactory.createLogonMessage(boolean resetSequence,
long heartBtInt,
int encryptionMode,
byte[] rawData) |
FIXMessage |
FIXMessageFactory.createLogonMessage(boolean resetSequence,
long heartBtInt,
int maxMessageSize,
List<SupportedMsgTypeInfo> supportedMsgTypesList) |
FIXMessage |
FIXMessageFactory.createLogonMessage(StdHdrParamStruct shParam,
LogonParamStruct lParam) |
FIXMessage |
FIXMessageFactory.createLogoutMessage(StdHdrParamStruct headerParams,
String message) |
List<FIXField> |
FIXMessageFactory.createMessageHeader(String msgType) |
List<FIXField> |
FIXMessageFactory.createMessageHeader(String msgType,
StdHdrParamStruct shParam) |
FIXMessage |
FIXMessageFactory.createRejectMessage(int msgSequence,
int tagId,
String msgType,
int rejReason) |
FIXMessage |
FIXMessageFactory.createRejectMessage(int msgSequence,
int tagId,
String msgType,
int rejReason,
String text) |
FIXMessage |
FIXMessageFactory.createRejectMessage(int msgSequence,
String text) |
FIXMessage |
FIXMessageFactory.createRejectMessage(StdHdrParamStruct headerParams,
int msgSequence,
int tagId,
String msgType,
int rejReason) |
FIXMessage |
FIXMessageFactory.createRejectMessage(StdHdrParamStruct headerParams,
int msgSequence,
int tagId,
String msgType,
int rejReason,
String text) |
FIXMessage |
FIXMessageFactory.createRejectMessage(StdHdrParamStruct headerParams,
int msgSequence,
String text) |
FIXMessage |
FIXMessageFactory.createResendRequestMessage(int first,
int last) |
FIXMessage |
FIXMessageFactory.createResendRequestMessage(StdHdrParamStruct headerParams,
boolean toSetPossDup,
int first,
int last) |
FIXMessage |
FIXMessageFactory.createResendRequestMessage(StdHdrParamStruct headerParams,
int first,
int last) |
FIXMessage |
FIXMessageFactory.createSequenceResetMessage(int newSeqNum) |
FIXMessage |
FIXMessageFactory.createSequenceResetMessage(StdHdrParamStruct headerParams,
int newSeqNum) |
FIXMessage |
FIXMessageFactory.createTestRequestMessage() |
FIXMessage |
FIXMessageFactory.createTestRequestMessage(StdHdrParamStruct headerParams) |
FIXMessage |
FIXMessageFactory.createTestRequestMessage(StdHdrParamStruct headerParams,
String s) |
FIXMessage |
FIXMessageFactory.createTestRequestMessage(String s) |
FIXField[] |
FIXMessageFactory.createUnvalidatedFIXList(byte[] msg) |
FIXField[] |
FIXMessageFactory.createValidatedFIXList(byte[] msg) |
Calendar |
FIXField.getDateTimeValue() |
Double |
FIXField.getDoubleObjValue() |
double |
FIXField.getDoubleValue() |
Long |
FIXField.getLongObjValue() |
long |
FIXField.getLongValue() |
byte[] |
FIXField.getRawValue() |
String |
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 |
FIXMessage.setStringValue(int tag,
int pos,
String str) |
void |
FIXField.setStringValue(String val) |
void |
FIXField.setStringValue(String val,
boolean validate) |
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) |