net.sourceforge.fixagora.sellside.shared.communication
Class SellSideNewOrderSingleEntry

java.lang.Object
  extended by net.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideEntry
      extended by net.sourceforge.fixagora.sellside.shared.communication.SellSideNewOrderSingleEntry
All Implemented Interfaces:
java.io.Serializable

public class SellSideNewOrderSingleEntry
extends AbstractSellSideEntry

The Class SellSideNewOrderSingleEntry.

See Also:
Serialized Form

Nested Class Summary
static class SellSideNewOrderSingleEntry.OrderStatus
          The Enum OrderStatus.
static class SellSideNewOrderSingleEntry.TimeInForce
          The Enum TimeInForce.
 
Nested classes/interfaces inherited from class net.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideEntry
AbstractSellSideEntry.Side
 
Constructor Summary
SellSideNewOrderSingleEntry()
           
 
Method Summary
 java.lang.Double getNewLimit()
          Gets the new limit.
 java.lang.String getNewOrderId()
          Gets the new order id.
 java.lang.Double getNewOrderQuantity()
          Gets the new order quantity.
 SellSideNewOrderSingleEntry.OrderStatus getOrderStatus()
          Gets the order status.
 java.lang.String getOriginalOrderId()
          Gets the original order id.
 long getTifDate()
          Gets the tif date.
 SellSideNewOrderSingleEntry.TimeInForce getTimeInForce()
          Gets the time in force.
 void setNewLimit(java.lang.Double newLimit)
          Sets the new limit.
 void setNewOrderId(java.lang.String newOrderId)
          Sets the new order id.
 void setNewOrderQuantity(java.lang.Double newOrderQuantity)
          Sets the new order quantity.
 void setOrderStatus(SellSideNewOrderSingleEntry.OrderStatus orderStatus)
          Sets the order status.
 void setOriginalOrderId(java.lang.String originalOrderId)
          Sets the original order id.
 void setTifDate(long tifDate)
          Sets the tif date.
 void setTimeInForce(SellSideNewOrderSingleEntry.TimeInForce timeInForce)
          Sets the time in force.
 
Methods inherited from class net.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideEntry
getCounterparty, getCounterpartyOrderId, getCreated, getCumulativeQuantity, getLastPrice, getLastQuantity, getLastYield, getLeaveQuantity, getLimit, getMarketInterface, getMinQuantity, getOrderId, getOrderQuantity, getSecurity, getSellSideBook, getSettlementDate, getSide, getTrader, getUpdated, getUser, setCounterparty, setCounterpartyOrderId, setCreated, setCumulativeQuantity, setLastPrice, setLastQuantity, setLastYield, setLeaveQuantity, setLimit, setMarketInterface, setMinQuantity, setOrderId, setOrderQuantity, setSecurity, setSellSideBook, setSettlementDate, setSide, setTrader, setUpdated, setUser
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SellSideNewOrderSingleEntry

public SellSideNewOrderSingleEntry()
Method Detail

getNewLimit

public java.lang.Double getNewLimit()
Gets the new limit.

Returns:
the new limit

getOriginalOrderId

public java.lang.String getOriginalOrderId()
Gets the original order id.

Returns:
the original order id

setOriginalOrderId

public void setOriginalOrderId(java.lang.String originalOrderId)
Sets the original order id.

Parameters:
originalOrderId - the new original order id

setNewLimit

public void setNewLimit(java.lang.Double newLimit)
Sets the new limit.

Parameters:
newLimit - the new new limit

getNewOrderQuantity

public java.lang.Double getNewOrderQuantity()
Gets the new order quantity.

Returns:
the new order quantity

setNewOrderQuantity

public void setNewOrderQuantity(java.lang.Double newOrderQuantity)
Sets the new order quantity.

Parameters:
newOrderQuantity - the new new order quantity

getNewOrderId

public java.lang.String getNewOrderId()
Gets the new order id.

Returns:
the new order id

setNewOrderId

public void setNewOrderId(java.lang.String newOrderId)
Sets the new order id.

Parameters:
newOrderId - the new new order id

getTifDate

public long getTifDate()
Gets the tif date.

Returns:
the tif date

setTifDate

public void setTifDate(long tifDate)
Sets the tif date.

Parameters:
tifDate - the new tif date

getOrderStatus

public SellSideNewOrderSingleEntry.OrderStatus getOrderStatus()
Gets the order status.

Returns:
the order status

setOrderStatus

public void setOrderStatus(SellSideNewOrderSingleEntry.OrderStatus orderStatus)
Sets the order status.

Parameters:
orderStatus - the new order status

getTimeInForce

public SellSideNewOrderSingleEntry.TimeInForce getTimeInForce()
Gets the time in force.

Returns:
the time in force

setTimeInForce

public void setTimeInForce(SellSideNewOrderSingleEntry.TimeInForce timeInForce)
Sets the time in force.

Parameters:
timeInForce - the new time in force