Trait easyfix_messages::fields::ToFixString  
source · pub trait ToFixString {
    // Required method
    fn to_fix_string(&self) -> FixString;
}pub trait ToFixString {
    // Required method
    fn to_fix_string(&self) -> FixString;
}