Skip to content

Commit

Permalink
reactor: add UNKNOWN ExchangeVendor
Browse files Browse the repository at this point in the history
  • Loading branch information
namjug-kim committed Jun 12, 2019
1 parent 561f235 commit fdfd62e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ enum class ExchangeVendor {
KRAKEN,
BITMAX,
IDAX,
COINEAL;
COINEAL,
UNKNOWN;

/**
* format : com.njkim.reactivecrypto.$packageName.${carmelCaseName}WebsocketClient
Expand Down

0 comments on commit fdfd62e

Please sign in to comment.