Hi all,
Suppose that one manages to query a series of 250 prices in c++ for 3 IDs such as:
ID1(1) | 1.0
...
ID1(250) |3.2
ID2(1) | 2.0
....
ID2(250)|4.0
ID3(1) |4.1
....
ID3(250) | 3.9
Does anyone know how to build a (250 * 3) price matrix for those IDs using Boost?
Any feedback would be very appreciated
Thanks a lot