Skip to content

Commit

Permalink
orders
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Dec 18, 2024
1 parent bbfabba commit ef4088f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,8 @@
"OFFSETTING": "Offsetting",
"OHLC_VIA_MID_PRICE": "OHLC (via mid-price)",
"OPEN_INTEREST": "Open Interest",
"OPEN_ORDERS_HEADER": "Open Orders",
"ORDER_HISTORY_HEADER": "Order History",
"OPEN_POSITIONS": "Open Positions",
"OPEN_STATUS": "Open",
"ORACLE_PRICE_ABBREVIATED": "Oracle",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1714,6 +1714,7 @@ export const APP_STRING_KEYS = {
OFFSETTING: 'APP.TRADE.OFFSETTING',
OHLC_VIA_MID_PRICE: 'APP.TRADE.OHLC_VIA_MID_PRICE',
OPEN_INTEREST: 'APP.TRADE.OPEN_INTEREST',
OPEN_ORDERS_HEADER: 'APP.TRADE.OPEN_ORDERS_HEADER',
OPEN_POSITIONS: 'APP.TRADE.OPEN_POSITIONS',
OPEN_STATUS: 'APP.TRADE.OPEN_STATUS',
ORACLE_PRICE: 'APP.TRADE.ORACLE_PRICE',
Expand All @@ -1732,6 +1733,7 @@ export const APP_STRING_KEYS = {
ORDERS_EMPTY_STATE: 'APP.TRADE.ORDERS_EMPTY_STATE',
ORDER_EXPIRED: 'APP.TRADE.ORDER_EXPIRED',
ORDER_FILLED: 'APP.TRADE.ORDER_FILLED',
ORDER_HISTORY_HEADER: 'APP.TRADE.ORDER_HISTORY_HEADER',
ORDER_LINES: 'APP.TRADE.ORDER_LINES',
ORDER_LINES_TOOLTIP: 'APP.TRADE.ORDER_LINES_TOOLTIP',
ORDER_REMOVAL_REASON_EQUITY_TIER: 'APP.TRADE.ORDER_REMOVAL_REASON_EQUITY_TIER',
Expand Down

0 comments on commit ef4088f

Please sign in to comment.