Skip to content

Commit 9fe4578

Browse files
czetsuyaEdward Legaspi
andauthored
fix: add missing filter type (#2)
Co-authored-by: Edward Legaspi <Ed.Legaspi@contracted.pmi.com>
1 parent a14a86d commit 9fe4578

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.binance.api</groupId>
88
<artifactId>binance-api-client</artifactId>
9-
<version>0.3.0</version>
9+
<version>0.3.1</version>
1010
<licenses>
1111
<license>
1212
<name>The MIT License</name>

src/main/java/com/binance/api/client/domain/general/FilterType.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ public enum FilterType {
2626

2727
// Exchange
2828
EXCHANGE_MAX_NUM_ORDERS,
29-
EXCHANGE_MAX_ALGO_ORDERS
29+
EXCHANGE_MAX_ALGO_ORDERS,
30+
31+
MAX_NUM_ORDER_LISTS
3032
}

0 commit comments

Comments
 (0)