[Blotter-commits] r22 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Dec 17 15:33:43 CET 2008
Author: peter_carl
Date: 2008-12-17 15:33:42 +0100 (Wed, 17 Dec 2008)
New Revision: 22
Removed:
pkg/man/getPosQty.Rd
Log:
- removed, using alias in getTxn.Rd
Deleted: pkg/man/getPosQty.Rd
===================================================================
--- pkg/man/getPosQty.Rd 2008-12-17 14:33:14 UTC (rev 21)
+++ pkg/man/getPosQty.Rd 2008-12-17 14:33:42 UTC (rev 22)
@@ -1,62 +0,0 @@
-\name{getPosQty}
-\alias{getPosQty}
-%- 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{
-getPosQty(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:
- # Gets the previous 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 most recent position.
-
- # FUNCTION
- PosQty = as.numeric(getPos(Portfolio, Symbol, Date)[,"Pos.Qty"])
- return(PosQty)
- }
-}
-% 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