Skip to content

Commit

Permalink
Fix data type for OrderCreateTime
Browse files Browse the repository at this point in the history
  • Loading branch information
eynzhang committed May 22, 2020
1 parent ff2dd99 commit 948c762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/response/order/subscribeorderv2response.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type SubscribeOrderV2Response struct {
OrderSize string `json:"orderSize"`
Type string `json:"type"`
OrderStatus string `json:"orderStatus"`
OrderCreateTime string `json:"orderCreateTime"`
OrderCreateTime int64 `json:"orderCreateTime"`
TradePrice string `json:"tradePrice"`
TradeVolume string `json:"tradeVolume"`
TradeId int64 `json:"tradeId"`
Expand Down

0 comments on commit 948c762

Please sign in to comment.