|
Flex
Flex exchange system
|
tip3-tip3 exchange order info More...
#include <PriceXchg.hpp>
Public Attributes | |
| bool | immediate_client |
| Should this order try to be executed as a client order first (find existing corresponding orders). | |
| bool | post_order |
| Should this order be enqueued if it doesn't already have corresponding orders. | |
| uint128 | original_amount |
| Original amount of major tokens to buy or sell. | |
| uint128 | amount |
| Current remaining amount of major tokens to buy or sell. | |
| uint128 | account |
| Remaining native funds from client to pay for processing. | |
| uint128 | lend_amount |
| Current remaining amount of lend tokens (major tokens for sell, minor tokens for buy). | |
| addr_std_fixed | tip3_wallet_provide |
| Client tip3 wallet to provide tokens (major for sell or minor for buy). | |
| addr_std_fixed | client_addr |
| uint32 | order_finish_time |
| Order finish time. | |
| uint256 | user_id |
| User id. | |
| uint256 | order_id |
| Order id. | |
| uint64 | ltime |
| Logical time of starting transaction for the order. | |
tip3-tip3 exchange order info
| uint128 account |
Remaining native funds from client to pay for processing.
| uint128 amount |
Current remaining amount of major tokens to buy or sell.
| addr_std_fixed client_addr |
Client contract address. PriceXchg will execute cancels from this address, send notifications and return the remaining native funds (evers) to this address.
| bool immediate_client |
Should this order try to be executed as a client order first (find existing corresponding orders).
| uint128 lend_amount |
Current remaining amount of lend tokens (major tokens for sell, minor tokens for buy).
| uint64 ltime |
Logical time of starting transaction for the order.
| uint32 order_finish_time |
Order finish time.
| uint256 order_id |
Order id.
| uint128 original_amount |
Original amount of major tokens to buy or sell.
| bool post_order |
Should this order be enqueued if it doesn't already have corresponding orders.
| addr_std_fixed tip3_wallet_provide |
Client tip3 wallet to provide tokens (major for sell or minor for buy).
| uint256 user_id |
User id.