Class MamdaFields

  • Direct Known Subclasses:
    MamdaAuctionFields, MamdaCommonFields, MamdaFundamentalFields, MamdaOptionFields, MamdaOrderBookFields, MamdaOrderImbalanceFields, MamdaQuoteFields, MamdaSecurityStatusFields, MamdaTradeFields

    public class MamdaFields
    extends java.lang.Object
    Common base class for all the MamdaXXXFields classes. Each of the subclasses maintains a cache of relevant MamaFieldDescriptors obtained from the MamaDictionary using the fields standard name. If the dictionary is being published with non standard field name mappings users can pass a Properties object to the corresponding setDictionary() method which contains field mappings.
    Each mapping should have the following format:
    mamda.field.= e.g.
    mamda.field.wTradePrice=myMappedTradePrice where myMappedTradePrice is the name of the field under which the trade price is being published by the feedhandlers and which is being published by the dictionary to describe the trade price field.
    • Constructor Summary

      Constructors 
      Constructor Description
      MamdaFields()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MamdaFields

        public MamdaFields()