gofinance / ib

Pure Go interface to Interactive Brokers IB API
386 stars 120 forks source link

Parsing the AlgoParams.Params in response to an algo order seem to be… #25

Open paul-at-nangalan opened 7 years ago

paul-at-nangalan commented 7 years ago

… trying to write to a nil pointer because the AlgoParams.Params slice has only just been created. To correct it, I've read the values from input and created the TagValue object to go into the slice.