Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
TimeInForce GTE_GTC added (ViewBlock#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
farukborann authored Sep 19, 2023
1 parent ba46b86 commit ee25280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1409,12 +1409,13 @@ declare module 'binance-api-node' {
FULL = 'FULL',
}

export type TimeInForce_LT = 'GTC' | 'IOC' | 'FOK'
export type TimeInForce_LT = 'GTC' | 'IOC' | 'FOK' | 'GTE_GTC'

export const enum TimeInForce {
GTC = 'GTC',
IOC = 'IOC',
FOK = 'FOK',
GTE_GTC = 'GTE_GTC'
}

export type OrderRejectReason_LT =
Expand Down

0 comments on commit ee25280

Please sign in to comment.