What is "done_for_day" status?

I’m occasionally getting a 'done_for_day" status when an order gets partially filled…wth:

[Order({ ‘asset_class’: ‘us_equity’,
‘asset_id’: ‘afcfb87f-f2f5-4a4e-9f36-3a59f05505fc’,
‘canceled_at’: None,
‘client_order_id’: ‘4a2ba591-86e3-442e-9285-8eb1dc17e899’,
‘created_at’: ‘2021-05-11T19:53:12.11498Z’,
‘expired_at’: None,
‘extended_hours’: False,
‘failed_at’: None,
‘filled_at’: ‘2021-05-11T19:53:23.371Z’,
‘filled_avg_price’: ‘55.91’,
‘filled_qty’: ‘30’,
‘hwm’: None,
‘id’: ‘fbe4387b-6261-4db6-8e58-37184fb3153b’,
‘legs’: None,
‘limit_price’: ‘55.91’,
‘notional’: None,
‘order_class’: ‘’,
‘order_type’: ‘limit’,
‘qty’: ‘43’,
‘replaced_at’: None,
‘replaced_by’: None,
‘replaces’: None,
‘side’: ‘sell’,
‘status’: ‘done_for_day’,
‘stop_price’: None,
‘submitted_at’: ‘2021-05-11T19:53:12.112911Z’,
‘symbol’: ‘NSTG’,
‘time_in_force’: ‘day’,
‘trail_percent’: None,
‘trail_price’: None,
‘type’: ‘limit’,
‘updated_at’: ‘2021-05-11T20:25:00.327448Z’}),

A done_for_day status is informational to let you know the the order has stopped filling for the day and did not fill complete. Typically one sees a partially filled status which implies the order hasn’t filled complete but is continuing to fill so wait until one get’s a status of filled. The done_for_day status means you should stop waiting even though the order hasn’t completely filled.