Array.from(
{
length: 100,
},
(_, key) => ({
id: key,
time: '17:10',
trader: '张三三',
ruleId: ((Math.floor(Math.random() * 10) + 1) % 4).toString(),
term: '剩余期限',
bondCode: '210216.IB',
bondName: '10附息国债10',
offerType: 'Bid',
yield: '3.5',
latestTrans: '3.2',
latestPrice: '3.1',
latestBid: '3.6',
latestOfr: '3.5',
zzEva: '3.2',
fomulaDesc: 'Ofr价格-估值>0.2 3.5-3.2',
})
);
网友评论