net.sourceforge.eclipsetrader.core
Class Level2FeedMonitor

java.lang.Object
  extended bynet.sourceforge.eclipsetrader.core.Level2FeedMonitor

public class Level2FeedMonitor
extends java.lang.Object


Method Summary
static void cancelMonitor(Security security)
           
static ILevel2Feed getFeed(java.lang.String id)
           
static void monitor(Security security)
           
static void snapshot()
           
static void start()
           
static void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

monitor

public static void monitor(Security security)

cancelMonitor

public static void cancelMonitor(Security security)

start

public static void start()

stop

public static void stop()

snapshot

public static void snapshot()

getFeed

public static ILevel2Feed getFeed(java.lang.String id)