summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/fix/checksum.hpp
blob: 807b9b0d6492ae55d95fbad3130855a731044044 (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 <core/config.hpp>

namespace ocl::fix
{
}