Label Property¶ Summary¶ Label can be used to represent the order. Signature¶ 1public abstract string Label {get;} Return Value¶ string Declaring Type¶ cAlgo.API.Position Examples¶ 1 2 3 var result = ExecuteMarketOrder(TradeType.Sell, Symbol, 10000, "myLabel"); if(result.IsSuccessful) Print("Position {0} is open", result.Position.Label); Last update: June 26, 2022 Comments