L1 Market Data Subscription - Base Price

Options

Hi all,

How do i get Base Price of subscribe stock?

Can i get Base Price using GetCell?

Here is example of how i get Bid & Ask:

Bid = GetCell(quoteCache, row, "BidPrice", out errCode).ToString();


Ask = GetCell(quoteCache, row, "AskPrice", out errCode).ToString();

Thanks.

Yakir

Orcom

Tagged:

Answers