deribit-fix 0.3.1

This crate provides a client for the Deribit Markets API using the FIX protocol.
Documentation
// Unit tests module for deribit-fix crate
// This module organizes unit tests by functionality areas

// Client module tests
mod client;

// Configuration module tests
mod config;

// Connection module tests
mod connection;

// Error handling module tests
mod error;

// Message module tests
mod message;

// Model module tests
mod model;

// Session module tests
mod session;