Özüm Eldoğan

Results 89 comments of Özüm Eldoğan

@tiagosiebler. I also made `sumbitNewOrder()` and `replaceOrder()` generic. ```ts const responseA = await client.submitNewOrder({ ...args, type: "MARKET" }); // FULL const responseB = await client.submitNewOrder({ ...args, type: "MARKET", newOrderRespType: "ACK"...

@tiagosiebler, I'm updating the first message in this PR when I update the PR, so you can use it for documentation purposes when you merge it.

@tiagosiebler, could you please review the PR? It's getting bigger. I want to continue adding further fixes in separate PRs, but they may depend on this PR.

> Hey, I will need some time to review (currently travelling). Will review it soon. I wish you a nice trip. FYI, I'm using the version with PR applied in...

> Amazing work, looks great to me! Thanks for all the time you spent in improving this! Happy to contribute, and thank you for publishing this great library.

@tiagosiebler, in #422, we pushed an undo commit for the `baseUrl` attribute in the Web Socket client. Did you reimplement `baseUrl`, or is this issue closed automatically by accident?

Thank you @madflow for the report. I will examine the problem.

Is there any timeline for when PG 17 will be supported?

After working for a while, I realized the problem was deeper than I thought. The code contains 56 hard-coded `new BigNumber()` calls. ```ts ```class ExtendedNumber extends BigNumber { bar(): this...