{"id":25701592,"url":"https://github.com/putraxor/fix_dart","last_synced_at":"2025-09-10T13:38:08.057Z","repository":{"id":56828840,"uuid":"301139611","full_name":"putraxor/fix_dart","owner":"putraxor","description":"Dart Fix Protocol 4.4 Client Library","archived":false,"fork":false,"pushed_at":"2020-12-21T17:19:02.000Z","size":59,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T05:59:03.788Z","etag":null,"topics":["dart","fixprotocol"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/putraxor.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-04T13:43:07.000Z","updated_at":"2023-12-03T10:36:22.000Z","dependencies_parsed_at":"2022-08-26T13:51:01.777Z","dependency_job_id":null,"html_url":"https://github.com/putraxor/fix_dart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putraxor%2Ffix_dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putraxor%2Ffix_dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putraxor%2Ffix_dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/putraxor%2Ffix_dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/putraxor","download_url":"https://codeload.github.com/putraxor/fix_dart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240599172,"owners_count":19826959,"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":["dart","fixprotocol"],"created_at":"2025-02-25T04:17:56.413Z","updated_at":"2025-02-25T04:17:57.002Z","avatar_url":"https://github.com/putraxor.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"## FixDart\nDart Fix Protocol 4.4 Client Library\n\n### Usage\n\nA simple usage example:\n\n```dart\nimport 'package:fix_dart/fix_dart.dart';\n\nvoid main() async {\n  var client = FixDart(\n      host: '0.0.0.0',\n      port: 0000,\n      username: '-',\n      password: '-',\n      senderCompID: '-',\n      targetCompID: '-');\n\n  client.connect(\n    autoReconnect: false,\n    onConnected: () {\n      client.subscribeMarketData('EURUSD.spa');\n    },\n    onQuoteReceived: (quote) {\n      print(quote.describe());\n    },\n  );\n}\n\n\n```\n\n## Limitation\nCurrent limitation of this library:\n- Only support market data\n- Only support FIX 4.4\n- No SSL support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputraxor%2Ffix_dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fputraxor%2Ffix_dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fputraxor%2Ffix_dart/lists"}