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
/******************************************************************************
   Author: Joaquín Béjar García
   Email: jb@taunais.com
   Date: 12/8/25
******************************************************************************/

//! Risk Management FIX Messages Module

pub mod mm_protection_limits;
pub mod mm_protection_limits_result;
pub mod mm_protection_reset;

pub use mm_protection_limits::*;
pub use mm_protection_limits_result::*;
pub use mm_protection_reset::*;