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
{// https://docs.ftx.com/#get-order-status and https://docs.ftx.com/#get-order-status-by-client-id
291
-
if(marketSymbol!=null)thrownewNotImplementedException("Searching by marketSymbol is either not implemented by or supported by this exchange. Please submit a PR if you are interested in this feature");
291
+
if(!string.IsNullOrEmpty(marketSymbol))thrownewNotImplementedException("Searching by marketSymbol is either not implemented by or supported by this exchange. Please submit a PR if you are interested in this feature");
0 commit comments