We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 501392d + 5aebd31 commit ea0cb45Copy full SHA for ea0cb45
rest_domain.go
@@ -91,6 +91,7 @@ type Instrument struct {
91
FIGI string `json:"figi"`
92
Ticker string `json:"ticker"`
93
ISIN string `json:"isin"`
94
+ Name string `json:"name"`
95
MinPriceIncrement float64 `json:"minPriceIncrement"`
96
Lot int `json:"lot"`
97
Currency Currency `json:"currency"`
0 commit comments