4 #ifndef DJINNI_GENERATED_FORMATRULES_HPP 5 #define DJINNI_GENERATED_FORMATRULES_HPP 7 #include "RoundingMode.hpp" 12 namespace ledger {
namespace core {
namespace api {
22 int32_t maxNumberOfDecimals_)
23 : roundingMode(
std::move(roundingMode_))
24 , maxNumberOfDecimals(
std::move(maxNumberOfDecimals_))
41 template <
class Archive>
42 void load(Archive& archive) {
43 archive(roundingMode, maxNumberOfDecimals);
46 template <
class Archive>
47 void save(Archive& archive)
const {
48 archive(roundingMode, maxNumberOfDecimals);
53 #endif //DJINNI_GENERATED_FORMATRULES_HPP Definition: BitcoinLikeFeePolicy.hpp:29
RoundingMode
Definition: RoundingMode.hpp:20
Definition: Account.cpp:8