public class DictionaryManager extends Object
Constructor and Description |
---|
DictionaryManager() |
Modifier and Type | Method and Description |
---|---|
static void |
clean()
Cleans the dictionaries.
|
static Dictionary |
getDictionary(Version version)
Returns FIX dictionary corresponding to the specified version.
|
static int |
getDictionaryCounter()
Counts dictionaries, registered by the given DictionaryManager instance.
|
void |
init()
Initializes the dictionaries.
|
void |
init(DialectSet dialectSet)
Initializes the dictionaries.
|
void |
init(String dialects)
Initializes the dictionaries.
|
void |
init(String versions,
DialectSet dialectSet)
Initializes the dictionaries.
|
void |
init(String versions,
String dialects)
Initializes the dictionaries.
|
public static int getDictionaryCounter()
public void init(String versions, String dialects)
versions
- FIX dictionaries, separated with the '|'dialects
- dialect files, separated with the '|'public void init(String versions, DialectSet dialectSet)
versions
- FIX dictionaries, separated with the '|'dialectSet
- dialect setpublic void init()
public void init(DialectSet dialectSet)
dialectSet
- dialect setpublic void init(String dialects)
dialects
- dialect files, separated with the '|'public static void clean()
public static Dictionary getDictionary(Version version)
version
- FIX versionnull
if this map contains no mapping for the corresponding versionCopyright © 2005–2024 Onix Solutions. All rights reserved.