Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 476 Bytes

longport_today_order.md

File metadata and controls

23 lines (17 loc) · 476 Bytes

Table: longport_today_order - Query Today Orders using SQL

The Today Order table is to query all of your orders that have been submitted today (including the orders that have been executed, canceled, or rejected).

https://open.longportapp.com/en/docs/trade/order/today_orders

Examples

Query all of my orders that have been submitted today

select
   *
from
   longport_today_order;
select
   *
from
   longport_today_order;