Sell Field¶ Summary¶ Represents a Sell order. Signature¶ 1public static TradeType Sell; Return Value¶ TradeType Declaring Type¶ cAlgo.API.TradeType Examples¶ Example 1Example 2 1 ExecuteMarketOrder(TradeType.Sell, Symbol, 10000); 1 var result = PlaceLimitOrder(TradeType.Sell, Symbol, 10000, Symbol.Ask); Last update: January 27, 2023