Skip to content
Prev 10465 / 15274 Next

addTxns addfees

If you look at the code in the repository,

https://r-forge.r-project.org/scm/viewvc.php/pkg/blotter/R/addTxn.R?view=markup&revision=1081&root=blotter

you can see that there are comments saying that this isn't yet supported.

        TxnFee <- 0 #TODO FIXME support transaction fees in addTxns
        #TxnFee <- ifelse( is.function(TxnFees), TxnFees(TxnQty,
TxnPrice), TxnFees)

Sorry,
Garrett
On Wed, Jul 4, 2012 at 6:29 PM, G See <gsee000 at gmail.com> wrote: