[Blotter-commits] r1455 - pkg/quantstrat/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun May 5 18:28:54 CEST 2013
Author: opentrades
Date: 2013-05-05 18:28:54 +0200 (Sun, 05 May 2013)
New Revision: 1455
Modified:
pkg/quantstrat/R/orders.R
Log:
- reverted statustimestamp format()
Modified: pkg/quantstrat/R/orders.R
===================================================================
--- pkg/quantstrat/R/orders.R 2013-05-04 22:48:51 UTC (rev 1454)
+++ pkg/quantstrat/R/orders.R 2013-05-05 16:28:54 UTC (rev 1455)
@@ -411,7 +411,7 @@
orderset=orderset,
oldstatus="open",
newstatus="replaced",
- statustimestamp=format(timestamp, "%Y-%m-%d %H:%M:%S"))
+ statustimestamp=timestamp)
}
# get order book
if(!is.null(orders))
More information about the Blotter-commits
mailing list