Uses of Class
com.activequant.trading.orderbook.MarketState

Packages that use MarketState
com.activequant.trading   
com.activequant.trading.orderbook   
 

Uses of MarketState in com.activequant.trading
 

Methods in com.activequant.trading that return MarketState
 MarketState AbstractOrderBook.getMarketState()
           
 MarketState IOrderBook.getMarketState()
          returns the current market state, for example open, preopen, etc.
 

Methods in com.activequant.trading with parameters of type MarketState
protected  void AbstractOrderBook.marketStateChange(MarketState newState)
           
 

Uses of MarketState in com.activequant.trading.orderbook
 

Subclasses of MarketState in com.activequant.trading.orderbook
 class MarketAuction
           
 class MarketClosed
           
 class MarketOpen
           
 class MarketPreclose
           
 class MarketPreopen
           
 

Methods in com.activequant.trading.orderbook with parameters of type MarketState
 void IOrderBookListener.marketStateChange(MarketState newState)
           
 



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.