24/5 Trading
8/8 PASS
1. Asset Sync — overnight fields
Assets synced with overnight_tradable, overnight_halted, fractional_eh_enabled, min_order_size, price_increment, min_trade_increment.
Status: PASS
2. Buy Order — decimal validation
Notional validated to 2dp, quantity to 9dp. Limit + market + notional orders supported.
Status: PASS
3. Sell Order + TIF display
TIF dropdown shows Day/GTC for equities. Same decimal validation as buy.
Status: PASS
4. TIF = Day for overnight
Outside 9:30AM-4PM ET, TIF is forced to Day. Not selectable by user. Double-validated on backend.
Status: PASS
5. Cancel Order
Cancel button on all open/pending orders. DELETE /v2/orders/{id}.
Status: PASS
6. Market Data Disclosure
Extended Hours disclosure linked below buy/sell button.
Status: PASS
7. Update Orders
ReplaceOrder via PATCH — update qty, limit price, stop price, TIF.
Status: PASS (Optional)
8. Extended Hours Disclosure Link
Linked in the trading UI below the order button.
Status: PASS