support.Ticker
Class SellEvent

java.lang.Object
  |
  +--support.Ticker.TickerEvent
        |
        +--support.Ticker.SellEvent

public class SellEvent
extends TickerEvent


Constructor Summary
SellEvent(int id, int nshares, int price)
           
 
Methods inherited from class support.Ticker.TickerEvent
id, price, printInt, printString, printStringRight, setID, setPrice, setSize, size, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SellEvent

public SellEvent(int id,
                 int nshares,
                 int price)