public interface FixMessageDefinitions<T>
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String messageType)
Checks if contains input message type in dictionary of FIX protocol
|
Collection<T> |
get()
Returns the collection of values of this Map.
|
T |
get(String messageType)
Gets element from map by key
|
Set<String> |
getMessageTypes()
Returns the messageTypes of this FixDefMap object.
|
void |
put(List elements)
Puts the element into map.
|
void put(List elements)
elements
- the list of elementsCollection<T> get()
T get(String messageType)
messageType
- of type Stringboolean contains(String messageType)
messageType
- Message TypeCopyright © 2000–2022 EPAM Systems. All rights reserved.