Skip to content

Commit 85c3043

Browse files
add other future contract types (#650)
1 parent 7c57681 commit 85c3043

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

v2/futures/client.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ const (
163163
MarginTypeIsolated MarginType = "ISOLATED"
164164
MarginTypeCrossed MarginType = "CROSSED"
165165

166-
ContractTypePerpetual ContractType = "PERPETUAL"
166+
ContractTypePerpetual ContractType = "PERPETUAL"
167+
ContractTypeCurrentQuarter ContractType = "CURRENT_QUARTER"
168+
ContractTypeNextQuarter ContractType = "NEXT_QUARTER"
167169

168170
UserDataEventTypeListenKeyExpired UserDataEventType = "listenKeyExpired"
169171
UserDataEventTypeMarginCall UserDataEventType = "MARGIN_CALL"

0 commit comments

Comments
 (0)