Stock Quote Module
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngibuyspy' list.


Jason Williamson
Any ideas or pointers on how to build a Stock Quote module that will update
every 20minutes.

Thanks,
Jason Williamson

Reply to this message...
 
    
Brian Desmond
To get the updating right, you'll need some sort of scheduled task on
the server that fires every 20 minutes.

Alternatively, you could put the stuff that grabs the quotes in its own
thread, and have it sleep for 20 minutes, pickup quotes, sleep, pickup
quotes, etc.

--Brian Desmond
Click here to reveal e-mail address

-----Original Message-----
From: Jason Williamson [mailto:Click here to reveal e-mail address]
Sent: Tuesday, July 16, 2002 12:48 PM
To: aspngibuyspy
Subject: [aspngibuyspy] Stock Quote Module

Any ideas or pointers on how to build a Stock Quote module that will
update
every 20minutes.

Thanks,
Jason Williamson

| [aspngibuyspy] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 7/1/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 7/1/2002

Reply to this message...
 
    
Duncan C. Ion
Jason,
I asked a few days ago about a webservice that provided a currency
exchange process. I was kindly pointed to the www.UDDI.org service.
Using the same route I found a delayed stock quoting system that should
suite
See Service ref. key "e7d9e5c5-f4e1-4a0f-bafc-7446fd20ab9f" at
https://uddi.rte.microsoft.com/search/frames.aspx

HTH

Duncan Ion

-----Original Message-----
From: Jason Williamson [mailto:Click here to reveal e-mail address]
Sent: 16 July 2002 19:48
To: aspngibuyspy
Subject: [aspngibuyspy] Stock Quote Module

Any ideas or pointers on how to build a Stock Quote module that will
update
every 20minutes.

Thanks,
Jason Williamson

| [aspngibuyspy] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngibuyspy.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Jason Williamson
Are there any code web sites that talk about building web services such as a
stock ticker.

"Jason Williamson" <Click here to reveal e-mail address> wrote in message
news:684621@aspngibuyspy...
[Original message clipped]

Reply to this message...
 
    
Shaun Walker
I would create a "screen-scraper" module which would pull content from
another site which already has Stock Quote information.

Shaun Walker

"Jason Williamson" <Click here to reveal e-mail address> wrote in message
news:684621@aspngibuyspy...
[Original message clipped]

Reply to this message...
 
    
Phil Orion
Add an HTML Document Module to one of your Tabs and stick the following source into the Edit Page of the Module.

<!-- MSN Stock Ticker -->
span class="normalbold">  </span>
<OBJECT
ID=IEXR2
TYPE="application/x-oleobject"
classid="clsid:DC765522-D5BE-49c9-AF5F-8C715A44BA28"
CODEBASE="http://fdl.msn.com/public/investor/v9.5/ticker.cab#version=9,2001,0108,1"
WIDTH=500
HEIGHT=34>
<PARAM NAME="NumLines" VALUE="2">
<PARAM NAME="ServerRoot"VALUE="http://moneycentral.msn.com";>
<PARAM NAME="Keywords"VALUE="http://www.msnbc.com/news/ticker.txt";>
<PARAM NAME="SpecialsServerURL" value="http://invdrop/ticker/specials.txt";>
<PARAM NAME="StockTarget" VALUE="_new">
<PARAM NAME="NewsTarget" VALUE="_new">
<PARAM NAME="BigTarget" VALUE="_new">
<PARAM NAME="ShowBrand"VALUE="0">
<PARAM NAME="BackgroundColor"VALUE="0x00FFFFFF">
<PARAM NAME="DefaultCategories" value="Commerce,News">
<PARAM NAME="InvestorHeadlines" value="http://moneycentral.msn.com/articles/data/InvHead.txt";>
</OBJECT>

This should display a scrolling stock ticker for your clients. You can see it at work at
http://www.demeorion.com

Phil

"Shaun Walker" <Click here to reveal e-mail address> wrote in message news:686061@aspngibuyspy...
[Original message clipped]

Reply to this message...
 
    
Brian Desmond
Only issue is that this is an ActiveX control – client has to download
it & accept the license.

--Brian Desmond
HYPERLINK "mailto:Click here to reveal e-mail address"Click here to reveal e-mail address
-----Original Message-----
From: Phil Orion [mailto:Click here to reveal e-mail address]
Sent: Thursday, July 25, 2002 2:56 PM
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Stock Quote Module

Add an HTML Document Module to one of your Tabs and stick the following
source into the Edit Page of the Module.

<!-- MSN Stock Ticker -->
span class="normalbold">  </span>
<OBJECT
ID=IEXR2
TYPE="application/x-oleobject"
classid="clsid:DC765522-D5BE-49c9-AF5F-8C715A44BA28"
CODEBASE="HYPERLINK
"http://fdl.msn.com/public/investor/v9.5/ticker.cab#version=9,2001,0108,
1"http://fdl.msn.com/public/investor/v9.5/ticker.cab#version=9,2001,0108
,1"
WIDTH=500
HEIGHT=34>
<PARAM NAME="NumLines" VALUE="2">
<PARAM NAME="ServerRoot"VALUE="HYPERLINK
"http://moneycentral.msn.com"" target="_blank">http://moneycentral.msn.com";http://moneycentral.msn.com"" target="_blank">http://moneycentral.msn.com";>
<PARAM NAME="Keywords"VALUE="HYPERLINK
"http://www.msnbc.com/news/ticker.txt"http://www.msnbc.com/news/ticker.t
xt">
<PARAM NAME="SpecialsServerURL" value="HYPERLINK
"http://invdrop/ticker/specials.txt";http://invdrop/ticker/specials.txt";>
<PARAM NAME="StockTarget" VALUE="_new">
<PARAM NAME="NewsTarget" VALUE="_new">
<PARAM NAME="BigTarget" VALUE="_new">
<PARAM NAME="ShowBrand"VALUE="0">
<PARAM NAME="BackgroundColor"VALUE="0x00FFFFFF">
<PARAM NAME="DefaultCategories" value="Commerce,News">
<PARAM NAME="InvestorHeadlines" value="HYPERLINK
"http://moneycentral.msn.com/articles/data/InvHead.txt"" target="_blank">http://moneycentral.msn.com/articles/data/InvHead.txt";http://moneycentr
al.msn.com/articles/data/InvHead.txt">
</OBJECT>

This should display a scrolling stock ticker for your clients. You can
see it at work at
HYPERLINK "http://www.demeorion.com"http://www.demeorion.com

Phil

"Shaun Walker" <HYPERLINK "mailto:Click here to reveal e-mail address"Click here to reveal e-mail address> wrote
in message HYPERLINK
"news:686061@aspngibuyspy"news:686061@aspngibuyspy...
[Original message clipped]

wrote in message
[Original message clipped]

| http://www.asplists.com/search = SEARCH Archives

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 7/1/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 7/1/2002
Reply to this message...
 
    
Phil Orion
Brian,

If you like you can try this

<applet code="ticker.class" archive="ticker.jar" codebase="http://host.wallstreetcity.com/wsc2/"; align="baseline" width="451" height="41"> <param name="RefreshValue" value="120000"> <param name="SLEEPTIME" value="35"> <param name="BGCOLOR" value="000000"> <param name="BGCOLOR2" value="000000"> <param name="SEPCOLOR" value="CCCC99"> <param name="SYMCOLOR" value="FFFFFF"> <param name="DOWNCOLOR" value="FF0000"> <param name="UPCOLOR" value="00FF00"> <param name="DATAURL" value="http://host.wallstreetcity.com/wsc2/Ticker_Quotes.html?Format=9&;Button=Get_Ticker_Quotes"> <param name="PORTURL" value="http://host.wallstreetcity.com/wsc2/Ticker_Quotes.html?Button=DNLOAD+TICKER+SYMS"> <param name="INDEXURL" value="http://host.wallstreetcity.com/";> <param name="TARGET" value="mainwindow"> </applet>

There are a million and one sources on the net for this type of information. I'm trying to keep from having to code.

Phil

"Brian Desmond" <Click here to reveal e-mail address> wrote in message news:689718@aspngibuyspy...
Only issue is that this is an ActiveX control – client has to download it & accept the license.

--Brian Desmond

Click here to reveal e-mail address

-----Original Message-----
From: Phil Orion [mailto:Click here to reveal e-mail address]
Sent: Thursday, July 25, 2002 2:56 PM
To: aspngibuyspy
Subject: [aspngibuyspy] Re: Stock Quote Module

Add an HTML Document Module to one of your Tabs and stick the following source into the Edit Page of the Module.

<!-- MSN Stock Ticker -->

span class="normalbold">  </span>
<OBJECT
ID=IEXR2
TYPE="application/x-oleobject"
classid="clsid:DC765522-D5BE-49c9-AF5F-8C715A44BA28"
CODEBASE="http://fdl.msn.com/public/investor/v9.5/ticker.cab#version=9,2001,0108,1"
WIDTH=500
HEIGHT=34>
<PARAM NAME="NumLines" VALUE="2">
<PARAM NAME="ServerRoot"VALUE="http://moneycentral.msn.com";>
<PARAM NAME="Keywords"VALUE="http://www.msnbc.com/news/ticker.txt";>
<PARAM NAME="SpecialsServerURL" value="http://invdrop/ticker/specials.txt";>
<PARAM NAME="StockTarget" VALUE="_new">
<PARAM NAME="NewsTarget" VALUE="_new">
<PARAM NAME="BigTarget" VALUE="_new">
<PARAM NAME="ShowBrand"VALUE="0">
<PARAM NAME="BackgroundColor"VALUE="0x00FFFFFF">
<PARAM NAME="DefaultCategories" value="Commerce,News">
<PARAM NAME="InvestorHeadlines" value="http://moneycentral.msn.com/articles/data/InvHead.txt";>
</OBJECT>

This should display a scrolling stock ticker for your clients. You can see it at work at

http://www.demeorion.com

Phil

"Shaun Walker" <Click here to reveal e-mail address> wrote in message news:686061@aspngibuyspy...

[Original message clipped]

| http://www.asplists.com/search = SEARCH Archives

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 7/1/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 7/1/2002
Reply to this message...
 
    
salman ali
(Type your message here)

--------------------------------
From: salman ali
hi there i have a same problem i need to get live rates of shares from a web site i tried to use asp tear component but thats really inefficient if u've found a soln plz do tell me
thanks
bye
Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com