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

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

public class BuySideCounterpartyMDInputEntry
extends AbstractBuySideMDInputEntry
implements java.io.Serializable

The Class BuySideCounterpartyMDInputEntry.

See Also:
Serialized Form

Constructor Summary
BuySideCounterpartyMDInputEntry()
           
 
Method Summary
 BuySideCounterpartyMDInputEntry clone()
           
 long getCounterpartyValue()
          Gets the counterparty value.
 long getInterfaceValue()
          Gets the interface value.
 void setCounterpartyValue(long counterpartyValue)
          Sets the counterparty value.
 void setInterfaceValue(long interfaceValue)
          Sets the interface value.
 
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

BuySideCounterpartyMDInputEntry

public BuySideCounterpartyMDInputEntry()
Method Detail

getInterfaceValue

public long getInterfaceValue()
Gets the interface value.

Returns:
the interface value

setInterfaceValue

public void setInterfaceValue(long interfaceValue)
Sets the interface value.

Parameters:
interfaceValue - the new interface value

getCounterpartyValue

public long getCounterpartyValue()
Gets the counterparty value.

Returns:
the counterparty value

setCounterpartyValue

public void setCounterpartyValue(long counterpartyValue)
Sets the counterparty value.

Parameters:
counterpartyValue - the new counterparty value

clone

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