Skip to content

Commit

Permalink
Refactor futures pricing path
Browse files Browse the repository at this point in the history
  • Loading branch information
dasun-al committed Jan 1, 2025
1 parent 9a01525 commit 3252bdb
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 173 deletions.
2 changes: 1 addition & 1 deletion marketdata/stream/entities.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (e errorMessage) Error() string {
return e.msg
}

type PerpPricingData struct {
type FuturesPricing struct {
Symbol string
Timestamp time.Time
Exchange string
Expand Down
Loading

0 comments on commit 3252bdb

Please sign in to comment.