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 b559ea0 + ea0cb45 commit 5dc9486Copy full SHA for 5dc9486
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