alpaca-java icon indicating copy to clipboard operation
alpaca-java copied to clipboard

Fractional share orders must be Day orders

Open jc-gomes opened this issue 1 year ago • 0 comments

Right now when ordering fractional shares, the OrdersEndpoint (requestFractionalMarketOrder function) executes with a OrderTimeForce.GOOD_UNTIL_CANCELLED, this fails with status code 422 and response message specifying all fractional orders must be DAY orders. This will need to be fixed so that the order executes as a DAY order.

jc-gomes avatar Nov 07 '23 19:11 jc-gomes