Name | |
---|---|
void | onSecurityCreate(MamdaSubscription subscription, MamdaMultiSecurityManager manager, String symbol) |
class com::wombat::mamda::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.
void onSecurityCreate(
MamdaSubscription subscription,
MamdaMultiSecurityManager manager,
String symbol
)
Method invoked when the trade and quote information for a new security has become available
Updated on 2023-03-31 at 15:30:33 +0100