Summary
Comment can be used as a note for the order.
Syntax
public string Comment{ get; }
Example 1
ExecuteMarketOrder(TradeType.Buy, Symbol, 5000, "myLabel", 10, 10, 2, "this is a comment"); if(result.IsSuccessful) Print("Position is open: {0}", result.Position.Comment);