Hi,
Has anyone else encountered issues with requesting/receiving market data from IB after they've done the restructuring in their market data subscription system?
I used to be able to receive contract for certain stocks (while being subscribed to Level I BATS data) this way:
private NewContract buildContract(String symbol) {
NewContract contract = new NewContract();
contract.symbol(SPY);
contract.secType(SecType.STK);
contract.exchange("BATS");
contract.currency("USD");
returncontract;
Now, no matter what I try or subscribe to, I just can't seem to receive the data this way?
Please help!
Thanks
Dean
Has anyone else encountered issues with requesting/receiving market data from IB after they've done the restructuring in their market data subscription system?
I used to be able to receive contract for certain stocks (while being subscribed to Level I BATS data) this way:
private NewContract buildContract(String symbol) {
NewContract contract = new NewContract();
contract.symbol(SPY);
contract.secType(SecType.STK);
contract.exchange("BATS");
contract.currency("USD");
returncontract;
Now, no matter what I try or subscribe to, I just can't seem to receive the data this way?
Please help!
Thanks
Dean