You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by sh...@apache.org on 2009/04/23 13:34:51 UTC

svn commit: r767918 - /incubator/stonehenge/trunk/stocktrader/php/business_service/order_processor_proxy.php

Author: shankar
Date: Thu Apr 23 13:34:51 2009
New Revision: 767918

URL: http://svn.apache.org/viewvc?rev=767918&view=rev
Log:
added opendate and close date

Modified:
    incubator/stonehenge/trunk/stocktrader/php/business_service/order_processor_proxy.php

Modified: incubator/stonehenge/trunk/stocktrader/php/business_service/order_processor_proxy.php
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/business_service/order_processor_proxy.php?rev=767918&r1=767917&r2=767918&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/business_service/order_processor_proxy.php (original)
+++ incubator/stonehenge/trunk/stocktrader/php/business_service/order_processor_proxy.php Thu Apr 23 13:34:51 2009
@@ -178,6 +178,8 @@
 	$submitOrder->order->price = $order->price;
 	$submitOrder->order->orderFee = $order->orderFee;
 	$submitOrder->order->symbol = $order->symbol;
+	$submitOrder->order->openDate = date(DATE_ATOM, time());
+	$submitOrder->order->completionDate = "1970-01-01T05:30:00.000+05:30";
 	
 	if ($proxy)
 	{