net.sourceforge.agora.simulator.control
Class InitiatorMDInputEntry

java.lang.Object
  extended by net.sourceforge.agora.simulator.control.InitiatorMDInputEntry
All Implemented Interfaces:
java.io.Serializable

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

The Class InitiatorMDInputEntry.

See Also:
Serialized Form

Constructor Summary
InitiatorMDInputEntry()
           
 
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 getMdEntryBidPxValue()
          Gets the md entry bid px value.
 java.lang.Double getMdEntryBidSizeValue()
          Gets the md entry bid size value.
 java.lang.String getSecurityIDSource()
          Gets the security id source.
 java.lang.String 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 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 setSecurityIDSource(java.lang.String securityIDSource)
          Sets the security id source.
 void setSecurityValue(java.lang.String 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

InitiatorMDInputEntry

public InitiatorMDInputEntry()
Method Detail

getSecurityIDSource

public java.lang.String getSecurityIDSource()
Gets the security id source.

Returns:
the security id source

setSecurityIDSource

public void setSecurityIDSource(java.lang.String securityIDSource)
Sets the security id source.

Parameters:
securityIDSource - the new security id source

getSecurityValue

public java.lang.String getSecurityValue()
Gets the security value.

Returns:
the security value

setSecurityValue

public void setSecurityValue(java.lang.String 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

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