Skip Menu |

This queue is for tickets about the Finance-InteractiveBrokers-SWIG CPAN distribution.

Report information
The Basics
Id: 110357
Status: new
Priority: 0/
Queue: Finance-InteractiveBrokers-SWIG

People
Owner: Nobody in particular
Requestors: michal.schwarz [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: composite types not supported
Hi, thanks a lot for this perl module. But it seems to me that current version does not support composite types, eg.: Contract.comboLegs (is represented like _p_shared_ptrT_std__vectorT_shared_ptrT_ComboLeg_t_t_t=SCALAR(0x46c44e0), not like an array) Order.algoParams (is represented like _p_TagValueListSPtr=HASH(0x46c7be0)) Order.smartComboRoutingParams (dtto) Order.orderComboLegs (is represented like _p_shared_ptrT_std__vectorT_shared_ptrT_OrderComboLeg_t_t_t=SCALAR(0x46c7910), not an array) Could you, please, add support for these four attributes? Especially Contract.comboLegs and Order.orderComboLegs would be very useful.