public final class BlockDefinitionsUtils extends AbstractFIXDefinition<Blockdef>
Constructor and Description |
---|
BlockDefinitionsUtils(com.epam.fix.dictionary.Dictionaries dictionariesContainer)
Creates the
BlockDefinitionsUtils . |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String blockName)
Checks if block with name blockName exists.
|
Collection<Blockdef> |
get()
Gets the collection of block.
|
Blockdef |
get(String blockName)
Gets the block.
|
Set<String> |
getMessageTypes()
Gets set of block
|
List<Integer> |
getRequiredTags(String blockName)
Gets required tags for message.
|
void |
put(List blocks)
Puts the blocks to the map.
|
public BlockDefinitionsUtils(com.epam.fix.dictionary.Dictionaries dictionariesContainer)
BlockDefinitionsUtils
.dictionariesContainer
- the dictionarypublic Set<String> getMessageTypes()
public List<Integer> getRequiredTags(String blockName)
blockName
- the block namepublic void put(List blocks)
blocks
- the block collectionpublic Collection<Blockdef> get()
public Blockdef get(String blockName)
blockName
- the block namepublic boolean contains(String blockName)
blockName
- the block nameCopyright © 2000–2022 EPAM Systems. All rights reserved.