Name | |
---|---|
boolean | isBbo(String exchange) |
boolean | isWombatBbo(String exchange) |
class com::wombat::mamda::options::MamdaOptionExchangeUtils;
A class with static utility functions for dealing with exchanges.
static inline boolean isBbo(
String exchange
)
Return whether the exchange ID is the one used to represent the best bid and offer. Currently hardcoded to match “”, “BBO” and “Z”.
static inline boolean isWombatBbo(
String exchange
)
Return whether the exchange ID is the one used to represent the NYSE Technolgoies calculated best bid and offer. Currently hardcoded to match “BBO”.
Updated on 2023-03-31 at 15:30:37 +0100