{"id":18928899,"url":"https://github.com/smercer10/broka","last_synced_at":"2025-11-10T12:04:47.801Z","repository":{"id":250503239,"uuid":"834643649","full_name":"smercer10/broka","owner":"smercer10","description":"Hybrid order book implementation.","archived":false,"fork":false,"pushed_at":"2024-07-30T19:03:28.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-25T01:43:54.887Z","etag":null,"topics":["cmake","cpp","gtest","order-book"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smercer10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-27T22:52:40.000Z","updated_at":"2024-07-30T19:03:31.000Z","dependencies_parsed_at":"2024-11-08T11:30:59.305Z","dependency_job_id":"1c964d10-7585-46fb-8057-a4bacb581d10","html_url":"https://github.com/smercer10/broka","commit_stats":null,"previous_names":["smercer10/broka"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smercer10/broka","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smercer10%2Fbroka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smercer10%2Fbroka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smercer10%2Fbroka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smercer10%2Fbroka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smercer10","download_url":"https://codeload.github.com/smercer10/broka/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smercer10%2Fbroka/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263457206,"owners_count":23469297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","cpp","gtest","order-book"],"created_at":"2024-11-08T11:28:36.293Z","updated_at":"2025-11-10T12:04:47.743Z","avatar_url":"https://github.com/smercer10.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Broka\n\nBroka is a multithreaded C++ order book implementation that supports numerous order types. It was created as a learning project, and is certainly **not** intended for consequential use.\n\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/smercer10/broka/blob/main/LICENSE)\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/smercer10/broka/ci.yml?label=CI)](https://github.com/smercer10/broka/actions/workflows/ci.yml)\n\n## Functionality\n\nThe primary API supports the following actions:\n\n- Place an order\n- Cancel an order\n- Modify an order\n- Retrieve basic order book data (e.g., total number of outstanding orders, quantity at each side/price level)\n\n## Order Types\n\nFive order types are currently supported:\n\n- Day (not well-tested)\n- Fill or kill\n- Good 'til cancelled\n- Immediate or cancel\n- Market\n\n## Build Locally\n\n### Prerequisites\n\n- C++20 compiler\n- CMake 3.20 (can probably use 3.12+ but only 3.20 has been tested)\n- Make (any recent version should be fine)\n\n### Commands\n\n- Build the CMake targets:\n\n```bash\nmake\n```\n\n- Run the tests:\n\n```bash\nmake test\n```\n\n- Clean the build directory:\n\n```bash\nmake clean\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmercer10%2Fbroka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmercer10%2Fbroka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmercer10%2Fbroka/lists"}