will someone who knows the Genesis API please answer this

How do you find the Best bid for ARCA or any specific exchange???

there is a field
locBidPrice, but there are NO parameters that go w/ this.

I need something like locBidPrice(int ExchangeCode). where it'll output the loc best bid price for exchange "ExchangeCode"
 
usually, you subscribe to a product/security, and then you get a handle. This handle has the exchange code in it already. send me a link for the genesis API, and I'll figure it out for you.
 
Back
Top