0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Had to introduces multipart messages to support [key,uuid,data] pattern. More... over 12 years ago
Implemented uuid (of the current simulator) but if actually the tick is published with that uuid prefixed, then strangely it does not arrive at the client side (it's independent of it being a uuid). More... over 12 years ago
minor More... over 12 years ago
Have implemented a first raw version for ACCOUNT.execute_market_order. More... over 12 years ago
Minor bugfix: Hard instead of soft delete. More... over 12 years ago
minor More... over 12 years ago
Removed request echo within response. More... over 12 years ago
JSON representation for market order More... over 12 years ago
removed not required methods More... over 12 years ago
minor More... over 12 years ago
minor bugfixes More... over 12 years ago
Test was *not* checking deleted elements; fixed. More... over 12 years ago
Fixed hard delete functionality. More... over 12 years ago
Have implemented working soft delete, but need to fix hard deleted, specified in the tests. More... over 12 years ago
Decoupling system from 'softdelete' and shifting corresponding (reduced) functionality to 'base'. More... over 12 years ago
Decoupling from softdelete by implementing only required functionality, i.e. without 'undelete', in BASE et. al. More... over 12 years ago
Fixed remaining bugs w.r.t. 'deleted_at' and stamps. In further versions 'deleted_at' should be renamed to 'delete_date'. More... over 12 years ago
major cleanup More... over 12 years ago
implemented cascading delete stamps using 'softdel' plugin More... over 12 years ago
Have included a temporal BASE so delete (and other) stamps are possible; cascading on delete does not work though. More... over 12 years ago
minor More... over 12 years ago
temporal database: stamps for USER and ACCOUNT More... over 12 years ago
Have included 'margin_call_rate' and 'margin_rate' into the ACCOUNT model. More... over 12 years ago
It's possible now to do a proper roundtrip for users and accounts. More... over 12 years ago
readme markdown More... over 12 years ago
readme More... over 12 years ago
minor More... over 12 years ago
Have introduced a '--verbosity' flag enabling 'debug' level logging for all loggers and for the simulator have replaced the '--sleep' cli argument with '--scale' which allows scaling of the simulation speed (range is: {0.0:'as fast as possible', 1.0:'real time', inifinte:'as slow as desired'}). More... over 12 years ago
Have introduced "session tokens" instead of working all the time with the insecure (username, password) tuple. More... over 12 years ago
use 'sim' instead of 'simulate More... over 12 years ago