Inherits from com.wombat.mamda.MamdaMultiSecurityHandler
| Name | |
|---|---|
| void | onSecurityCreate(MamdaSubscription subscription, MamdaMultiSecurityManager manager, String symbol) |
class com::wombat::mamda::examples::MamdaMultiSecurityTicker::MultiSecurityHandler;
Implementation of the MamdaMultiSecurityicipantHandler interface.
Here we are adding a trade and quote listener for every participant and consolidated update as part of the underlying group subscription. The assumption here is that we are interested in all trade and quote information for all participants.
inline void onSecurityCreate(
MamdaSubscription subscription,
MamdaMultiSecurityManager manager,
String symbol
)
Updated on 2023-03-31 at 15:30:37 +0100