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
Thank you for this code! It has made it super easy to throw together quick trading bots.
I'm having an issue when trying to invoke the 'GetBalances' method. It seems that the datatype for 'UnclearedFunds' class item in Models.Account.Balances is expecting an integer returned from Tradier - but I seem to be getting a float.
Newtonsoft.Json.JsonReaderException: 'Input string '25.00000000' is not a valid integer. Path 'balances.uncleared_funds', line 1, position 380.'
The text was updated successfully, but these errors were encountered:
Thank you for this code! It has made it super easy to throw together quick trading bots.
I'm having an issue when trying to invoke the 'GetBalances' method. It seems that the datatype for 'UnclearedFunds' class item in Models.Account.Balances is expecting an integer returned from Tradier - but I seem to be getting a float.
Newtonsoft.Json.JsonReaderException: 'Input string '25.00000000' is not a valid integer. Path 'balances.uncleared_funds', line 1, position 380.'
The text was updated successfully, but these errors were encountered: