I wonder....wanting of more Ticker's....
[in regards to the 40 ticker limit to API users]
If one logged on through multiple instance of the API moduel via an
array or segragate naming could they pull more than 40 or multiples
of 40?
I will bet ya dozen Krispy Kreme your good to go....
Dim iTemp As Integer
For iTemp = 0 To UBound(TWS1)
TWS1(iTemp).connect "", 7496 + iTemp
Next iTemp
If id <= 39 Then
TWS1(0).reqMktData(yada yada)
Else If id > 39 And id <= 79 Then
TWS1(1).reqMktData(yada yada)
End If
makes one wonder doesn't it?
If anyone has time to burn give this a rip and see if it works...I
will get around to it eventually but I am focused elswhere...
Scott
Yhoo TWSAPI