20#ifndef ORES_REFDATA_CORE_GENERATORS_BOOK_GENERATOR_HPP
21#define ORES_REFDATA_CORE_GENERATORS_BOOK_GENERATOR_HPP
24#include "ores.refdata.api/domain/book.hpp"
25#include "ores.utility/generation/generation_context.hpp"
38std::vector<domain::book>
Test data generators for risk domain types.
Definition book_generator.hpp:27
domain::book generate_synthetic_book(utility::generation::generation_context &ctx)
Generates a synthetic book.
Definition book_generator.cpp:30
std::vector< domain::book > generate_synthetic_books(std::size_t n, utility::generation::generation_context &ctx)
Generates N synthetic books.
Definition book_generator.cpp:60
Operational ledger leaf that holds trades.
Definition book.hpp:37
Combines a generation engine with a scoped environment.
Definition generation_context.hpp:37