| gif | history | intraday | java | news | objects | options | quote | soap | spots | tickers | weather | end of day | wddx |

Types:
  Vertical
  Horizontal
  Quote
 
Ticker (Quote)
Finwin's Quote Ticker can be used to display Finwin Quotes. The quotes will scroll from right to left, and has multiple formatting options. This ticker also allows images.

Parameters
  1. Text - The text that will be passed across the ticker.
    < param name=text value="Powered by Finwin:" >
  2. Speed - The speed of the scrolling. The scrolling can be set to fast or slow.
    < param name=Speed value="fast" >
  3. Images - The up and down images used to show the symbols change value. You can leave the value of images blank and the images will be left out. Default images are sent in the zip file.
    < param name="images" value=" arrow_u_00cc00.gif arrow_d_ff0000.gif " >
  4. Height - The height of the applet.
  5. Width - The width the applet will run across your screen.
  6. BgColor - The background color of the applet.
    < param name=bgcolor value="#000000" >
    < param name=bgcolor value="black" >
  7. Size - The value of the font size.
    < param name="size" value="12" >
  8. Font - The font of the text used in the text field.
    < param name=font value="verdana" >
  9. Buffer - The amount of space between the end of the ticker and the start of the next one.
    < param name="buffer" value="1000" >
NOTE: All values of the ticker parameters are case-sensitive and must be entered in ALL lower case.
 
Example Code 1
This example shows using the "Stockinfo" tag and the Quotes ticker and how to display the content in the ticker.
<cf_stockinfo
  request="QUOTE"
  type="Query"
  username="myUsername"
  password="myPassword"
  id="1183"
  queryname="stocks"
  symbol="msft,t,cz3,ngz3">

<applet code="ProScroll.class" align="BASELINE" height="14" width="600"
  codebase="http://www.finwin.com/ticker/"
  archive="xProScroll.jar" cabbase="xProScroll.cab">
   <param name="bgcolor" value="black">
   <param name=Text value="Market Indices and Indicators...
   <cfoutput query="stocks">##white## #trim(desc)#(#trim(sym)#):##yellow## 
   <cfif #change# is #last#>#numberformat(last * 100)#
   <cfelse>#decimalformat(last)# 
     <cfif #change# gt 0>##green## (+#trim(decimalformat(change))#)
     <cfelse>##red## (#trim(decimalformat(change))#)
     </cfif>
   </cfif> &nbsp;&nbsp;&nbsp;</cfoutput>"> 
   <param name="Speed" value="fast">
   <param name="style" value="bold">
   <param name="size" value="12">
   <param name="font" value="arial">
</applet>
Example Code 2
This examples shows how your can use javascript to show the quote ticker on your website
<script src="http://www.finwin.com/ticker/ticker.cfm?
font=Arial&style=bold&size=12&speed=slow&bgcolor=black
&symbols=INDEXES,INDU.X,COMPX.X,STOCKS=MSFT,AXP,FUTURES=NGZ3,CZ3"></script>
Download Files
Quote Files

DTN Market Access
9110 West Dodge Road, Suite 200   Omaha, Nebraska 68114
Copyright 2010, All rights reserved