Registry / messaging / hffix
library1.4.1vcpkgunverified

Financial Information Exchange Protocol C++ Library

vcpkg install hffix
INSTALL
IMPORT
SIG · HFFIX
H
hffix
messagingcppv1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hffix.hpp
#include <hffix.hpp>

Create a simple FIX message with order type and symbol

#include <hffix.hpp> #include <iostream> int main() { hffix::message msg; msg.push_back(hffix::tag_value(35, "D")); // NewOrderSingle msg.push_back(hffix::tag_value(55, "AAPL")); std::cout << msg << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources

No resource links recorded.

hffix — pip install hffix · libregistry