Skip to content

Commit fdfd62e

Browse files
committed
reactor: add UNKNOWN ExchangeVendor
1 parent 561f235 commit fdfd62e

File tree

1 file changed

+2
-1
lines changed
  • reactive-crypto-core/src/main/kotlin/com/njkim/reactivecrypto/core/common/model

1 file changed

+2
-1
lines changed

reactive-crypto-core/src/main/kotlin/com/njkim/reactivecrypto/core/common/model/ExchangeVendor.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ enum class ExchangeVendor {
2929
KRAKEN,
3030
BITMAX,
3131
IDAX,
32-
COINEAL;
32+
COINEAL,
33+
UNKNOWN;
3334

3435
/**
3536
* format : com.njkim.reactivecrypto.$packageName.${carmelCaseName}WebsocketClient

0 commit comments

Comments
 (0)