Class MamdaAuctionFields


  • public class MamdaAuctionFields
    extends MamdaFields
    Maintains a cache of common update field descriptors.
    • Field Summary

      Fields 
      Modifier and Type Field 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  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • UNCROSS_PRICE

        public static com.wombat.mama.MamaFieldDescriptor UNCROSS_PRICE
      • UNCROSS_VOLUME

        public static com.wombat.mama.MamaFieldDescriptor UNCROSS_VOLUME
      • UNCROSS_PRICE_IND

        public static com.wombat.mama.MamaFieldDescriptor UNCROSS_PRICE_IND
      • MAX_FID

        public static int MAX_FID
    • Constructor Detail

      • MamdaAuctionFields

        public MamdaAuctionFields()
    • Method Detail

      • setDictionary

        public static void setDictionary​(com.wombat.mama.MamaDictionary dictionary,
                                         java.util.Properties properties)
        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.
        Parameters:
        dictionary - A reference to a valid MamaDictionary
        properties - A Properties object containing field mappings. (See MamdaFields for more information)
      • isSet

        public static boolean isSet()
      • reset

        public static void reset()
      • getMaxFid

        public static int getMaxFid()