v3.7.5: fix() optional properties in AccountOrderV5 response interface

This commit is contained in:
tiagosiebler
2023-11-01 09:58:54 +00:00
parent a64b2ca619
commit 08919f78ac
2 changed files with 23 additions and 22 deletions

View File

@@ -45,7 +45,8 @@ export type OrderCancelTypeV5 =
| 'CancelAllBeforeAdl'
| 'CancelByAdmin'
| 'CancelByTpSlTsClear'
| 'CancelByPzSideCh';
| 'CancelByPzSideCh'
| 'UNKNOWN';
export type OrderRejectReasonV5 =
| 'EC_NoError'