stoqey / ibkr

Interactive Brokers wrapper 🚩
MIT License
59 stars 11 forks source link

`comboLegsDescrip` in `ContractObject` should be optional #54

Closed ellis closed 3 years ago

ellis commented 3 years ago

Hi there, and thanks for your work on this library! I was trying it out for saving some of my IB data, and it looks like the comboLegsDescrip isn't always present for ContractObjects. Would you be able to make it an option parameter in the interface?

ceddybi commented 3 years ago

@ellis Thank you for reporting this, i've just made it optional and some other fields i felt like they were not required, please let me know if there are more fields that should have this, thank you

ellis commented 3 years ago

Thanks @ceddybi, looks good to me!