-
- All Superinterfaces:
DetailProperties
public interface MutableDetailProperties extends DetailProperties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddIntProperty(String key, int value)Adds a key-value pairvoidaddProperty(String key, String value)Adds a key-value pair-
Methods inherited from interface io.fixprotocol.md.event.DetailProperties
getIntProperty, getProperties, getProperty
-
-
-
-
Method Detail
-
addIntProperty
void addIntProperty(String key, int value)
Adds a key-value pair- Parameters:
key- key to the property. Must not benull.value- value of the property as an integer
-
-