21 lines
350 B
TypeScript
21 lines
350 B
TypeScript
export const mockSearchResults = [
|
||
{
|
||
secid: 'SBER',
|
||
isin: 'RU0009029540',
|
||
shortName: 'Сбер',
|
||
type: 'share',
|
||
listLevel: 1,
|
||
currency: 'RUB',
|
||
price: 289.5,
|
||
},
|
||
{
|
||
secid: 'VTBR',
|
||
isin: 'RU000A0JP5V6',
|
||
shortName: 'ВТБ',
|
||
type: 'share',
|
||
listLevel: 1,
|
||
currency: 'RUB',
|
||
price: 0.0234,
|
||
},
|
||
]
|