Package com.wombat.mamda
Interface MamdaMultiSecurityHandler
-
public interface MamdaMultiSecurityHandler
The MamdaMultiSecurityHandler class is an interface that allows a developer to be notified dynamically when new security updates are received on a group subscription. Note that any actions to register per-security listeners can be added up front (and this callback omitted or left empty) if the symbols are known beforehand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSecurityCreate(MamdaSubscription subscription, MamdaMultiSecurityManager manager, java.lang.String symbol)
Method invoked when the trade and quote information for a new security has become available
-
-
-
Method Detail
-
onSecurityCreate
void onSecurityCreate(MamdaSubscription subscription, MamdaMultiSecurityManager manager, java.lang.String symbol)
Method invoked when the trade and quote information for a new security has become available
-
-