net.commerce.zocalo.ajax.events
Class OrderRemoval

java.lang.Object
  extended by org.apache.log4j.spi.LoggingEvent
      extended by net.commerce.zocalo.ajax.events.Action
          extended by net.commerce.zocalo.ajax.events.PriceAction
              extended by net.commerce.zocalo.ajax.events.OrderRemoval
All Implemented Interfaces:
java.io.Serializable

public class OrderRemoval
extends PriceAction

Action representing the fact that a user removed an order from the book.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.commerce.zocalo.ajax.events.PriceAction
PriceAction.TimeComparator
 
Field Summary
 
Fields inherited from class org.apache.log4j.spi.LoggingEvent
categoryName, fqnOfCategoryClass, level, timeStamp
 
Constructor Summary
OrderRemoval()
          Deprecated.  
 
Method Summary
protected  java.lang.String actionString()
           
 Quantity getQuantityFulfilled()
          Deprecated.  
 Quantity getQuantityVoided()
          Deprecated.  
static OrderRemoval newOrderRemoval(java.lang.String owner, Price price, Quantity quantity, Position pos, Quantity fulfilled, Quantity voided)
           
 void setQuantityFulfilled(Quantity quantityFulfilled)
          Deprecated.  
 void setQuantityVoided(Quantity quantityVoided)
          Deprecated.  
 
Methods inherited from class net.commerce.zocalo.ajax.events.PriceAction
getActionLogger, getGID, getNaturalPrice, getOwner, getPos, getPosition, getPrice, getQuantity, getTime, setPos, setTime, timeAndPrice, timeAndPriceInverted, timeAndVolume, toLogString
 
Methods inherited from class net.commerce.zocalo.ajax.events.Action
callBackPublish, getRenderedMessage, toString
 
Methods inherited from class org.apache.log4j.spi.LoggingEvent
getFQNOfLoggerClass, getLevel, getLocationInformation, getLogger, getLoggerName, getMDC, getMDCCopy, getMessage, getNDC, getProperties, getProperty, getPropertyKeySet, getStartTime, getThreadName, getThrowableInformation, getThrowableStrRep, getTimeStamp, locationInformationExists, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrderRemoval

public OrderRemoval()
Deprecated. 

Method Detail

newOrderRemoval

public static OrderRemoval newOrderRemoval(java.lang.String owner,
                                           Price price,
                                           Quantity quantity,
                                           Position pos,
                                           Quantity fulfilled,
                                           Quantity voided)

actionString

protected java.lang.String actionString()
Specified by:
actionString in class PriceAction

getQuantityFulfilled

public Quantity getQuantityFulfilled()
Deprecated. 


setQuantityFulfilled

public void setQuantityFulfilled(Quantity quantityFulfilled)
Deprecated. 


getQuantityVoided

public Quantity getQuantityVoided()
Deprecated. 


setQuantityVoided

public void setQuantityVoided(Quantity quantityVoided)
Deprecated.