robin_stocks
robin_stocks copied to clipboard
Fixed account number parameter in order method
When using the package I noticed that the order of the parameters for certain orders was not correct. The original code would pass the accountNumber argument as the limit price in certain cases which is not intended behavior. I fixed the order of the parameters to insure that limit prices are correct passed to the base order method.