News

This is a simplified prototype, but I still wanted semi realistic behavior. An order is represented by a dataclass. I added support for both limit orders and market orders. The difference between the ...
The documentation says that fetchone() should return a Row object, but instead it is returning a Tuple.So when I try to access the attribute by name, it simply fails because it doesn't exist because ...