will someone who knows the Genesis API please answer this

Discussion in 'Automated Trading' started by BlueOcean, Aug 14, 2008.

  1. 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"
     
  2. 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.