{"id":48026943,"url":"https://github.com/mrtkp9993/fixparserj","last_synced_at":"2026-04-04T13:51:41.334Z","repository":{"id":310254709,"uuid":"1039232735","full_name":"mrtkp9993/fixparserj","owner":"mrtkp9993","description":"A Java Swing application that uses QuickFIX/J to parse FIX (Financial Information eXchange) messages with a graphical interface.","archived":false,"fork":false,"pushed_at":"2026-03-09T10:59:07.000Z","size":272,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-09T15:26:27.202Z","etag":null,"topics":["financial-information-exchange","fix","quickfix","quickfixj","trading"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrtkp9993.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-16T19:05:34.000Z","updated_at":"2026-03-09T10:55:22.000Z","dependencies_parsed_at":"2025-08-16T21:15:10.771Z","dependency_job_id":"9f1c6a49-54f3-4cae-9189-8a2f2ea7cfab","html_url":"https://github.com/mrtkp9993/fixparserj","commit_stats":null,"previous_names":["mrtkp9993/fixparserj"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mrtkp9993/fixparserj","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtkp9993%2Ffixparserj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtkp9993%2Ffixparserj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtkp9993%2Ffixparserj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtkp9993%2Ffixparserj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtkp9993","download_url":"https://codeload.github.com/mrtkp9993/fixparserj/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtkp9993%2Ffixparserj/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["financial-information-exchange","fix","quickfix","quickfixj","trading"],"created_at":"2026-04-04T13:51:40.049Z","updated_at":"2026-04-04T13:51:41.326Z","avatar_url":"https://github.com/mrtkp9993.png","language":"Java","readme":"# FIXParserJ\n\nA Java Swing application that uses QuickFIX/J to parse FIX (Financial Information eXchange) messages with a graphical interface.\n\n![](ss.png)\n\n## Requirements\n\n- Java 17 or higher\n\n## Installation and Usage\n\n### Option 1: Run the Pre-built JAR\n```bash\njava -jar target/fixparser-app.jar\n```\n\n### Option 2: Build from Source\n```bash\n# Clone or download the project\ngit clone https://github.com/mrtkp9993/fixparserj\ncd fixparserj\n\n# Build the project\nmvn clean package\n\n# Run the application\njava -jar target/fixparser-app.jar\n```\n\n## Using the Application\n\n1. **Start the Application**: Run the JAR file using the command above\n2. **Input FIX Message**: \n   - Type or paste a FIX message in the input text area\n   - Or click \"Load Sample\" to load a sample message\n   - Or use the pre-filled sample message\n3. **Parse the Message**: Click \"Parse FIX Message\" button\n4. **View Results**: \n   - Results are displayed in a table with Message #, Tag, Field Name and Value columns\n   - The status bar shows parsing results and total fields parsed\n5. **Clear**: Use the \"Clear\" button to reset all fields\n\n## Supported FIX Message Delimiters\n\nThe application automatically converts various FIX message delimiters:\n- `|` (pipe character)\n- `^` (caret character)  \n- `␁` (SOH symbol)\n- `\\001` (escaped SOH)\n- `\u003cSOH\u003e` (SOH text)\n\nAll are converted to the proper SOH (ASCII 0x01) character for parsing.\n\n# (UN)LICENSE\n\nThis is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any\nmeans.\n\nIn jurisdictions that recognize copyright laws, the author or authors\nof this software dedicate any and all copyright interest in the\nsoftware to the public domain. We make this dedication for the benefit\nof the public at large and to the detriment of our heirs and\nsuccessors. We intend this dedication to be an overt act of\nrelinquishment in perpetuity of all present and future rights to this\nsoftware under copyright law.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nFor more information, please refer to \u003chttps://unlicense.org\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtkp9993%2Ffixparserj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtkp9993%2Ffixparserj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtkp9993%2Ffixparserj/lists"}