|
Flex
Flex exchange system
|
Notification struct about order to a client. More...
#include <PriceCommon.hpp>
Public Attributes | |
| uint32 | err_code |
| Error code (zero if success) | |
| uint128 | processed |
| Processed major tokens amount. | |
| uint128 | enqueued |
| Enqueued major tokens amount. | |
| uint128 | price_num |
| Price numerator. | |
| uint128 | price_denum |
| Price denominator. | |
| uint256 | user_id |
| User id. | |
| uint256 | order_id |
| Order id. | |
| address | pair |
| XchgPair address. | |
| uint8 | major_decimals |
| Decimals for the major token. | |
| uint8 | minor_decimals |
| Decimals for the minor token. | |
| bool | sell |
| Is it a sell order. | |
Notification struct about order to a client.
| uint128 enqueued |
Enqueued major tokens amount.
| uint32 err_code |
Error code (zero if success)
| uint8 major_decimals |
Decimals for the major token.
| uint8 minor_decimals |
Decimals for the minor token.
| uint256 order_id |
Order id.
| address pair |
XchgPair address.
| uint128 price_denum |
Price denominator.
| uint128 price_num |
Price numerator.
| uint128 processed |
Processed major tokens amount.
| bool sell |
Is it a sell order.
| uint256 user_id |
User id.