|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FixMessageDefinitions<T>
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void put(List elements)
elements - the list of elementsCollection<T> get()
T get(String messageType)
messageType - of type String
boolean contains(String messageType)
messageType - Message Type
Set<String> getMessageTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||