Classes Files

Wombat::MamdaAuctionFields

Cache of common Quote related field descriptors. This is required to be populated if using the MamdaQuoteListener.

Inherits from Wombat.MamdaFields

Public Functions

  Name
void setDictionary(MamaDictionary dictionary, NameValueCollection properties)
Set the dictionary for common quote fields. Maintains a cache of MamaFieldDescriptors for common quote related fields. The
int getMaxFid()
bool isSet()
void reset()

Public Attributes

  Name
MamaFieldDescriptor UNCROSS_PRICE
MamaFieldDescriptor UNCROSS_VOLUME
MamaFieldDescriptor UNCROSS_PRICE_IND
int MAX_FID

Additional inherited members

Protected Functions inherited from Wombat.MamdaFields

  Name
string lookupFieldName(NameValueCollection properties, string defaultFieldName)

Public Functions Documentation

function setDictionary

static void setDictionary(
    MamaDictionary dictionary,
    NameValueCollection properties
)

Set the dictionary for common quote fields. Maintains a cache of MamaFieldDescriptors for common quote related fields. The

Parameters:

  • dictionary A reference to a valid MamaDictionary
  • properties A NameValueCollection object containing field mappings. (See MamdaFields for more information)

properties parameter allows users of the API to map the common dictionary names to something else if they are beig published under different names.

function getMaxFid

static int getMaxFid()

function isSet

static bool isSet()

function reset

static void reset()

Public Attributes Documentation

variable UNCROSS_PRICE

static MamaFieldDescriptor UNCROSS_PRICE = null;

variable UNCROSS_VOLUME

static MamaFieldDescriptor UNCROSS_VOLUME = null;

variable UNCROSS_PRICE_IND

static MamaFieldDescriptor UNCROSS_PRICE_IND = null;

variable MAX_FID

static int MAX_FID = 0;

Updated on 2023-03-31 at 15:30:12 +0100