You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
В документации про тип Quotation указано, что поле units должно иметь тип int64, но в ответах возвращается тип string:
{
"lastPrices": [
{
"figi": "BBG011FJ6573",
"price": { "units": "69",
"nano": 240000000
},
"time": "2022-03-22T15:45:24.000694Z"
}
]
}
The text was updated successfully, but these errors were encountered:
HiHat
changed the title
Возвращается тип данных string у поля units вместо int64 в типе Quotation
Возвращается тип данных string вместо int64 у поля units в типе Quotation
Mar 22, 2022
В документации про тип Quotation указано, что поле units должно иметь тип int64, но в ответах возвращается тип string:
{
"lastPrices": [
{
"figi": "BBG011FJ6573",
"price": {
"units": "69",
"nano": 240000000
},
"time": "2022-03-22T15:45:24.000694Z"
}
]
}
The text was updated successfully, but these errors were encountered: