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.