[Blotter-commits] r827 - pkg/FinancialInstrument/sandbox

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Oct 23 20:38:40 CEST 2011


Author: gsee
Date: 2011-10-23 20:38:39 +0200 (Sun, 23 Oct 2011)
New Revision: 827

Modified:
   pkg/FinancialInstrument/sandbox/download.tblox.R
Log:
 define_futures.tblox now returns names of instruments it defined.

Modified: pkg/FinancialInstrument/sandbox/download.tblox.R
===================================================================
--- pkg/FinancialInstrument/sandbox/download.tblox.R	2011-10-23 18:28:05 UTC (rev 826)
+++ pkg/FinancialInstrument/sandbox/download.tblox.R	2011-10-23 18:38:39 UTC (rev 827)
@@ -137,6 +137,7 @@
         instr$updated <- Sys.time()
         assign(primary_id, instr, pos=.instrument)
     }
+    paste(def[,1])
 }
 
 #define_futures.tblox()



More information about the Blotter-commits mailing list