minifix 0.3.0

A bare essentials library for Financial Information Exchange (FIX)
1
2
3
4
5
/// Application-level message handler for FIX sessions.
///
/// Implement this trait to define how your application processes
/// incoming FIX messages and generates responses.
pub trait Application {}