Author: drewbai
Date: Sat Jun 13 06:30:48 2009
New Revision: 784338
URL: http://svn.apache.org/viewvc?rev=784338&view=rev
Log:
STONEHENGE-55 for Ben and Chintana
Modified:
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/StockTrade.aspx.cs
Modified:
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/StockTrade.aspx.cs
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/StockTrade.aspx.cs?rev=784338&r1=784337&r2=784338&view=diff
==============================================================================
---
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/StockTrade.aspx.cs
(original)
+++
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/StockTrade.aspx.cs
Sat Jun 13 06:30:48 2009
@@ -69,8 +69,8 @@
this.HoldingQuantity.Text = holding.quantity;
this.HoldingSymbol.Text = holding.quoteID;
- SellQuantityRangeValidator.MaximumValue = holding.quantity;
- SellQuantity.Text = holding.quantity;
+ SellQuantityRangeValidator.MaximumValue =
holding.quantityDouble.ToString();
+ SellQuantity.Text = holding.quantityDouble.ToString();
}
}
else