JanBoonen / TwsApiCpp

Improved TWS API POSIX C++ library for the Interactive Brokers (IB) TWS (same project as TwsApiC++ in Yahoo TWSAPI).
106 stars 56 forks source link

TagValueListSPtr #16

Closed 7jacks closed 4 years ago

7jacks commented 4 years ago

Can you explain how you would use the TagValueListSPtr to establish algoParams?

For instance with an Order o

o.algoStrategy = "Adaptive"; // how would you set the adaptivePriority to patient?