{"id":61387,"library":"hffix","title":"hffix","description":"Financial Information Exchange Protocol C++ Library","status":"active","version":"1.4.1","language":"cpp","source_language":null,"source_url":null,"tags":["fix","financial","protocol","trading","messaging"],"install":[{"cmd":"vcpkg install hffix","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(hffix CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE hffix::hffix)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"hffix.hpp","correct":"#include <hffix.hpp>"}],"quickstart":{"code":"#include <hffix.hpp>\n#include <iostream>\nint main() {\n    hffix::message msg;\n    msg.push_back(hffix::tag_value(35, \"D\")); // NewOrderSingle\n    msg.push_back(hffix::tag_value(55, \"AAPL\"));\n    std::cout << msg << std::endl;\n    return 0;\n}","lang":"cpp","description":"Create a simple FIX message with order type and symbol"},"warnings":[],"env_vars":null,"search_vec":"'c':6 'exchang':4 'financi':2,9 'fix':8 'hffix':1 'inform':3 'librari':7 'messag':12 'protocol':5,10 'trade':11","created_at":"2026-06-17T04:48:21.054876+00:00","updated_at":"2026-06-17T04:48:21.054876+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}