|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataDictionaryProvider
Provide data dictionaries for specified session protocol or application versions.
Method Summary | |
---|---|
DataDictionary |
getApplicationDataDictionary(ApplVerID applVerID,
java.lang.String customApplVerID)
Retrieve the data dictionary for the specified application version. |
DataDictionary |
getSessionDataDictionary(java.lang.String beginString)
Retrieve the data dictionary for parsing a specific version of the transport header/trailer. |
Method Detail |
---|
DataDictionary getSessionDataDictionary(java.lang.String beginString)
beginString
- FIX.4.0 through FIXT.1.1
FixVersions
DataDictionary getApplicationDataDictionary(ApplVerID applVerID, java.lang.String customApplVerID)
applVerID
- the application version ID. Prior to FIXT.1.1, the applVerID
will be determined by BeginString field.customApplVerID
- the custom application ID. (optional, can be null)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |