burakoner / OKX.Api

Up-to-date, most-complete, well-organized, well-documented, easy-to-use, multi-task and multi-thread compatible OKX Cryptocurrency Exchange Rest and Websocket Api Wrapper
MIT License
39 stars 15 forks source link

[Question] Could internal classes be more open for inheritance? #60

Closed dnmsk closed 5 months ago

dnmsk commented 5 months ago

Hello! After Version 1.7.0 some classes such as OkxSocketRequest, OkxSocketOperation became more closed for inheritance. For example, I'm using custom request to trades-all channel with faster message matching.

burakoner commented 5 months ago

You're right. I'll edit all sealed or internal classes except converters

burakoner commented 5 months ago

I'm working on all classes for inheritance including converters as well

burakoner commented 5 months ago

Version 2.0.3 released