<%@ Register TagPrefix="controls" TagName="ClosedOrders" Src = "Controls/ClosedOrders.ascx" %> <%@ Page Language="C#" AutoEventWireup="false" EnableViewState="false" EnableEventValidation="false" CodeFile="Quotes.aspx.cs" Inherits="Trade.Web.Quotes" %> <%@ Import Namespace="Trade.StockTraderWebApplicationModelClasses" %> <%@ Import Namespace="Trade.StockTraderWebApplicationSettings" %> .NET StockTrader Quotes

Stock Quotes


<% if (quoteList !=null) { for (int i = 0; i < quoteList.Count; i++) { %> <%} }%>
Symbol Company Volume Price Range Open Price Current Price Gain(Loss) Trade
<%=quoteList[i].quoteLink%> <%=quoteList[i].companyName%> <%=quoteList[i].volume.ToString("N")%> <%=quoteList[i].low.ToString("C")%> - <%=quoteList[i].high.ToString("C")%> <%=quoteList[i].open.ToString("C")%> <%=quoteList[i].price.ToString("C")%> <%=quoteList[i].gainWithArrow%> Buy




Get Quote
Apache Stonehenge Incubator Project .NET StockTrader

Created with Visual Studio and the Microsoft .NET Framework 3.5