Classes Files

Wombat::MamdaCurrencyFields

Public Functions

  Name
void setDictionary(const MamaDictionary & dictionary)
void reset()
uint16_t getMaxFid()
bool isSet()

Public Attributes

  Name
const MamaFieldDescriptor * BID_PRICE
const MamaFieldDescriptor * ASK_PRICE

Public Functions Documentation

function setDictionary

static void setDictionary(
    const MamaDictionary & dictionary
)

function reset

static void reset()

Reset the dictionary for fundamental update fields

function getMaxFid

static uint16_t getMaxFid()

function isSet

static bool isSet()

Public Attributes Documentation

variable BID_PRICE

static const MamaFieldDescriptor * BID_PRICE;

variable ASK_PRICE

static const MamaFieldDescriptor * ASK_PRICE;

Updated on 2023-03-31 at 15:29:57 +0100