Class Summary |
AgentPolledEvent |
An event that is fired whenever any agent is polled by an market for its
shout via the requestShout() method. |
EndOfDayEvent |
An event that is fired at the end of every trading period. |
MarketClosedEvent |
An event that is fired when an market closes. |
MarketEvent |
Superclass for all types of market event. |
MarketOpenEvent |
An event that is fired when an market opens. |
OrderPlacedEvent |
An event that is fired every time an order is placed in a market. |
OrderReceivedEvent |
An event that is fired every time a shout is received in an market (may not
be allowed to place eventually), in contrast to OrderPlacedEvent, which
represents a shout is received and placed. |
RoundClosingEvent |
An event that is fired at the end of each round, but before round-ending
processing. |
TransactionExecutedEvent |
An event that is fired every time an order is fulfilled. |