Hi,
I was wondering if anyone could explain to me how I do this. I'm using this callback function where there is a change in the quote..
int CMyStock::OnGotQuoteLevel1(GTLevel1 *pRcd)
I have no problem, finding the bid for whatever stock I'm trading. but what I want to do is if I get a call for say WMT, I want to see what the price of another stock is.
I was wondering if anyone could explain to me how I do this. I'm using this callback function where there is a change in the quote..
int CMyStock::OnGotQuoteLevel1(GTLevel1 *pRcd)
I have no problem, finding the bid for whatever stock I'm trading. but what I want to do is if I get a call for say WMT, I want to see what the price of another stock is.