Skip to content

Commit

Permalink
✨ Impl AsFixValue for floating point number
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlm committed Jan 15, 2024
1 parent c2d25e6 commit 39c5f26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quickfix/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ impl_as_fix_value!(i16);
impl_as_fix_value!(i32);
impl_as_fix_value!(i64);
impl_as_fix_value!(isize);
impl_as_fix_value!(f32);
impl_as_fix_value!(f64);

/// Stores and organizes a collection of Fields.
///
Expand Down

0 comments on commit 39c5f26

Please sign in to comment.