Module ffi
Expand description
CXX bridge for B2BITS SessionId C++ wrapper This module provides safe Rust bindings to the C++ SessionId class via CXX.
NOTE: CXX integration requires proper C++ compilation environment and linked libraries.
Structs§
- Session
Id - SessionId type from Engine namespace
Functions§
- sessionid_
create - Create a SessionId from three strings
- sessionid_
equals - Equality comparison for SessionId
- sessionid_
get_ qualifier - Get the SessionQualifier from a SessionId
- sessionid_
get_ sender - Get the SenderCompID from a SessionId
- sessionid_
get_ target - Get the TargetCompID from a SessionId
- sessionid_
less_ than - Less-than comparison for SessionId (for ordering/sorting)