Classes Files

com::wombat::mamda::options::MamdaOptionExchangeUtils

More…

Public Functions

  Name
boolean isBbo(String exchange)
boolean isWombatBbo(String exchange)

Detailed Description

class com::wombat::mamda::options::MamdaOptionExchangeUtils;

A class with static utility functions for dealing with exchanges.

Public Functions Documentation

function isBbo

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”.

function isWombatBbo

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