diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-04 19:55:50 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-04 19:55:50 +0200 |
| commit | e9a7d4de9ffb30e21398d40bc038187714493257 (patch) | |
| tree | b369f177b21fb1df0f008c514fb9fc19b6ba8e81 /lib | |
| parent | da46afae4bc4544ccdb1f6943996aea85dd97b22 (diff) | |
fix.hpp: format header file.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/astdx/fix.hpp | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/lib/astdx/fix.hpp b/lib/astdx/fix.hpp index 5d5b30d..5c47140 100644 --- a/lib/astdx/fix.hpp +++ b/lib/astdx/fix.hpp @@ -20,7 +20,7 @@ namespace astdx::fix struct fix_writer; struct fix_visitor; struct fix_range; - struct fix_metadata; + struct fix_metadata; /// @brief Buffer+Length structure typedef fix_range* fix_range_ptr_t; @@ -36,24 +36,25 @@ namespace astdx::fix return std::string<char>(range.ascii_bytes_, range.length_); } - struct fix_metadata final { - std::string begin_string_; - size_t body_len_; - uint16_t msg_type_; - uint32_t msg_seq_num_; - uint32_t sender_comp_id_; - uint32_t target_comp_id_; - std::string send_time_; - std::string ci_ord_id_; - uint16_t side_; - uint16_t security_type_; - std::string symbol_; - uint32_t order_qty_; - uint16_t order_type_; - uint64_t price_; - uint64_t time_in_force_; - uint32_t checksum_; - }; + struct fix_metadata final + { + std::string begin_string_; + size_t body_len_; + uint16_t msg_type_; + uint32_t msg_seq_num_; + uint32_t sender_comp_id_; + uint32_t target_comp_id_; + std::string send_time_; + std::string ci_ord_id_; + uint16_t side_; + uint16_t security_type_; + std::string symbol_; + uint32_t order_qty_; + uint16_t order_type_; + uint64_t price_; + uint64_t time_in_force_; + uint32_t checksum_; + }; } // namespace astdx::fix #endif // ifndef _STDX_FIX_HPP |
