Join the 80,000 other DTN customers who enjoy the fastest, most reliable data available. There is no better value than DTN!

(Move your cursor to this area to pause scrolling)




"Thanks for the great product and support. During this week of high volume trading, my QuoteTracker + IQ Feed setup never missed a beat. Also, thanks for your swiftness in responding to data issues. I was on ******* for a few years before I made the switch over early this year, and wish I had done it a long time ago." - Comment from Ken
"My broker in Davenport suggested I give you a try as he uses your service and says its the best." - Comment from Bill via RT Chat
"Everything is working great with the API. I love it." - Comment from Calvin
"Interactive Brokers tick data was inconsistent, so I have switched to using DTN exclusively. It is great to no longer have to worry about my datafeed all day long." - Comment from Philippe
"For anyone considering using DTN.IQ for a data feed, my experience with the quality of data and the tech support has been very positive." - Comment from Public Forum
"I will tell others who want to go into trading that DTN ProphetX is an invaluable tool, I don't think anyone can trade without it..." - Comment from Luther
"I use IQ Feed, Great stuff as far as data analysis information, storage and retrieval is concerned." - Comment from Public Forum
"Its working FABULOUSLY for me!! Holy cow...there has been so much I've been missing lately, and with this feed and Linnsoft software...I'm in the game now." - Comment from Chris R.
"I was on the phone with a friend who uses CQG and right after the Fed announcement, CQG was as much as 30 seconds behind DTN.IQ. Some quotes were off by as much as 15-18 cents. Your feed never missed a beat." - Comment from Roger
"IQ feed is brilliant. The support is mind-bending. What service!" - Comment from Public Forum Post
Home  Search  Register  Login  Recent Posts

Information on DTN's Industries:
DTN Oil & Gas | DTN Trading | DTN Agriculture | DTN Weather
Follow DTNMarkets on Twitter
DTN.IQ/IQFeed on Twitter
DTN News and Analysis on Twitter
Viewing User Profile for: gklangreck
About Contact
Joined: Aug 18, 2004 01:33 PM
Last Post: Sep 3, 2004 09:17 AM
Last Visit: Sep 9, 2004 09:28 AM
Website:  
Location:
Occupation:
Interests:
Avatar:
Email: gkl@usfamily.net
AIM:
ICQ:
MSN IM:
Yahoo IM:
Post Statistics
gklangreck has contributed to 3 posts out of 21191 total posts (0.01%) in 7,203 days (0.00 posts per day).

20 Most recent posts:

Can't get simple VB .NET program to work with IQFeedY. I draged the AX control to the form and used it that way. I also tried using the COM way and could not get anything to work. Can someone please help with this simple program...

Here is the code for the form...

Public Class Form1
Inherits System.Windows.Forms.Form

#Region " Windows Form Designer generated code "

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim strName As String = "IQFEED_DEMO"
Dim strVersion As String = "1"
Dim strKey As String = "0.11111111"
Try
IQFeedY.RegisterClientApp(strName, strVersion, strKey)
IQFeedY.SetAutoLogin("000000", "0000")
Catch ex As Exception
MessageBox.Show(ex.ToString)
End Try
End Sub

Private Sub btnGo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGo.Click
IQFeedY.WatchSymbol("KLAC")
End Sub

Private Sub IQFeedY_QuoteMessage(ByVal sender As Object, ByVal e As AxIQFEEDYLib._DIQFeedYEvents_QuoteMessageEvent) Handles IQFeedY.QuoteMessage
lstOutput.Items.Add(e.strQuoteData)
End Sub

Private Sub IQFeedY_IQConnectStatus(ByVal sender As Object, ByVal e As AxIQFEEDYLib._DIQFeedYEvents_IQConnectStatusEvent) Handles IQFeedY.IQConnectStatus
lstOutput.Items.Add("Connection Code " & e.lStatus.ToString)
End Sub
End Class

IQFeed Developer Support » Program Exits Aug 19, 2004 11:41 AM (Total replies: 3)

OK I see now that I should be using IQFeedY, but I don't see any examples for VB .NET. I tried the AX control, but it would shutdown my program right after it loged in. I'm currently trying to use the Com direction from reading other problems in this forum, but still having problems with tham. Does anyone have a simple watch symbol program in VB .NET that they could send me.

Thanks...

IQFeed Developer Support » Program Exits Aug 18, 2004 02:10 PM (Total replies: 3)

I'm trying to develop a VB .NET program receiving up to the second stock quotes. I've tryed this simple test program to figure out what the problem is and it exits after less than 5 min without a reason. Can anyone help, please. Here is the code for the form.

Private s1 As String = "KLAC"
Private s2 As String = "NVLS"

Private Sub btnGo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGo.Click
IQFeed.WatchSymbol(s1)
IQFeed.WatchSymbol(s2)
End Sub


Private Sub IQFeed_ReceiveMessage(ByVal sender As Object, ByVal e As AxIQFEEDXLib._IIQFeedXEvents_ReceiveMessageEvent) Handles IQFeed.ReceiveMessage
If (e.message.Chars(0) = "Q") Then
Dim message As String() = Split(e.message, ",")
If message(1) = s1 Then
lstOutput.Items.Add("S1 " & message(3))
ElseIf message(1) = s2 Then
lstOutput.Items.Add("S2 " & message(3))
End If
End If
End Sub

See very simple program, why does it exit...


Time: Tue May 7, 2024 5:24 AM CFBB v1.2.0 11 ms.
© AderSoftware 2002-2003