Should this library be able to create orders?
Hi all,
I have tried a bit to create limit orders with this library and did not succeed. Is this supposed to work? I'm hesitant to experiment too much, to be honest.
So, I'd appreciate a comment if someone got this working.
Thanks!
I don't think it's really supported right now, but I'd personally like it to be. Sure you can try to call some functions that already exist on the TradeRepublic class but there's basically no documentation or any usage of it elsewhere in the codebase. I'll be experimenting a bit with that over the coming weeks.
I agree, it would be nice if that were possible. FWIW: I worked a bit with the alert functionality and got it to work to read/set/remove alerts. I'll try to contribute this in the next weeks.
Thanks, guys, for your comments. My experimenting so far went like this: I can send the subs associated with creating a simple order. It does not reply with an error message - but it does not reply with anything else either. So there's something extra one needs to do, I suspect. A rest api call maybe?