com.wombat.mamda
public class MamdaAuctionFields extends MamdaFields
Modifier and Type | Field and Description |
---|---|
static int |
MAX_FID |
static com.wombat.mama.MamaFieldDescriptor |
UNCROSS_PRICE |
static com.wombat.mama.MamaFieldDescriptor |
UNCROSS_PRICE_IND |
static com.wombat.mama.MamaFieldDescriptor |
UNCROSS_VOLUME |
Constructor and Description |
---|
MamdaAuctionFields() |
Modifier and Type | Method and Description |
---|---|
static int |
getMaxFid() |
static boolean |
isSet() |
static void |
reset() |
static void |
setDictionary(com.wombat.mama.MamaDictionary dictionary,
java.util.Properties properties)
Set the dictionary for common update fields.
|
public static com.wombat.mama.MamaFieldDescriptor UNCROSS_PRICE
public static com.wombat.mama.MamaFieldDescriptor UNCROSS_VOLUME
public static com.wombat.mama.MamaFieldDescriptor UNCROSS_PRICE_IND
public static int MAX_FID
public static void setDictionary(com.wombat.mama.MamaDictionary dictionary, java.util.Properties properties)
properties
parameter allows users
of the API to map the common dictionary names to
something else if they are being published under different
names.dictionary
- A reference to a valid MamaDictionaryproperties
- A Properties object containing field mappings. (See
MamdaFields for more information)public static boolean isSet()
public static void reset()
public static int getMaxFid()
Copyright 2007 Wombat Financial Software, Inc.