blob: 592d33d324f259ee00f4ba61f4abc7744b711598 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* File: fix/checksum.hpp
* Purpose: Financial Information Exchange checksum in C++
* Author: Amlal El Mahrouss (amlal@nekernel.org)
* Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License.
*/
#ifndef __OCL_FIX_CHECKSUM
#define __OCL_FIX_CHECKSUM
#include <ocl/fix/detail/config.hpp>
namespace ocl::fix
{
}
#endif
|