Properties
| Name | Type | Description | Notes |
| creationTime | String | Creation time of the order. Encoded as ISO 8601 UTC. | [optional] [default to null] |
| owner | String | Ethereum 40 byte address encoded as a hex with `0x` prefix. | [optional] [default to null] |
| UID | String | Unique identifier for the order: 56 bytes encoded as hex with `0x` prefix. Bytes 0 to 32 are the order digest, bytes 30 to 52 the owner address and bytes 52..56 valid to, | [optional] [default to null] |
| availableBalance | String | Amount of a token. uint256 encoded in decimal. | [optional] [default to null] |
| executedSellAmount | String | A big unsigned integer encoded in decimal. | [optional] [default to null] |
| executedSellAmountBeforeFees | String | A big unsigned integer encoded in decimal. | [optional] [default to null] |
| executedBuyAmount | String | A big unsigned integer encoded in decimal. | [optional] [default to null] |
| executedFeeAmount | String | A big unsigned integer encoded in decimal. | [optional] [default to null] |
| invalidated | Boolean | Has this order been invalidated? | [optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]