edu.cuny.cat.event
Class DayOpenedEvent

java.lang.Object
  extended by edu.cuny.cat.event.AuctionEvent
      extended by edu.cuny.cat.event.DayOpenedEvent
All Implemented Interfaces:
edu.cuny.event.Event<AuctionEventListener>

public class DayOpenedEvent
extends AuctionEvent

An event that is fired after the beginning of a trading day. It is used to signal traders of dayopen messages.

Version:
$Revision: 1.10 $
Author:
Jinzhong Niu

Field Summary
 
Fields inherited from class edu.cuny.cat.event.AuctionEvent
time
 
Constructor Summary
DayOpenedEvent()
           
 
Method Summary
 
Methods inherited from class edu.cuny.cat.event.AuctionEvent
getDay, getRound, getTick, getTime, notify, setTime, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DayOpenedEvent

public DayOpenedEvent()