public class MarketPlace
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
acceptNegativeValues |
static long |
bank |
static int |
CONTINUOUS |
static double |
cost |
static int |
FIX |
static int |
fixing |
Logger |
log |
static int |
logType |
static int |
LONG |
java.util.Map<java.lang.String,OrderBook> |
orderBooks |
static int |
SHORT |
Constructor and Description |
---|
MarketPlace() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
close() |
void |
printState() |
void |
send(Agent a,
Order lo) |
void |
setFixingPeriod(int period) |
void |
setLogger(Logger log) |
public Logger log
public java.util.Map<java.lang.String,OrderBook> orderBooks
public static final int CONTINUOUS
public static final int FIX
public static int fixing
public static final int SHORT
public static final int LONG
public static int logType
public static long bank
public static double cost
public static boolean acceptNegativeValues