You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i have a trailing stop limit order with a percentage, serialization fails because price is not decimal but a string, ending with a percent sign. Error description;
Deserialize JsonReaderException: Could not convert string to decimal: +1.0000%. Path 'result.closed.OIHV3J-4MME2-EVRQ6P.descr.price', line 1, position 6060., Path: result.closed.OIHV3J-4MME2-EVRQ6P.descr.price, LineNumber: 1, LinePosition: 6060 [Data only available in Trace LogLevel]}
To Reproduce
Create a trailing stop order with percentage, call GetClosedOrdersAsync method.
Expected behavior
It should skip these kind of orders, and report these ones in the errors
The text was updated successfully, but these errors were encountered:
Describe the bug
If i have a trailing stop limit order with a percentage, serialization fails because price is not decimal but a string, ending with a percent sign. Error description;
Deserialize JsonReaderException: Could not convert string to decimal: +1.0000%. Path 'result.closed.OIHV3J-4MME2-EVRQ6P.descr.price', line 1, position 6060., Path: result.closed.OIHV3J-4MME2-EVRQ6P.descr.price, LineNumber: 1, LinePosition: 6060 [Data only available in Trace LogLevel]}
To Reproduce
Create a trailing stop order with percentage, call GetClosedOrdersAsync method.
Expected behavior
It should skip these kind of orders, and report these ones in the errors
The text was updated successfully, but these errors were encountered: