Skip to content

Commit ea0cb45

Browse files
Merge pull request #8 from NikitaMelnikov/feature/instrument-name-field
#6 Instrument.Name field
2 parents 501392d + 5aebd31 commit ea0cb45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest_domain.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ type Instrument struct {
9191
FIGI string `json:"figi"`
9292
Ticker string `json:"ticker"`
9393
ISIN string `json:"isin"`
94+
Name string `json:"name"`
9495
MinPriceIncrement float64 `json:"minPriceIncrement"`
9596
Lot int `json:"lot"`
9697
Currency Currency `json:"currency"`

0 commit comments

Comments
 (0)