robin_stocks icon indicating copy to clipboard operation
robin_stocks copied to clipboard

Fixed account number parameter in order method

Open sanathnair09 opened this issue 10 months ago • 0 comments

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.

sanathnair09 avatar Apr 11 '24 16:04 sanathnair09