IB TWS API StopOrder outside regular market hours

Discussion in 'Trading Software' started by kenokabe, Apr 14, 2003.

  1. kenokabe

    kenokabe Guest

    Hi Traders,

    It seems like problem to place a STOP order by TWS API outside of the regular market hours.

    When I place it manually, it is no problem.

    In property section, I code

    asTws1.tif = "GTC";
    asTws1.ignoreTth = true;

    to turn off the ordering limitation, but a stoporder sent by API seems ignored.

    Any help or seggestion would be really appreciated.

    Thanks.