|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.log4j.spi.LoggingEvent
net.commerce.zocalo.ajax.events.Action
net.commerce.zocalo.ajax.events.PriceAction
net.commerce.zocalo.ajax.events.OrderRemoval
public class OrderRemoval
Action representing the fact that a user removed an order from the book.
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 |
---|
public OrderRemoval()
Method Detail |
---|
public static OrderRemoval newOrderRemoval(java.lang.String owner, Price price, Quantity quantity, Position pos, Quantity fulfilled, Quantity voided)
protected java.lang.String actionString()
actionString
in class PriceAction
public Quantity getQuantityFulfilled()
public void setQuantityFulfilled(Quantity quantityFulfilled)
public Quantity getQuantityVoided()
public void setQuantityVoided(Quantity quantityVoided)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |