Skip to content

Commit

Permalink
Add futures topics to case statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmcpherson committed Jan 8, 2025
1 parent 105e28f commit f8f68eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions websocket/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,14 @@ func (t Topic) prefix() string {
return "V"
case BusinessFairMarketValue:
return "FMV"
case FutureSecAggs:
return "A"
case FutureMinAggs:
return "AM"
case FutureTrades:
return "T"
case FutureQuotes:
return "Q"
}
return ""
}
Expand Down

0 comments on commit f8f68eb

Please sign in to comment.