Registry / networking / bbalouki-itch

bbalouki-itch

JSON →
library1.1.0vcpkgunverified

A High-Performance C++ library for parsing the ITCH 5.0 protocol.

vcpkg install bbalouki-itch
INSTALL
IMPORT
SIG · BBALOUKI-ITCH
B
bbalouki-itch
networkingcppv1.1.0
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.

itch/itch.h
#include <itch/itch.h>

Parse an ITCH 5.0 protocol message

#include <itch/itch.h> #include <iostream> int main() { // Example: parse a single ITCH message std::string raw_message = "..."; // binary ITCH data auto msg = itch::parse(raw_message); if (msg) { std::cout << "Parsed message type: " << msg->type() << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources

No resource links recorded.

bbalouki-itch — pip install bbalouki-itch · libregistry