support.Ticker
Class SpreadEvent

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

public class SpreadEvent
extends TickerEvent


Constructor Summary
SpreadEvent(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

SpreadEvent

public SpreadEvent(int nshares,
                   int price)