|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSimEvent
net.sourceforge.jasa.event.MarketEvent
net.sourceforge.jasa.event.OrderPlacedEvent
public class OrderPlacedEvent
An event that is fired every time an order is placed in a market.
![]() |
![]() |
Field Summary | |
---|---|
protected Order |
shout
The shout that led to this event. |
Fields inherited from class net.sourceforge.jasa.event.MarketEvent |
---|
auction, pTime, time |
Constructor Summary | |
---|---|
OrderPlacedEvent()
|
|
OrderPlacedEvent(Market auction,
int time,
Order shout)
|
Method Summary | |
---|---|
Order |
getOrder()
|
Methods inherited from class net.sourceforge.jasa.event.MarketEvent |
---|
getAuction, getPhysicalTime, getTime, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Order shout
Constructor Detail |
---|
public OrderPlacedEvent(Market auction, int time, Order shout)
public OrderPlacedEvent()
Method Detail |
---|
public Order getOrder()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |