From d5c142996d097202d087729205e1e9bac57586d8 Mon Sep 17 00:00:00 2001 From: Florian Mair Date: Thu, 20 Apr 2023 15:11:12 +0000 Subject: [PATCH] fix #39 algoParams --- R/placeOrder.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/placeOrder.R b/R/placeOrder.R index 3dc9484..8ebc136 100644 --- a/R/placeOrder.R +++ b/R/placeOrder.R @@ -166,6 +166,7 @@ function(twsconn,Contract,Order) Order$notHeld, "0", # Order$underComp .. not yet supported by IBrokers Order$algoStrategy, + Order$algoParams, Order$whatIf, "") # }}}