NewOrderRequest CLASS
Initiates NewOrderRequest object with operation sell and type limit. SYNTAX public static NewOrderRequest CreateSellLimit (Instrument instrument,double...
Thu, May 3, 2018 at 1:19 PM
Initiates NewOrderRequest object with operation sell and type limit with time in force option. SYNTAX public static NewOrderRequest CreateSellLimit ...
Thu, May 3, 2018 at 1:29 PM
Initiates NewOrderRequest object with operation sell and type limit with expiration time option. SYNTAX public static NewOrderRequest CreateSellLimit (...
Thu, May 3, 2018 at 1:44 PM
Initiates NewOrderRequest object with operation sell and type market. SYNTAX public static NewOrderRequest CreateSellMarket (Instrument instrument,doub...
Thu, May 3, 2018 at 2:13 PM
Initiates NewOrderRequest object with operation sell and type market with time in force option. SYNTAX public static NewOrderRequest CreateSellMarke...
Thu, May 3, 2018 at 2:20 PM
Initiates NewOrderRequest object with operation sell and type market with expiration time option. SYNTAX public static NewOrderRequest CreateSellMar...
Thu, May 3, 2018 at 2:26 PM
Initiates NewOrderRequest object with operation sell and type stop. SYNTAX public static NewOrderRequest CreateSellStop (Instrument instrument,double a...
Thu, May 3, 2018 at 2:46 PM
Initiates NewOrderRequest object with operation sell and type stop with time in force option. SYNTAX public static NewOrderRequest CreateSellStop (Inst...
Thu, May 3, 2018 at 2:57 PM
Initiates NewOrderRequest object with operation sell and type stop with expiration time option. SYNTAX public static NewOrderRequest CreateSellStop ...
Thu, May 3, 2018 at 3:04 PM