Scorum
|
#include <market.hpp>
Public Types | |
template<bool site> | |
using | wincase = over_under_wincase< site, kind, tag > |
using | over = wincase< true > |
using | under = wincase< false > |
Public Member Functions | |
bool | has_trd_state () const |
Public Attributes | |
int16_t | threshold |
Static Public Attributes | |
static constexpr market_kind | kind_v = kind |
Definition at line 12 of file market.hpp.
using scorum::protocol::over_under_market< kind, tag >::over = wincase<true> |
Definition at line 17 of file market.hpp.
using scorum::protocol::over_under_market< kind, tag >::under = wincase<false> |
Definition at line 18 of file market.hpp.
using scorum::protocol::over_under_market< kind, tag >::wincase = over_under_wincase<site, kind, tag> |
Definition at line 16 of file market.hpp.
|
inline |
Definition at line 21 of file market.hpp.
|
staticconstexpr |
Definition at line 19 of file market.hpp.
int16_t scorum::protocol::over_under_market< kind, tag >::threshold |
Definition at line 14 of file market.hpp.