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
12
13
14
15
//! Integration tests for Deribit FIX client
//!
//! These tests verify the complete functionality of FIX message construction,
//! serialization, and validation across different message types.

//! Deribit FIX Integration Tests

pub mod error_handling;
pub mod market_data;
pub mod order_management;
pub mod position_management;
pub mod reference_data;
pub mod scenarios;
pub mod session;
pub mod ssl;