I downloaded the VB Sample code from Customer Support - eSignal File Share - Most Active Groups (last 30 days) - ActiveX development.
When I ran the program, no matter what I entered in the "Quote Symbol" (YM H5 or ES H5 or ES #F), and click "Request Quote" the program does not do anything. When I entered the commodity name in the "History Symbol" (YM H5 or ES H5 or ES #F), and entered 1 day for "History Interval" and click "Request History" the program does not do anything either.
The event esignal_OnQuoteChanged is never fired to assign the Bid, Ask and Last Price for that commodity.
Is this the correct sample code for VB to get quote ? How can I fix this problem ?
Thanks.
When I ran the program, no matter what I entered in the "Quote Symbol" (YM H5 or ES H5 or ES #F), and click "Request Quote" the program does not do anything. When I entered the commodity name in the "History Symbol" (YM H5 or ES H5 or ES #F), and entered 1 day for "History Interval" and click "Request History" the program does not do anything either.
The event esignal_OnQuoteChanged is never fired to assign the Bid, Ask and Last Price for that commodity.
Is this the correct sample code for VB to get quote ? How can I fix this problem ?
Thanks.
Comment