Skip to content

Commit

Permalink
FIX: add return value for get instruments info (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: boyi <[email protected]>
  • Loading branch information
boyi and boyi authored Apr 28, 2024
1 parent 0cc510e commit b95635d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v5_market_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ type LinearInverseLotSizeFilterV5 struct {
MinOrderQty string `json:"minOrderQty"`
QtyStep string `json:"qtyStep"`
PostOnlyMaxOrderQty string `json:"postOnlyMaxOrderQty"`
MaxMktOrderQty string `json:"maxMktOrderQty"`
MinNotionalValue string `json:"minNotionalValue"`
}

// V5GetInstrumentsInfoOptionResult :
Expand Down

0 comments on commit b95635d

Please sign in to comment.