Summary
The description of a trade result.
Syntax
public override string ToString()
Example 1
TradeResult result = PlaceLimitOrder(TradeType.Sell, Symbol, 50000, Symbol.Ask); if (result.IsSuccessful) Print(result.ToString());
public override string ToString()
TradeResult result = PlaceLimitOrder(TradeType.Sell, Symbol, 50000, Symbol.Ask); if (result.IsSuccessful) Print(result.ToString());