Scorum
market_kind.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <fc/reflect/reflect.hpp>
3 
4 namespace scorum {
5 namespace protocol {
6 enum class market_kind : uint16_t
7 {
8  result,
9  round,
10  handicap,
12  goal,
13  total,
15 };
16 }
17 }
18 
20 
21 namespace fc {
22 class variant;
23 void to_variant(const scorum::protocol::market_kind& m, fc::variant& variant);
24 }
FC_REFLECT_ENUM(scorum::protocol::market_kind,(result)(round)(handicap)(correct_score)(goal)(total)(total_goals)) namespace fc
Definition: market_kind.hpp:19
Definition: game.cpp:4
void to_variant(const game_type &game, fc::variant &var)
Definition: game.cpp:8
score_yes_no_market< market_kind::correct_score > correct_score
Definition: market.hpp:72
over_under_market< market_kind::total > total
Definition: market.hpp:78
over_under_market< market_kind::handicap > handicap
Definition: market.hpp:67
Definition: asset.cpp:15