[Blotter-commits] r472 - pkg/blotter/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Nov 24 20:52:27 CET 2010
Author: peter_carl
Date: 2010-11-24 20:52:27 +0100 (Wed, 24 Nov 2010)
New Revision: 472
Modified:
pkg/blotter/man/pennyPerShare.Rd
Log:
- fixed in roxygen
Modified: pkg/blotter/man/pennyPerShare.Rd
===================================================================
--- pkg/blotter/man/pennyPerShare.Rd 2010-11-24 19:51:43 UTC (rev 471)
+++ pkg/blotter/man/pennyPerShare.Rd 2010-11-24 19:52:27 UTC (rev 472)
@@ -1,7 +1,7 @@
\name{pennyPerShare}
\alias{pennyPerShare}
\title{example TxnFee cost function...}
-\usage{pennyPerShare(TxnQty, TxnPrice)}
+\usage{pennyPerShare(TxnQty)}
\description{example TxnFee cost function}
-\arguments{\item{TxnQty}{total units (such as shares or contracts) transacted. Positive values indicate a 'buy'; negative values indicate a 'sell'}
-\item{TxnPrice}{price at which the transaction was done}}
+\arguments{\item{TxnQty}{total units (such as shares or contracts) transacted. Positive values indicate a 'buy'; negative values indicate a 'sell'
+This is an example intended to demonstrate how a cost function could be used in place of a flat numeric fee.}}
More information about the Blotter-commits
mailing list