[eclipsetrader-devel] Additional OrderStatus for interactivebrokers trading
Status: Beta
Brought to you by:
maccaf
|
From: <sof...@st...> - 2007-07-11 11:15:02
|
interactive brokers trading API allows creation of order that is not =
transferred to the exchange, but stays in the IB's trading system.
For displaying such order in eclipsetrader I suggest adding new status =
to OrderStatus class that can be called UNPLACED, see below.
Thanks.
Igor
package net.sourceforge.eclipsetrader.core.db;
public class OrderStatus {
public static OrderStatus UNPLACED =3D new OrderStatus(8);
}
|