| Package | Description | 
|---|---|
| quickfix | 
 Core QuickFIX/J classes. 
 | 
| quickfix.fixt11 | 
 Message classes 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ApplVerID | 
Session.getSenderDefaultApplicationVersionID()  | 
ApplVerID | 
Session.getTargetDefaultApplicationVersionID()  | 
static ApplVerID | 
MessageUtils.toApplVerID(String beginString)
Convert a begin string to an ApplVerID 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultDataDictionaryProvider.addApplicationDictionary(ApplVerID applVerID,
                        DataDictionary dataDictionary)  | 
default Message | 
MessageFactory.create(String beginString,
      ApplVerID applVerID,
      String msgType)
Creates a message for a specified type, FIX version, and ApplVerID. 
 | 
Message | 
DefaultMessageFactory.create(String beginString,
      ApplVerID applVerID,
      String msgType)  | 
DataDictionary | 
DefaultDataDictionaryProvider.getApplicationDataDictionary(ApplVerID applVerID)  | 
DataDictionary | 
DataDictionaryProvider.getApplicationDataDictionary(ApplVerID applVerID)
Retrieve the data dictionary for the specified application version. 
 | 
void | 
Session.setTargetDefaultApplicationVersionID(ApplVerID applVerID)
Sets the default application version ID for messages received by this session. 
 | 
static String | 
MessageUtils.toBeginString(ApplVerID applVerID)
Convert an ApplVerID to a "begin string" 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ApplVerID | 
Message.Header.get(ApplVerID value)  | 
ApplVerID | 
Message.Header.getApplVerID()  | 
| Modifier and Type | Method and Description | 
|---|---|
ApplVerID | 
Message.Header.get(ApplVerID value)  | 
boolean | 
Message.Header.isSet(ApplVerID field)  | 
void | 
Message.Header.set(ApplVerID value)  | 
Copyright © 2021. All rights reserved.