MamdaMultiSecurityHandler is an interface that allows a developer to be notified dynamically when new security updates are received on a group subscription. More…
Name | |
---|---|
void | onSecurityCreate(MamdaSubscription subscription, MamdaMultiSecurityManager manager, string symbol) Method invoked when the trade and quote information for a new security has become available |
class Wombat::MamdaMultiSecurityHandler;
MamdaMultiSecurityHandler 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
Parameters:
Updated on 2023-03-31 at 15:30:12 +0100