Name | Type | Description | Notes |
---|---|---|---|
Duration | int? | Number of days for which order is valid (starting from the issued date). An order expires at time issued + duration | |
Escrow | double? | For buy orders, the amount of ISK in escrow | [optional] |
IsBuyOrder | bool? | True if the order is a bid (buy) order | [optional] |
IsCorporation | bool? | Signifies whether the buy/sell order was placed on behalf of a corporation. | |
Issued | DateTime? | Date and time when this order was issued | |
LocationId | long? | ID of the location where order was placed | |
MinVolume | int? | For buy orders, the minimum quantity that will be accepted in a matching sell order | [optional] |
OrderId | long? | Unique order ID | |
Price | double? | Cost per unit for this order | |
Range | string | Valid order range, numbers are ranges in jumps | |
RegionId | int? | ID of the region where order was placed | |
TypeId | int? | The type ID of the item transacted in this order | |
VolumeRemain | int? | Quantity of items still required or offered | |
VolumeTotal | int? | Quantity of items required or offered at time order was placed |