[Blotter-commits] r640 - pkg/FinancialInstrument/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jun 24 21:02:50 CEST 2011


Author: gsee
Date: 2011-06-24 21:02:48 +0200 (Fri, 24 Jun 2011)
New Revision: 640

Modified:
   pkg/FinancialInstrument/R/instrument.R
Log:
add type to currency constructor

Modified: pkg/FinancialInstrument/R/instrument.R
===================================================================
--- pkg/FinancialInstrument/R/instrument.R	2011-06-24 14:29:06 UTC (rev 639)
+++ pkg/FinancialInstrument/R/instrument.R	2011-06-24 19:02:48 UTC (rev 640)
@@ -316,7 +316,8 @@
           currency = primary_id,
           multiplier = 1,
           tick_size= .01,
-          identifiers = identifiers
+          identifiers = identifiers,
+          type = "currency"
   )
   currency_temp <- c(currency_temp,list(...))   
   



More information about the Blotter-commits mailing list