Classes Files

Wombat::MamdaAuctionFields

Public Functions

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

Public Attributes

  Name
const MamaFieldDescriptor * UNCROSS_PRICE
const MamaFieldDescriptor * UNCROSS_VOLUME
const MamaFieldDescriptor * UNCROSS_PRICE_IND
const MamaFieldDescriptor * AUCTION_TIME

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 UNCROSS_PRICE

static const MamaFieldDescriptor * UNCROSS_PRICE;

variable UNCROSS_VOLUME

static const MamaFieldDescriptor * UNCROSS_VOLUME;

variable UNCROSS_PRICE_IND

static const MamaFieldDescriptor * UNCROSS_PRICE_IND;

variable AUCTION_TIME

static const MamaFieldDescriptor * AUCTION_TIME;

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