I've noticed there is a thread for Anvil and a thread for sterling, so I wanted to create one for Genesis.
I was wondering if anyone knows what these numbers mean? how does a number like 858993459 represent the bid? I'm sure you have to translate this number, but I'm not sure how.
Thanks
Code:
int CMyStock::OnGotQuoteLevel1(GTLevel1 *pRcd)
{
LOG(" THE BID %d %d %d \n",
pRcd->dblBidPrice,
pRcd->locAskPrice,
pRcd->locAskSize);
}
Output >>>
THE BID 858993459 1079313203 1717986919
THE BID 858993459 1079313203 -1546188226
THE BID 858993459 1079313203 1717986919
I was wondering if anyone knows what these numbers mean? how does a number like 858993459 represent the bid? I'm sure you have to translate this number, but I'm not sure how.
Thanks