net.sourceforge.fixagora.buyside.shared.communication
Class BuySideCompositeMDInputEntry

java.lang.Object
  extended by net.sourceforge.fixagora.buyside.shared.communication.AbstractBuySideMDInputEntry
      extended by net.sourceforge.fixagora.buyside.shared.communication.BuySideCompositeMDInputEntry
All Implemented Interfaces:
java.io.Serializable

public class BuySideCompositeMDInputEntry
extends AbstractBuySideMDInputEntry
implements java.io.Serializable

The Class BuySideCompositeMDInputEntry.

See Also:
Serialized Form

Constructor Summary
BuySideCompositeMDInputEntry()
           
 
Method Summary
 BuySideCompositeMDInputEntry clone()
           
 
Methods inherited from class net.sourceforge.fixagora.buyside.shared.communication.AbstractBuySideMDInputEntry
getHighAskPxValue, getHighBidPxValue, getLowAskPxValue, getLowBidPxValue, getMdAskPriceDeltaValue, getMdBidPriceDeltaValue, getMdEntryAskPxValue, getMdEntryAskSizeValue, getMdEntryAskYieldValue, getMdEntryBidPxValue, getMdEntryBidSizeValue, getMdEntryBidYieldValue, getSecurityValue, getTime, setHighAskPxValue, setHighBidPxValue, setLowAskPxValue, setLowBidPxValue, setMdAskPriceDeltaValue, setMdBidPriceDeltaValue, setMdEntryAskPxValue, setMdEntryAskSizeValue, setMdEntryAskYieldValue, setMdEntryBidPxValue, setMdEntryBidSizeValue, setMdEntryBidYieldValue, setSecurityValue, setTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuySideCompositeMDInputEntry

public BuySideCompositeMDInputEntry()
Method Detail

clone

public BuySideCompositeMDInputEntry clone()
Overrides:
clone in class java.lang.Object