macro_rules! build_fix {
($builder:expr, $seq_out:expr, $dt:expr, $msg_type:expr $(, $tag:expr, $val:expr )* $(,)?) => { ... };
}Expand description
Build a FIX message with a single macro invocation.
This expands to begin_with(...).field(...).finish() using FixBuilder.