EA31337 / EA31337-classes

📦📈 EA31337 framework (MQL library for writing trading Expert Advisors, indicators and scripts)
https://ea31337.github.io/EA31337-classes
GNU General Public License v3.0
186 stars 98 forks source link

Fix Order.ToString() #706

Open kenorb opened 1 year ago

kenorb commented 1 year ago

This line of code produces empty order serialization string for order instance:

ologger.Debug(StringFormat("Failed request: %s", ToString()), __FUNCTION_LINE__);