binance-api-node
Advanced tools
Comparing version 0.12.6 to 0.12.7
@@ -1039,3 +1039,3 @@ // tslint:disable:interface-name | ||
filterType: SymbolFilterType.MIN_NOTIONAL | ||
minNotional: string | ||
notional: string | ||
} | ||
@@ -1413,3 +1413,3 @@ | ||
export type TimeInForce_LT = 'GTC' | 'IOC' | 'FOK' | ||
export type TimeInForce_LT = 'GTC' | 'IOC' | 'FOK' | 'GTE_GTC' | ||
@@ -1420,2 +1420,3 @@ export const enum TimeInForce { | ||
FOK = 'FOK', | ||
GTE_GTC = 'GTE_GTC' | ||
} | ||
@@ -1422,0 +1423,0 @@ |
{ | ||
"name": "binance-api-node", | ||
"version": "0.12.6", | ||
"version": "0.12.7", | ||
"description": "A node API wrapper for Binance", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
276411
4123