Skip to content

Commit 6757495

Browse files
authored
[DVX-1089] transaction_count -> transactions (#555)
1 parent 45a2abb commit 6757495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest/models/futures.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type FuturesAggregate struct {
5656
SessionEndDate string `json:"session_end_date,omitempty"`
5757
SettlementPrice float64 `json:"settlement_price,omitempty"`
5858
Ticker string `json:"ticker,omitempty"`
59-
Transactions int64 `json:"transaction_count,omitempty"`
59+
Transactions int64 `json:"transactions,omitempty"`
6060
Volume int64 `json:"volume,omitempty"`
6161
WindowStart Nanos `json:"window_start,omitempty"`
6262
}

0 commit comments

Comments
 (0)