Skip to content

Commit

Permalink
add options path enum (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonzo authored Aug 27, 2021
1 parent b7b9f2b commit 98029e0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ private const val EVENT_TYPE_MESSAGE_KEY = "ev"
enum class PolygonWebSocketCluster(internal vararg val pathComponents: String) {
Stocks("stocks"),
Forex("forex"),
Crypto("crypto")
Crypto("crypto"),
Options("options")
}

/**
Expand Down

0 comments on commit 98029e0

Please sign in to comment.