Skip to content

Commit ec0737f

Browse files
committed
feat: add new contract type for Tradifi perpetual in futures client
1 parent 0e30464 commit ec0737f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

v2/futures/client.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,10 @@ const (
161161
MarginTypeIsolated MarginType = "ISOLATED"
162162
MarginTypeCrossed MarginType = "CROSSED"
163163

164-
ContractTypePerpetual ContractType = "PERPETUAL"
165-
ContractTypeCurrentQuarter ContractType = "CURRENT_QUARTER"
166-
ContractTypeNextQuarter ContractType = "NEXT_QUARTER"
164+
ContractTypePerpetual ContractType = "PERPETUAL"
165+
ContractTypeCurrentQuarter ContractType = "CURRENT_QUARTER"
166+
ContractTypeNextQuarter ContractType = "NEXT_QUARTER"
167+
ContractTypeTradifiPerpetual ContractType = "TRADIFI_PERPETUAL"
167168

168169
UserDataEventTypeListenKeyExpired UserDataEventType = "listenKeyExpired"
169170
UserDataEventTypeMarginCall UserDataEventType = "MARGIN_CALL"

0 commit comments

Comments
 (0)