- calculateString(StringBuilder, int[], int[]) - Method in class quickfix.FieldMap
-
- calculateString(StringBuilder, int[], int[]) - Method in class quickfix.Message.Header
-
- calculateString(StringBuilder, int[], int[]) - Method in class quickfix.Message.Trailer
-
- CharArrayConverter - Class in quickfix.field.converter
-
Converts between character array and string.
- CharArrayConverter() - Constructor for class quickfix.field.converter.CharArrayConverter
-
- CharConverter - Class in quickfix.field.converter
-
Converts between a character and a String.
- CharConverter() - Constructor for class quickfix.field.converter.CharConverter
-
- CharField - Class in quickfix
-
A character message field.
- CharField(int) - Constructor for class quickfix.CharField
-
- CharField(int, Character) - Constructor for class quickfix.CharField
-
- CharField(int, char) - Constructor for class quickfix.CharField
-
- CharsetSupport - Class in org.quickfixj
-
- CharsetSupport() - Constructor for class org.quickfixj.CharsetSupport
-
- CheckSum - Class in quickfix.field
-
- CheckSum() - Constructor for class quickfix.field.CheckSum
-
- CheckSum(String) - Constructor for class quickfix.field.CheckSum
-
- checksum(byte[], boolean) - Static method in class quickfix.MessageUtils
-
Calculates the checksum for the given data.
- checksum(Charset, String, boolean) - Static method in class quickfix.MessageUtils
-
Calculates the checksum for the given data.
- checksum(String) - Static method in class quickfix.MessageUtils
-
Calculates the checksum for the given message
(excluding existing checksum field, if one exists).
- clear() - Method in class quickfix.FieldMap
-
- clear() - Method in class quickfix.Message
-
- clone() - Method in class quickfix.Message
-
- COLLATERAL_ASSIGNMENT - Static variable in class quickfix.field.MsgType
-
- COLLATERAL_ASSIGNMENT - Static variable in class quickfix.field.RefMsgType
-
- COLLATERAL_INQUIRY - Static variable in class quickfix.field.MsgType
-
- COLLATERAL_INQUIRY - Static variable in class quickfix.field.RefMsgType
-
- COLLATERAL_INQUIRY_ACK - Static variable in class quickfix.field.MsgType
-
- COLLATERAL_INQUIRY_ACK - Static variable in class quickfix.field.RefMsgType
-
- COLLATERAL_REPORT - Static variable in class quickfix.field.MsgType
-
- COLLATERAL_REPORT - Static variable in class quickfix.field.RefMsgType
-
- COLLATERAL_REPORT_ACK - Static variable in class quickfix.field.MsgType
-
- COLLATERAL_REPORT_ACK - Static variable in class quickfix.field.RefMsgType
-
- COLLATERAL_REQUEST - Static variable in class quickfix.field.MsgType
-
- COLLATERAL_REQUEST - Static variable in class quickfix.field.RefMsgType
-
- COLLATERAL_RESPONSE - Static variable in class quickfix.field.MsgType
-
- COLLATERAL_RESPONSE - Static variable in class quickfix.field.RefMsgType
-
- COMPID_PROBLEM - Static variable in class quickfix.field.SessionRejectReason
-
- computeIfAbsent(K) - Method in class org.quickfixj.SimpleCache
-
- CONDITIONALLY_REQUIRED_FIELD_MISSING - Static variable in class quickfix.field.BusinessRejectReason
-
- ConfigError - Exception in quickfix
-
This exception is thrown when a configuration error is detected.
- ConfigError() - Constructor for exception quickfix.ConfigError
-
- ConfigError(String) - Constructor for exception quickfix.ConfigError
-
- ConfigError(Throwable) - Constructor for exception quickfix.ConfigError
-
- ConfigError(String, Throwable) - Constructor for exception quickfix.ConfigError
-
- CONFIRMATION - Static variable in class quickfix.field.MsgType
-
- CONFIRMATION - Static variable in class quickfix.field.RefMsgType
-
- CONFIRMATION_ACK - Static variable in class quickfix.field.MsgType
-
- CONFIRMATION_ACK - Static variable in class quickfix.field.RefMsgType
-
- CONFIRMATION_REQUEST - Static variable in class quickfix.field.MsgType
-
- CONFIRMATION_REQUEST - Static variable in class quickfix.field.RefMsgType
-
- CONTRARY_INTENTION_REPORT - Static variable in class quickfix.field.MsgType
-
- CONTRARY_INTENTION_REPORT - Static variable in class quickfix.field.RefMsgType
-
- convert(boolean) - Static method in class quickfix.field.converter.BooleanConverter
-
Converts a boolean to a String.
- convert(String) - Static method in class quickfix.field.converter.BooleanConverter
-
Converts a String value to a boolean.
- convert(char...) - Static method in class quickfix.field.converter.CharArrayConverter
-
- convert(String) - Static method in class quickfix.field.converter.CharArrayConverter
-
- convert(char) - Static method in class quickfix.field.converter.CharConverter
-
Converts a character to a String
- convert(String) - Static method in class quickfix.field.converter.CharConverter
-
Convert a String value to a character.
- convert(BigDecimal) - Static method in class quickfix.field.converter.DecimalConverter
-
Converts a double to a string with no padding.
- convert(BigDecimal, int) - Static method in class quickfix.field.converter.DecimalConverter
-
Converts a decimal to a string with padding.
- convert(String) - Static method in class quickfix.field.converter.DecimalConverter
-
Convert a String value to a decimal.
- convert(double) - Static method in class quickfix.field.converter.DoubleConverter
-
Converts a double to a string with no padding.
- convert(double, int) - Static method in class quickfix.field.converter.DoubleConverter
-
Converts a double to a string with padding.
- convert(String) - Static method in class quickfix.field.converter.DoubleConverter
-
Convert a String value to a double.
- convert(int) - Static method in class quickfix.field.converter.IntConverter
-
Convert an integer to a String
- convert(String) - Static method in class quickfix.field.converter.IntConverter
-
Convert a String to an integer.
- convert(Date) - Static method in class quickfix.field.converter.UtcDateOnlyConverter
-
Convert a date to a String ("YYYYMMDD")
- convert(LocalDate) - Static method in class quickfix.field.converter.UtcDateOnlyConverter
-
- convert(String) - Static method in class quickfix.field.converter.UtcDateOnlyConverter
-
Convert between a String and a date
- convert(Date, boolean) - Static method in class quickfix.field.converter.UtcTimeOnlyConverter
-
Convert a time (represented as a Date) to a String (HH:MM:SS or HH:MM:SS.SSS)
- convert(LocalTime, UtcTimestampPrecision) - Static method in class quickfix.field.converter.UtcTimeOnlyConverter
-
Convert a time (represented as LocalTime) to a String
- convert(String) - Static method in class quickfix.field.converter.UtcTimeOnlyConverter
-
Convert between a String and a time
- convert(Date, boolean) - Static method in class quickfix.field.converter.UtcTimestampConverter
-
Convert a timestamp (represented as a Date) to a String.
- convert(LocalDateTime, UtcTimestampPrecision) - Static method in class quickfix.field.converter.UtcTimestampConverter
-
Convert a timestamp (represented as a LocalDateTime) to a String.
- convert(String) - Static method in class quickfix.field.converter.UtcTimestampConverter
-
Convert a timestamp string into a Date.
- convertToLocalDate(String) - Static method in class quickfix.field.converter.UtcDateOnlyConverter
-
- convertToLocalDateTime(String) - Static method in class quickfix.field.converter.UtcTimestampConverter
-
Convert a timestamp string into a LocalDateTime object.
- convertToLocalTime(String) - Static method in class quickfix.field.converter.UtcTimeOnlyConverter
-
- copyFrom(FieldMap) - Method in class quickfix.MessageComponent
-
Copies fields defined in the data dictionary inside this message component from specified source fields.
- copyTo(FieldMap) - Method in class quickfix.MessageComponent
-
Copies all fields inside this message component to specified destination fields.
- create(String, String) - Method in interface quickfix.MessageFactory
-
Creates a message for a specified type and FIX version
- create(String, ApplVerID, String) - Method in interface quickfix.MessageFactory
-
Creates a message for a specified type, FIX version, and ApplVerID.
- create(String, String, int) - Method in interface quickfix.MessageFactory
-
Creates a group for the specified parent message type and
for the fields with the corresponding field ID
Example: to create a {quickfix.fix42.MarketDataRequest.NoMDEntryTypes}
you need to call
create({quickfix.field.MsgType#MARKET_DATA_REQUEST}, {quickfix.field.NoMDEntryTypes#FIELD})
Function returns null if the group cannot be created.
- CROSS_ORDER_CANCEL_REPLACE_REQUEST - Static variable in class quickfix.field.MsgType
-
- CROSS_ORDER_CANCEL_REPLACE_REQUEST - Static variable in class quickfix.field.RefMsgType
-
- CROSS_ORDER_CANCEL_REQUEST - Static variable in class quickfix.field.MsgType
-
- CROSS_ORDER_CANCEL_REQUEST - Static variable in class quickfix.field.RefMsgType
-
- CROSS_REQUEST - Static variable in class quickfix.field.MsgType
-
- CROSS_REQUEST - Static variable in class quickfix.field.RefMsgType
-
- CROSS_REQUEST_ACK - Static variable in class quickfix.field.MsgType
-
- CROSS_REQUEST_ACK - Static variable in class quickfix.field.RefMsgType
-
- CstmApplVerID - Class in quickfix.field
-
- CstmApplVerID() - Constructor for class quickfix.field.CstmApplVerID
-
- CstmApplVerID(String) - Constructor for class quickfix.field.CstmApplVerID
-
- currentTimeMillis() - Static method in class quickfix.SystemTime
-
- GAP_FILL_MESSAGE - Static variable in class quickfix.field.GapFillFlag
-
- GapFillFlag - Class in quickfix.field
-
- GapFillFlag() - Constructor for class quickfix.field.GapFillFlag
-
- GapFillFlag(Boolean) - Constructor for class quickfix.field.GapFillFlag
-
- GapFillFlag(boolean) - Constructor for class quickfix.field.GapFillFlag
-
- get(int) - Static method in class quickfix.NumbersCache
-
Get the String representing the given number
- get(double) - Static method in class quickfix.NumbersCache
-
Get the string representing the given double if it's an integer
- getBeginString() - Method in class quickfix.SessionID
-
- getBool(String) - Method in class quickfix.Dictionary
-
- getBoolean(int) - Method in class quickfix.FieldMap
-
- getChar(int) - Method in class quickfix.FieldMap
-
- getChars(int) - Method in class quickfix.FieldMap
-
- getCharset() - Static method in class org.quickfixj.CharsetSupport
-
- getCharsetInstance() - Static method in class org.quickfixj.CharsetSupport
-
- getComponent(MessageComponent) - Method in class quickfix.FieldMap
-
- getData() - Method in exception quickfix.IncorrectDataFormat
-
- getDataDictionary() - Method in class quickfix.DataDictionary.GroupInfo
-
- getDate(LocalDate) - Static method in class quickfix.field.converter.UtcDateOnlyConverter
-
- getDate(LocalTime) - Static method in class quickfix.field.converter.UtcTimeOnlyConverter
-
- getDate(LocalDateTime) - Static method in class quickfix.field.converter.UtcTimestampConverter
-
- getDate() - Static method in class quickfix.SystemTime
-
- getDay(String) - Method in class quickfix.Dictionary
-
- getDecimal(int) - Method in class quickfix.FieldMap
-
- getDefaultCharset() - Static method in class org.quickfixj.CharsetSupport
-
- getDefaultUtcTimestampPrecision() - Method in class quickfix.UtcTimeField
-
- getDefaultUtcTimestampPrecision() - Method in class quickfix.UtcTimeOnlyField
-
- getDefaultUtcTimestampPrecision() - Method in class quickfix.UtcTimeStampField
-
- getDelimiterField() - Method in class quickfix.DataDictionary.GroupInfo
-
Returns the delimiter field used to start a repeating group instance.
- getDouble(String) - Method in class quickfix.Dictionary
-
- getDouble(int) - Method in class quickfix.FieldMap
-
- getException() - Method in class quickfix.Message
-
- getExtensionPack() - Method in class quickfix.DataDictionary
-
- getField() - Method in class quickfix.Field
-
Gets the field's tag.
- getField() - Method in exception quickfix.FieldException
-
- getField(BytesField) - Method in class quickfix.FieldMap
-
- getField(StringField) - Method in class quickfix.FieldMap
-
- getField(BooleanField) - Method in class quickfix.FieldMap
-
- getField(CharField) - Method in class quickfix.FieldMap
-
- getField(IntField) - Method in class quickfix.FieldMap
-
- getField(DoubleField) - Method in class quickfix.FieldMap
-
- getField(DecimalField) - Method in class quickfix.FieldMap
-
- getField(UtcTimeStampField) - Method in class quickfix.FieldMap
-
- getField(UtcTimeOnlyField) - Method in class quickfix.FieldMap
-
- getField(UtcDateOnlyField) - Method in class quickfix.FieldMap
-
- getField() - Method in exception quickfix.IncorrectDataFormat
-
- getField() - Method in exception quickfix.IncorrectTagValue
-
- getFieldName(int) - Method in class quickfix.DataDictionary
-
Get the field name for a specified tag.
- getFieldOrder() - Method in class quickfix.FieldMap
-
Returns the order of fields in the group.
- getFields() - Method in class quickfix.MessageComponent
-
- getFieldTag(String) - Method in class quickfix.DataDictionary
-
Get the field tag given a field name.
- getFieldTag() - Method in class quickfix.Group
-
- getFieldType(int) - Method in class quickfix.DataDictionary
-
Return the field type for a field.
- getFixMessage() - Method in exception quickfix.InvalidMessage
-
- getFullVersion() - Method in class quickfix.DataDictionary
-
Get the FIX major/minor/SP/EP version associated with this dictionary.
- getGroup(String, int) - Method in class quickfix.DataDictionary
-
Get repeating group metadata.
- getGroup(int, Group) - Method in class quickfix.FieldMap
-
- getGroup(int, int) - Method in class quickfix.FieldMap
-
- getGroupCount(int) - Method in class quickfix.FieldMap
-
Returns the number of groups associated with the specified count tag.
- getGroupFields() - Method in class quickfix.MessageComponent
-
- getGroups(int) - Method in class quickfix.FieldMap
-
- getHeader() - Method in class quickfix.Message
-
- getInt(int) - Method in class quickfix.FieldMap
-
- getJavaType() - Method in enum quickfix.FieldType
-
- getLocalDateTime() - Static method in class quickfix.SystemTime
-
- getLong(String) - Method in class quickfix.Dictionary
-
- getMajorVersion() - Method in class quickfix.DataDictionary
-
NOTE: this is of type String to cover the "Latest" case.
- getMessage(int) - Static method in class quickfix.BusinessRejectReasonText
-
Get the description string for a specified business reject reason.
- getMessageType(String) - Static method in class quickfix.MessageUtils
-
- getMinorVersion() - Method in class quickfix.DataDictionary
-
- getMsgType(String) - Method in class quickfix.DataDictionary
-
Return the message type for the specified name.
- getName() - Method in class quickfix.Dictionary
-
- getNow() - Method in interface quickfix.SystemTimeSource
-
Obtain current LocalDateTime.
- getNumMessageCategories() - Method in class quickfix.DataDictionary
-
- getObject() - Method in class quickfix.Field
-
Get the field value
- getOptionalDecimal(int) - Method in class quickfix.FieldMap
-
- getOptionalString(int) - Method in class quickfix.FieldMap
-
- getOrderedFields() - Method in class quickfix.DataDictionary
-
- getPadding() - Method in class quickfix.DecimalField
-
- getPadding() - Method in class quickfix.DoubleField
-
- getPrecision() - Method in class quickfix.UtcTimeField
-
- getPrecision() - Method in class quickfix.UtcTimeOnlyField
-
- getPrecision() - Method in class quickfix.UtcTimeStampField
-
- getReverseSessionID(Message) - Static method in class quickfix.MessageUtils
-
- getReverseSessionID(String) - Static method in class quickfix.MessageUtils
-
- getSenderCompID() - Method in class quickfix.SessionID
-
- getSenderLocationID() - Method in class quickfix.SessionID
-
- getSenderSubID() - Method in class quickfix.SessionID
-
- getServicePack() - Method in class quickfix.DataDictionary
-
- getSessionID(Message) - Static method in class quickfix.MessageUtils
-
- getSessionID(String) - Static method in class quickfix.MessageUtils
-
- getSessionQualifier() - Method in class quickfix.SessionID
-
Session qualifier can be used to identify different sessions
for the same target company ID.
- getSessionRejectReason() - Method in exception quickfix.FieldException
-
- getSessionRejectReason() - Method in exception quickfix.IncorrectDataFormat
-
- getSessionRejectReason() - Method in exception quickfix.IncorrectTagValue
-
- getString(String) - Method in class quickfix.Dictionary
-
- getString(String, boolean) - Method in class quickfix.Dictionary
-
- getString(int) - Method in class quickfix.FieldMap
-
- getStringField(String, int) - Static method in class quickfix.MessageUtils
-
- getTag() - Method in class quickfix.Field
-
Gets the field's tag.
- getTargetCompID() - Method in class quickfix.SessionID
-
- getTargetLocationID() - Method in class quickfix.SessionID
-
- getTargetSubID() - Method in class quickfix.SessionID
-
- getTime() - Method in interface quickfix.SystemTimeSource
-
Obtain the current time.
- getTrailer() - Method in class quickfix.Message
-
- getUtcCalendar() - Static method in class quickfix.SystemTime
-
- getUtcCalendar(Date) - Static method in class quickfix.SystemTime
-
- getUtcCalendar(long) - Static method in class quickfix.SystemTime
-
- getUtcDateOnly(int) - Method in class quickfix.FieldMap
-
- getUtcTimeOnly(int) - Method in class quickfix.FieldMap
-
- getUtcTimeStamp(int) - Method in class quickfix.FieldMap
-
- getValue() - Method in class quickfix.BooleanField
-
- getValue() - Method in class quickfix.BytesField
-
- getValue() - Method in class quickfix.CharField
-
- getValue(int, String) - Method in class quickfix.DataDictionary
-
Get the value, if any, for an enumerated value name.
- getValue() - Method in class quickfix.DateField
-
- getValue() - Method in class quickfix.DecimalField
-
- getValue() - Method in class quickfix.DoubleField
-
- getValue() - Method in class quickfix.IntField
-
- getValue() - Method in class quickfix.StringField
-
- getValue() - Method in class quickfix.UtcDateField
-
- getValue() - Method in class quickfix.UtcDateOnlyField
-
- getValue() - Method in class quickfix.UtcTimeField
-
- getValue() - Method in class quickfix.UtcTimeOnlyField
-
- getValue() - Method in class quickfix.UtcTimeStampField
-
- getValueName(int, String) - Method in class quickfix.DataDictionary
-
Get the value name, if any, for an enumerated field value.
- getVersion() - Static method in class org.quickfixj.Version
-
- getVersion() - Method in class quickfix.DataDictionary
-
Get the FIX major/minor version associated with this dictionary.
- Group - Class in quickfix
-
Represents a repeating field group within a message.
- Group(int, int) - Constructor for class quickfix.Group
-
Create a group with the specified count and delimiter fields.
- Group(Group) - Constructor for class quickfix.Group
-
Copy a group.
- Group(int, int, int[]) - Constructor for class quickfix.Group
-
Create a group with the specified count and delimiter fields and
field ordering.
- groupKeyIterator() - Method in class quickfix.FieldMap
-
- groupKeys() - Method in class quickfix.FieldMap
-
Returns tags which are repeating group counters as Iterable
- groups - Variable in class quickfix.FieldMap
-
- identifyType(String) - Static method in class quickfix.Message
-
Returns the msg type specified in a FIX message string.
- INCORRECT_DATA_FORMAT_FOR_VALUE - Static variable in class quickfix.field.SessionRejectReason
-
- INCORRECT_NUMINGROUP_COUNT_FOR_REPEATING_GROUP - Static variable in class quickfix.field.SessionRejectReason
-
- IncorrectDataFormat - Exception in quickfix
-
Field has a badly formatted value.
- IncorrectDataFormat(int, String) - Constructor for exception quickfix.IncorrectDataFormat
-
- IncorrectDataFormat(int) - Constructor for exception quickfix.IncorrectDataFormat
-
This constructor is here for QF JNI compatibility.
- IncorrectDataFormat(String) - Constructor for exception quickfix.IncorrectDataFormat
-
This constructor is here for QF JNI compatibility.
- IncorrectTagValue - Exception in quickfix
-
An exception thrown when a tags value is not valid according to the data dictionary.
- IncorrectTagValue(int) - Constructor for exception quickfix.IncorrectTagValue
-
- IncorrectTagValue(int, String) - Constructor for exception quickfix.IncorrectTagValue
-
- IncorrectTagValue(int, String, String) - Constructor for exception quickfix.IncorrectTagValue
-
- indexOf(int, int[]) - Static method in class quickfix.FieldMap
-
- INDICATION_OF_INTEREST - Static variable in class quickfix.field.MsgType
-
- INDICATION_OF_INTEREST - Static variable in class quickfix.field.RefMsgType
-
- initializeFrom(FieldMap) - Method in class quickfix.FieldMap
-
- InitializeXML(String) - Static method in class quickfix.Message
-
- IntConverter - Class in quickfix.field.converter
-
Convert between an integer and a String
- IntConverter() - Constructor for class quickfix.field.converter.IntConverter
-
- IntField - Class in quickfix
-
A integer message field.
- IntField(int) - Constructor for class quickfix.IntField
-
- IntField(int, Integer) - Constructor for class quickfix.IntField
-
- IntField(int, int) - Constructor for class quickfix.IntField
-
- INVALID - Static variable in class quickfix.field.SessionRejectReason
-
- INVALID_MSGTYPE - Static variable in class quickfix.field.SessionRejectReason
-
- INVALID_PRICE_INCREMENT - Static variable in class quickfix.field.BusinessRejectReason
-
- INVALID_TAG_NUMBER - Static variable in class quickfix.field.SessionRejectReason
-
- INVALID_USERNAME_OR_PASSWORD - Static variable in class quickfix.field.SessionStatus
-
- InvalidMessage - Exception in quickfix
-
Thrown when a message is not valid according to the
basic message validation or the data dictionary.
- InvalidMessage() - Constructor for exception quickfix.InvalidMessage
-
- InvalidMessage(Message) - Constructor for exception quickfix.InvalidMessage
-
- InvalidMessage(String) - Constructor for exception quickfix.InvalidMessage
-
- InvalidMessage(String, Message) - Constructor for exception quickfix.InvalidMessage
-
- InvalidMessage(String, Throwable) - Constructor for exception quickfix.InvalidMessage
-
- InvalidMessage(String, Throwable, Message) - Constructor for exception quickfix.InvalidMessage
-
- isAdmin() - Method in class quickfix.Message
-
- isAdminMessage(String) - Method in class quickfix.DataDictionary
-
Predicate for determining if a message is in the admin category.
- isAdminMessage(String) - Static method in class quickfix.MessageUtils
-
- isAllowUnknownMessageFields() - Method in class quickfix.ValidationSettings
-
- isApp() - Method in class quickfix.Message
-
- isAppMessage(String) - Method in class quickfix.DataDictionary
-
Predicate for determining if a message is in the app category.
- isCheckFieldsHaveValues() - Method in class quickfix.ValidationSettings
-
- isCheckFieldsOutOfOrder() - Method in class quickfix.ValidationSettings
-
- isCheckUnorderedGroupFields() - Method in class quickfix.ValidationSettings
-
- isCheckUserDefinedFields() - Method in class quickfix.ValidationSettings
-
- isDataField(int) - Method in class quickfix.DataDictionary
-
Predicate for determining if a field is a FIX raw data field.
- isEmpty() - Method in class quickfix.FieldMap
-
- isEmpty() - Method in class quickfix.Message
-
- isField(int) - Method in class quickfix.DataDictionary
-
Predicate for determining if a tag is a defined field.
- isFieldSpecified() - Method in exception quickfix.FieldException
-
- isFieldValue(int, String) - Method in class quickfix.DataDictionary
-
Predicate for determining if a field value is valid
- isFirstFieldInGroupIsDelimiter() - Method in class quickfix.ValidationSettings
-
- isFIXT() - Method in class quickfix.SessionID
-
- isGroup(String, int) - Method in class quickfix.DataDictionary
-
Predicate for determining if a field is a group count field for a message
type.
- isHeaderField(int) - Method in class quickfix.DataDictionary
-
Predicate for determining if field is a header field.
- isHeaderGroup(int) - Method in class quickfix.DataDictionary
-
Predicate for determining if a field is a header group count field
- isHeartbeat(String) - Static method in class quickfix.MessageUtils
-
- isLogon(String) - Static method in class quickfix.MessageUtils
-
- isLogonMsgType(String) - Static method in class quickfix.MessageUtils
-
- isMsgField(String, int) - Method in class quickfix.DataDictionary
-
Predicate for determining if a field is valid for a given message type.
- isMsgType(String) - Method in class quickfix.DataDictionary
-
Predicate for determining if message type is valid for a specified FIX
version.
- isRequiredField(String, int) - Method in class quickfix.DataDictionary
-
Predicate for determining if a field is required for a message type
- isRequiredHeaderField(int) - Method in class quickfix.DataDictionary
-
Predicate for determining if a header field is a required field
- isRequiredTrailerField(int) - Method in class quickfix.DataDictionary
-
Predicate for determining if a trailer field is a required field
- isSetField(int) - Method in class quickfix.FieldMap
-
- isSetField(Field<?>) - Method in class quickfix.FieldMap
-
- isStringEquivalent(Charset) - Static method in class org.quickfixj.CharsetSupport
-
Returns whether the given charset's byte representation of a string
is equivalent (as unsigned values) to the string characters themselves.
- isStringEquivalent() - Static method in class org.quickfixj.CharsetSupport
-
Returns whether the current charset's byte representation of a string
is equivalent (as unsigned values) to the string characters themselves.
- isTrailerField(int) - Method in class quickfix.DataDictionary
-
Predicate for determining if field is a trailer field.
- iterator() - Method in class quickfix.FieldMap
-