aboutsummaryrefslogtreecommitdiffstats
path: root/ui-console/src/main/java/market/guess/ui/console/command/LoadFileMenuCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Break down purchase receipts by cost/commission, harden XML validation and st...Kostya2026-08-181-3/+7
* Harden console path input against crashesKostya2026-08-181-2/+1
* Add XML schema validation, split build scripts by module, rename BuyMenuComma...Kostya2026-08-181-1/+1
* Replace order matching with risk/matching/fulfillment/settlement pipelineKostya2026-08-171-5/+2
* Split DTOs into api/model, extract order matching into service/matchingKostya2026-08-161-8/+3
* Rename Option/Account to Market/Ledger, add Result-based error handlingKostya2026-08-161-15/+16
* Collapse console I/O interfaces into InputProcessor, drop unneeded atomicsKostya2026-08-141-10/+7
* Implement in-memory repositories, XML load validation, and menu exit/list com...Kostya2026-08-141-0/+6
* 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-141-0/+35