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

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

public class AbstractBuySideMDInputEntry
extends java.lang.Object
implements java.io.Serializable

The Class AbstractBuySideMDInputEntry.

See Also:
Serialized Form

Constructor Summary
AbstractBuySideMDInputEntry()
           
 
Method Summary
 java.lang.Double getHighAskPxValue()
          Gets the high ask px value.
 java.lang.Double getHighBidPxValue()
          Gets the high bid px value.
 java.lang.Double getLowAskPxValue()
          Gets the low ask px value.
 java.lang.Double getLowBidPxValue()
          Gets the low bid px value.
 java.lang.Double getMdAskPriceDeltaValue()
          Gets the md ask price delta value.
 java.lang.Double getMdBidPriceDeltaValue()
          Gets the md bid price delta value.
 java.lang.Double getMdEntryAskPxValue()
          Gets the md entry ask px value.
 java.lang.Double getMdEntryAskSizeValue()
          Gets the md entry ask size value.
 java.lang.Double getMdEntryAskYieldValue()
          Gets the md entry ask yield value.
 java.lang.Double getMdEntryBidPxValue()
          Gets the md entry bid px value.
 java.lang.Double getMdEntryBidSizeValue()
          Gets the md entry bid size value.
 java.lang.Double getMdEntryBidYieldValue()
          Gets the md entry bid yield value.
 long getSecurityValue()
          Gets the security value.
 long getTime()
          Gets the time.
 void setHighAskPxValue(java.lang.Double highAskPxValue)
          Sets the high ask px value.
 void setHighBidPxValue(java.lang.Double highBidPxValue)
          Sets the high bid px value.
 void setLowAskPxValue(java.lang.Double lowAskPxValue)
          Sets the low ask px value.
 void setLowBidPxValue(java.lang.Double lowBidPxValue)
          Sets the low bid px value.
 void setMdAskPriceDeltaValue(java.lang.Double mdAskPriceDeltaValue)
          Sets the md ask price delta value.
 void setMdBidPriceDeltaValue(java.lang.Double mdBidPriceDeltaValue)
          Sets the md bid price delta value.
 void setMdEntryAskPxValue(java.lang.Double mdEntryAskPxValue)
          Sets the md entry ask px value.
 void setMdEntryAskSizeValue(java.lang.Double mdEntryAskSizeValue)
          Sets the md entry ask size value.
 void setMdEntryAskYieldValue(java.lang.Double mdEntryAskYieldValue)
          Sets the md entry ask yield value.
 void setMdEntryBidPxValue(java.lang.Double mdEntryBidPxValue)
          Sets the md entry bid px value.
 void setMdEntryBidSizeValue(java.lang.Double mdEntryBidSizeValue)
          Sets the md entry bid size value.
 void setMdEntryBidYieldValue(java.lang.Double mdEntryBidYieldValue)
          Sets the md entry bid yield value.
 void setSecurityValue(long securityValue)
          Sets the security value.
 void setTime(long time)
          Sets the time.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBuySideMDInputEntry

public AbstractBuySideMDInputEntry()
Method Detail

getSecurityValue

public long getSecurityValue()
Gets the security value.

Returns:
the security value

setSecurityValue

public void setSecurityValue(long securityValue)
Sets the security value.

Parameters:
securityValue - the new security value

getMdEntryBidPxValue

public java.lang.Double getMdEntryBidPxValue()
Gets the md entry bid px value.

Returns:
the md entry bid px value

setMdEntryBidPxValue

public void setMdEntryBidPxValue(java.lang.Double mdEntryBidPxValue)
Sets the md entry bid px value.

Parameters:
mdEntryBidPxValue - the new md entry bid px value

getMdEntryBidSizeValue

public java.lang.Double getMdEntryBidSizeValue()
Gets the md entry bid size value.

Returns:
the md entry bid size value

setMdEntryBidSizeValue

public void setMdEntryBidSizeValue(java.lang.Double mdEntryBidSizeValue)
Sets the md entry bid size value.

Parameters:
mdEntryBidSizeValue - the new md entry bid size value

getMdEntryBidYieldValue

public java.lang.Double getMdEntryBidYieldValue()
Gets the md entry bid yield value.

Returns:
the md entry bid yield value

setMdEntryBidYieldValue

public void setMdEntryBidYieldValue(java.lang.Double mdEntryBidYieldValue)
Sets the md entry bid yield value.

Parameters:
mdEntryBidYieldValue - the new md entry bid yield value

getMdEntryAskYieldValue

public java.lang.Double getMdEntryAskYieldValue()
Gets the md entry ask yield value.

Returns:
the md entry ask yield value

setMdEntryAskYieldValue

public void setMdEntryAskYieldValue(java.lang.Double mdEntryAskYieldValue)
Sets the md entry ask yield value.

Parameters:
mdEntryAskYieldValue - the new md entry ask yield value

getMdBidPriceDeltaValue

public java.lang.Double getMdBidPriceDeltaValue()
Gets the md bid price delta value.

Returns:
the md bid price delta value

setMdBidPriceDeltaValue

public void setMdBidPriceDeltaValue(java.lang.Double mdBidPriceDeltaValue)
Sets the md bid price delta value.

Parameters:
mdBidPriceDeltaValue - the new md bid price delta value

getHighBidPxValue

public java.lang.Double getHighBidPxValue()
Gets the high bid px value.

Returns:
the high bid px value

setHighBidPxValue

public void setHighBidPxValue(java.lang.Double highBidPxValue)
Sets the high bid px value.

Parameters:
highBidPxValue - the new high bid px value

getLowBidPxValue

public java.lang.Double getLowBidPxValue()
Gets the low bid px value.

Returns:
the low bid px value

setLowBidPxValue

public void setLowBidPxValue(java.lang.Double lowBidPxValue)
Sets the low bid px value.

Parameters:
lowBidPxValue - the new low bid px value

getMdEntryAskPxValue

public java.lang.Double getMdEntryAskPxValue()
Gets the md entry ask px value.

Returns:
the md entry ask px value

setMdEntryAskPxValue

public void setMdEntryAskPxValue(java.lang.Double mdEntryAskPxValue)
Sets the md entry ask px value.

Parameters:
mdEntryAskPxValue - the new md entry ask px value

getMdEntryAskSizeValue

public java.lang.Double getMdEntryAskSizeValue()
Gets the md entry ask size value.

Returns:
the md entry ask size value

setMdEntryAskSizeValue

public void setMdEntryAskSizeValue(java.lang.Double mdEntryAskSizeValue)
Sets the md entry ask size value.

Parameters:
mdEntryAskSizeValue - the new md entry ask size value

getMdAskPriceDeltaValue

public java.lang.Double getMdAskPriceDeltaValue()
Gets the md ask price delta value.

Returns:
the md ask price delta value

setMdAskPriceDeltaValue

public void setMdAskPriceDeltaValue(java.lang.Double mdAskPriceDeltaValue)
Sets the md ask price delta value.

Parameters:
mdAskPriceDeltaValue - the new md ask price delta value

getHighAskPxValue

public java.lang.Double getHighAskPxValue()
Gets the high ask px value.

Returns:
the high ask px value

setHighAskPxValue

public void setHighAskPxValue(java.lang.Double highAskPxValue)
Sets the high ask px value.

Parameters:
highAskPxValue - the new high ask px value

getLowAskPxValue

public java.lang.Double getLowAskPxValue()
Gets the low ask px value.

Returns:
the low ask px value

setLowAskPxValue

public void setLowAskPxValue(java.lang.Double lowAskPxValue)
Sets the low ask px value.

Parameters:
lowAskPxValue - the new low ask px value

getTime

public long getTime()
Gets the time.

Returns:
the time

setTime

public void setTime(long time)
Sets the time.

Parameters:
time - the new time