Classes Files

Wombat::MamdaMultiSecurityHandler

MamdaMultiSecurityHandler is an interface that allows a developer to be notified dynamically when new security updates are received on a group subscription. More…

Public Functions

  Name
void onSecurityCreate(MamdaSubscription subscription, MamdaMultiSecurityManager manager, string symbol)
Method invoked when the trade and quote information for a new security has become available

Detailed Description

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.

Public Functions Documentation

function onSecurityCreate

void onSecurityCreate(
    MamdaSubscription subscription,
    MamdaMultiSecurityManager manager,
    string symbol
)

Method invoked when the trade and quote information for a new security has become available

Parameters:

  • subscription
  • manager
  • symbol

Updated on 2023-03-31 at 15:30:12 +0100