Price common interfaces and data-structs. More...
Go to the source code of this file.
Classes | |
struct | OrderRet |
Notification struct about order to a client. More... | |
interface | IPriceCallback |
Notifications to a client about orders. More... | |
Typedefs | |
using | IPriceCallbackPtr = handle< IPriceCallback > |
Functions | |
__always_inline uint128 | calc_lend_tokens_for_order (bool sell, uint128 major_tokens, price_t price) |
Calculate lend tokens for order (including fees) | |
Price common interfaces and data-structs.