[Blotter-commits] r1312 - pkg/quantstrat/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Dec 21 01:51:29 CET 2012
Author: efmrforge
Date: 2012-12-21 01:51:29 +0100 (Fri, 21 Dec 2012)
New Revision: 1312
Modified:
pkg/quantstrat/R/orders.R
Log:
Fixed a typo in a comment
Modified: pkg/quantstrat/R/orders.R
===================================================================
--- pkg/quantstrat/R/orders.R 2012-12-21 00:45:09 UTC (rev 1311)
+++ pkg/quantstrat/R/orders.R 2012-12-21 00:51:29 UTC (rev 1312)
@@ -67,7 +67,7 @@
#' should this be symbols instead of symbol?
#'
#' @param portfolio text name of the portfolio to associate the order book with
-#' @param symbol identfier of the instrument to find orders for. The name of any associated price objects (xts prices, usually OHLC) should match these
+#' @param symbol identifier of the instrument to find orders for. The name of any associated price objects (xts prices, usually OHLC) should match these
#' @param status one of "open", "closed", "canceled", "revoked", or "replaced", default "open"
#' @param timespan xts-style character timespan to be the period to find orders of the given status and ordertype
#' @param ordertype one of NULL, "market","limit","stoplimit", "stoptrailing" or "iceberg" default NULL
More information about the Blotter-commits
mailing list