[Blotter-commits] r156 - pkg/blotter/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 14 22:44:25 CET 2010
Author: peter_carl
Date: 2010-01-14 22:44:25 +0100 (Thu, 14 Jan 2010)
New Revision: 156
Modified:
pkg/blotter/R/addTxn.R
Log:
- fixed a typo in a variable name
Modified: pkg/blotter/R/addTxn.R
===================================================================
--- pkg/blotter/R/addTxn.R 2010-01-14 18:56:32 UTC (rev 155)
+++ pkg/blotter/R/addTxn.R 2010-01-14 21:44:25 UTC (rev 156)
@@ -21,7 +21,7 @@
if(is.null(ConMult)){
tmp_instr<-try(getInstrument(Symbol))
if(inherits(tmp_instr,"try-error")){
- warning(paste("Instrument",Symbiol," not found, using contract multiplier of 1"))
+ warning(paste("Instrument",Symbol," not found, using contract multiplier of 1"))
ConMult<-1
} else {
ConMult<-tmp_instr$multiplier
More information about the Blotter-commits
mailing list