Classes Files

com::wombat::mamda::MamdaAuctionFields

More…

Inherits from com.wombat.mamda.MamdaFields

Public Functions

  Name
void setDictionary(MamaDictionary dictionary, Properties properties)
boolean isSet()
void reset()
int getMaxFid()

Public Attributes

  Name
MamaFieldDescriptor UNCROSS_PRICE
MamaFieldDescriptor UNCROSS_VOLUME
MamaFieldDescriptor UNCROSS_PRICE_IND
int MAX_FID

Additional inherited members

Protected Functions inherited from com.wombat.mamda.MamdaFields

  Name
String lookupFieldName(Properties properties, String defaultFieldName)

Detailed Description

class com::wombat::mamda::MamdaAuctionFields;

Maintains a cache of common update field descriptors.

Public Functions Documentation

function setDictionary

static inline void setDictionary(
    MamaDictionary dictionary,
    Properties properties
)

Parameters:

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

Set the dictionary for common update fields. Maintains a cache of MamaFieldDescriptors for common update related fields. The properties parameter allows users of the API to map the common dictionary names to something else if they are being published under different names.

function isSet

static inline boolean isSet()

function reset

static inline void reset()

function getMaxFid

static inline int getMaxFid()

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:32 +0100