[Blotter-commits] r20 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Dec 17 15:32:38 CET 2008


Author: peter_carl
Date: 2008-12-17 15:32:38 +0100 (Wed, 17 Dec 2008)
New Revision: 20

Removed:
   pkg/man/getPosAvgCost.Rd
Log:
- removed, using alias in getTxn.Rd


Deleted: pkg/man/getPosAvgCost.Rd
===================================================================
--- pkg/man/getPosAvgCost.Rd	2008-12-17 14:32:10 UTC (rev 19)
+++ pkg/man/getPosAvgCost.Rd	2008-12-17 14:32:38 UTC (rev 20)
@@ -1,62 +0,0 @@
-\name{getPosAvgCost}
-\alias{getPosAvgCost}
-%- Also NEED an '\alias' for EACH other topic documented here.
-\title{ ~~function to do ... ~~ }
-\description{
-  ~~ A concise (1-5 lines) description of what the function does. ~~
-}
-\usage{
-getPosAvgCost(Portfolio, Symbol, Date)
-}
-%- maybe also 'usage' for other objects documented here.
-\arguments{
-  \item{Portfolio}{ ~~Describe \code{Portfolio} here~~ }
-  \item{Symbol}{ ~~Describe \code{Symbol} here~~ }
-  \item{Date}{ ~~Describe \code{Date} here~~ }
-}
-\details{
-  ~~ If necessary, more details than the description above ~~
-}
-\value{
-  ~Describe the value returned
-  If it is a LIST, use
-  \item{comp1 }{Description of 'comp1'}
-  \item{comp2 }{Description of 'comp2'}
-  ...
-}
-\references{ ~put references to the literature/web site here ~ }
-\author{ ~~who you are~~ }
-\note{ ~~further notes~~ 
-
- ~Make other sections like Warning with \section{Warning }{....} ~
-}
-\seealso{ ~~objects to See Also as \code{\link{help}}, ~~~ }
-\examples{
-##---- Should be DIRECTLY executable !! ----
-##-- ==>  Define data, use random,
-##--	or do  help(data=index)  for the standard data sets.
-
-## The function is currently defined as
-function(Portfolio, Symbol, Date)
-{ # @author Peter Carl
-
-    # DESCRIPTION:
-    # Retrieves the most recent average cost of the position
-
-    # Inputs
-    # Portfolio: a portfolio object containing transactions
-    # Symbol: an instrument identifier for a symbol included in the portfolio
-    # Date: timestamp as of which to have the most recent position
-
-    # Outputs
-    # Numeric value of the average cost of the current position
- 
-    # FUNCTION
-    PosAvgCost = as.numeric(getPos(Portfolio, Symbol, Date)[,"Pos.Avg.Cost"])
-    return(PosAvgCost)
-  }
-}
-% Add one or more standard keywords, see file 'KEYWORDS' in the
-% R documentation directory.
-\keyword{ ~kwd1 }
-\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line



More information about the Blotter-commits mailing list