Skip to content

Commit

Permalink
add other future contract types (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan-romankov authored Dec 25, 2024
1 parent 7c57681 commit 85c3043
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion v2/futures/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ const (
MarginTypeIsolated MarginType = "ISOLATED"
MarginTypeCrossed MarginType = "CROSSED"

ContractTypePerpetual ContractType = "PERPETUAL"
ContractTypePerpetual ContractType = "PERPETUAL"
ContractTypeCurrentQuarter ContractType = "CURRENT_QUARTER"
ContractTypeNextQuarter ContractType = "NEXT_QUARTER"

UserDataEventTypeListenKeyExpired UserDataEventType = "listenKeyExpired"
UserDataEventTypeMarginCall UserDataEventType = "MARGIN_CALL"
Expand Down

0 comments on commit 85c3043

Please sign in to comment.