Package com.wombat.mamda
Class MamdaFields
- java.lang.Object
-
- com.wombat.mamda.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 aProperties
object to the correspondingsetDictionary()
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()
-