com.jfx
Class SelectionPool

java.lang.Object
  extended by com.jfx.SelectionPool

public class SelectionPool
extends java.lang.Object

Order selection pool


Field Summary
static int _MODE_HISTORY
           
static int _MODE_TRADES
           
static SelectionPool MODE_HISTORY
           
static SelectionPool MODE_TRADES
           
 int val
           
 
Method Summary
static SelectionPool getSelectionPool(int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODE_TRADES

public static final SelectionPool MODE_TRADES

_MODE_TRADES

public static final int _MODE_TRADES
See Also:
Constant Field Values

MODE_HISTORY

public static final SelectionPool MODE_HISTORY

_MODE_HISTORY

public static final int _MODE_HISTORY
See Also:
Constant Field Values

val

public int val
Method Detail

getSelectionPool

public static SelectionPool getSelectionPool(int val)


Copyright © 2008-2009 Roman Gerasimenko.