20#ifndef ORES_TRADING_GENERATOR_TRADE_IDENTIFIER_GENERATOR_HPP
21#define ORES_TRADING_GENERATOR_TRADE_IDENTIFIER_GENERATOR_HPP
24#include "ores.trading.api/domain/trade_identifier.hpp"
25#include "ores.utility/generation/generation_context.hpp"
27namespace ores::trading::generator {
32domain::trade_identifier generate_synthetic_trade_identifier(
33 utility::generation::generation_context& ctx);
38std::vector<domain::trade_identifier>
39generate_synthetic_trade_identifiers(std::size_t n,
40 utility::generation::generation_context& ctx);