Flex
Flex exchange system
|
PriceXchg persistent data struct. More...
#include <PriceXchg.hpp>
Public Attributes | |
uint128 | price_num_ |
Price numerator in minor tokens for one minor token - rational number, denominator kept in config. | |
uint128 | sells_amount_ |
uint128 | buys_amount_ |
big_queue< OrderInfoXchg > | sells_ |
Queue of sell orders. More... | |
big_queue< OrderInfoXchg > | buys_ |
Queue of buy orders. | |
PriceXchg persistent data struct.
big_queue<OrderInfoXchg> sells_ |
Queue of sell orders.
Common amount of major tokens to buy.
uint128 sells_amount_ |
Common amount of major tokens to sell.