BitShares-Core
6.1.0
BitShares blockchain implementation and command-line interface software
|
bids of collateral for debt after a black swan More...
#include <market_object.hpp>
Public Member Functions | |
asset | get_additional_collateral () const |
asset | get_debt_covered () const |
asset_id_type | debt_type () const |
![]() | |
abstract_object () | |
object_id< SpaceID, TypeID > | get_id () const |
![]() | |
std::unique_ptr< object > | clone () const override |
void | move_from (object &obj) override |
fc::variant | to_variant () const override |
std::vector< char > | pack () const override |
![]() | |
object ()=default | |
object (uint8_t space_id, uint8_t type_id) | |
virtual | ~object ()=default |
Public Attributes | |
account_id_type | bidder |
price | inv_swan_price |
![]() | |
object_id_type | id |
Additional Inherited Members | |
![]() | |
static constexpr uint8_t | space_id |
static constexpr uint8_t | type_id |
bids of collateral for debt after a black swan
There should only be one collateral_bid_object per asset per account, and only for smartcoin assets that have a global settlement_price.
Definition at line 191 of file market_object.hpp.
|
inline |
Definition at line 197 of file market_object.hpp.
|
inline |
Definition at line 195 of file market_object.hpp.
|
inline |
Definition at line 196 of file market_object.hpp.
account_id_type graphene::chain::collateral_bid_object::bidder |
Definition at line 199 of file market_object.hpp.
price graphene::chain::collateral_bid_object::inv_swan_price |
Definition at line 200 of file market_object.hpp.