aboutsummaryrefslogtreecommitdiffstats
path: root/ui-console/src/main/java/market/guess/ui/console/command
Commit message (Expand)AuthorAgeFilesLines
* Move CommissionTiming and MechanismType into model.event packageKostya2026-08-202-3/+5
* Break down purchase receipts by cost/commission, harden XML validation and st...Kostya2026-08-187-32/+91
* Wire event ledger movements, show winning market by name, seed LMSR subsidyKostya2026-08-182-5/+9
* Fix menu wording and reprint prompt on retryKostya2026-08-182-3/+3
* Harden console path input against crashesKostya2026-08-183-6/+3
* Add XML schema validation, split build scripts by module, rename BuyMenuComma...Kostya2026-08-182-4/+5
* Replace order matching with risk/matching/fulfillment/settlement pipelineKostya2026-08-174-9/+50
* Split DTOs into api/model, extract order matching into service/matchingKostya2026-08-166-26/+59
* Rename Option/Account to Market/Ledger, add Result-based error handlingKostya2026-08-169-86/+70
* Implement LMSR and order-book trading logic, wire MarketContext facade and ne...Kostya2026-08-155-0/+206
* Collapse console I/O interfaces into InputProcessor, drop unneeded atomicsKostya2026-08-143-25/+22
* Implement in-memory repositories, XML load validation, and menu exit/list com...Kostya2026-08-144-0/+98
* Move IO providers into io package, add InputProcessor, implement menu loop an...Kostya2026-08-141-4/+13
* Wire buyShares and menu commands, replace factory interfaces with DIKostya2026-08-142-0/+46