deribit-fix 0.3.1

This crate provides a client for the Deribit Markets API using the FIX protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Test suite for Deribit FIX client
//!
//! This module organizes tests into unit tests and integration tests.
//! Unit tests focus on individual components and functions.
//! Integration tests verify complete workflows and message flows.

// Unit tests - organized by module
mod unit;

// Integration tests - end-to-end functionality
mod integration;