Id Property¶ Summary¶ Unique order Id. Signature¶ 1public abstract int Id {get;} Return Value¶ int Declaring Type¶ cAlgo.API.PendingOrder Examples¶ 1 2 3 var result = PlaceLimitOrder(TradeType.Buy, Symbol, 10000, targetPrice); var order = result.PendingOrder; Print("The pending order's ID: {0}", order.Id); Last update: March 30, 2023