Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.7 KB

File metadata and controls

52 lines (32 loc) · 1.7 KB

EveSwaggerInterface.GetCharactersCharacterIdOrders200Ok

Properties

Name Type Description Notes
duration Number Number of days for which order is valid (starting from the issued date). An order expires at time issued + duration
escrow Number For buy orders, the amount of ISK in escrow [optional]
isBuyOrder Boolean True if the order is a bid (buy) order [optional]
isCorporation Boolean Signifies whether the buy/sell order was placed on behalf of a corporation.
issued Date Date and time when this order was issued
locationId Number ID of the location where order was placed
minVolume Number For buy orders, the minimum quantity that will be accepted in a matching sell order [optional]
orderId Number Unique order ID
price Number Cost per unit for this order
range String Valid order range, numbers are ranges in jumps
regionId Number ID of the region where order was placed
typeId Number The type ID of the item transacted in this order
volumeRemain Number Quantity of items still required or offered
volumeTotal Number Quantity of items required or offered at time order was placed

Enum: RangeEnum

  • _1 (value: "1")

  • _10 (value: "10")

  • _2 (value: "2")

  • _20 (value: "20")

  • _3 (value: "3")

  • _30 (value: "30")

  • _4 (value: "4")

  • _40 (value: "40")

  • _5 (value: "5")

  • region (value: "region")

  • solarsystem (value: "solarsystem")

  • station (value: "station")