|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|

Public Attributes | |
| std::string | transaction_id |
| std::string | account_from |
| std::string | account_to |
| double | amount |
| std::string | currency |
| std::string | transaction_type |
| std::chrono::system_clock::time_point | timestamp |
Definition at line 188 of file real_world_scenarios.cpp.
| std::string scenarios::FinancialTransactionSystem::Transaction::account_from |
Definition at line 190 of file real_world_scenarios.cpp.
Referenced by scenarios::FinancialTransactionSystem::process_transaction(), and scenarios::FinancialTransactionSystem::simulate_financial_scenario().
| std::string scenarios::FinancialTransactionSystem::Transaction::account_to |
Definition at line 191 of file real_world_scenarios.cpp.
Referenced by scenarios::FinancialTransactionSystem::process_transaction(), and scenarios::FinancialTransactionSystem::simulate_financial_scenario().
| double scenarios::FinancialTransactionSystem::Transaction::amount |
Definition at line 192 of file real_world_scenarios.cpp.
Referenced by scenarios::FinancialTransactionSystem::process_transaction(), and scenarios::FinancialTransactionSystem::simulate_financial_scenario().
| std::string scenarios::FinancialTransactionSystem::Transaction::currency |
Definition at line 193 of file real_world_scenarios.cpp.
Referenced by scenarios::FinancialTransactionSystem::process_transaction(), and scenarios::FinancialTransactionSystem::simulate_financial_scenario().
| std::chrono::system_clock::time_point scenarios::FinancialTransactionSystem::Transaction::timestamp |
Definition at line 195 of file real_world_scenarios.cpp.
Referenced by scenarios::FinancialTransactionSystem::process_transaction(), and scenarios::FinancialTransactionSystem::simulate_financial_scenario().
| std::string scenarios::FinancialTransactionSystem::Transaction::transaction_id |
Definition at line 189 of file real_world_scenarios.cpp.
Referenced by scenarios::FinancialTransactionSystem::process_transaction(), and scenarios::FinancialTransactionSystem::simulate_financial_scenario().
| std::string scenarios::FinancialTransactionSystem::Transaction::transaction_type |
Definition at line 194 of file real_world_scenarios.cpp.
Referenced by scenarios::FinancialTransactionSystem::process_transaction(), and scenarios::FinancialTransactionSystem::simulate_financial_scenario().