Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LimitOrder.Size should be double? not simple double. #16

Open
GeoffTyrer opened this issue Oct 2, 2017 · 0 comments
Open

LimitOrder.Size should be double? not simple double. #16

GeoffTyrer opened this issue Oct 2, 2017 · 0 comments

Comments

@GeoffTyrer
Copy link

I was using the BetTargetType/BetTargetSize way of using placeOrders and it was throwing an exception everytime I made the call. Turns out it's because Size shouldn't be featured in the JSON. So I made Size nullable and the problem went away. This isn't an issue when using placeOrders in the regular way becasue Size is obviously needed - but with BetTargetType/Size it isn't.
Hope this helps and thanks for all the work you've put into this.
Geoff Tyrer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant