summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/fix/checksum.hpp
blob: 204fc2339b065ee6908499d2200c17aaae7fc030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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.
 */

#pragma once

#include <ocl/fix/detail/config.hpp>

namespace ocl::fix
{
}