A class with static utility functions for dealing with exchanges.
| Name | |
|---|---|
| bool | 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”. |
| bool | isWombatBbo(string exchange) Return whether the exchange ID is the one used to represent the Wombat-calculated best bid and offer. Currently hardcoded to match “BBO”. |
static bool 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”.
Parameters:
Return:
static bool isWombatBbo(
string exchange
)
Return whether the exchange ID is the one used to represent the Wombat-calculated best bid and offer. Currently hardcoded to match “BBO”.
Parameters:
Return:
Updated on 2023-03-31 at 15:30:16 +0100