A class with static utility functions for dealing with exchanges. More...
#include <MamdaOptionExchangeUtils.h>
Static Public Member Functions | |
static bool | isBbo (const char *exchange) |
Return whether the exchange ID is the one used to represent the best bid and offer. More... | |
static bool | isWombatBbo (const char *exchange) |
Return whether the exchange ID is the one used to represent the NYSE Technologies-calculated best bid and offer. More... | |
A class with static utility functions for dealing with exchanges.
|
static |
Return whether the exchange ID is the one used to represent the best bid and offer.
Currently it will match "", "BBO" and "Z".
exchange | The exchange Id. |
|
static |
Return whether the exchange ID is the one used to represent the NYSE Technologies-calculated best bid and offer.
Currently will match "BBO",
exchange | The exchange id. |