Project

General

Profile

Marketorder (Data Type)

Description

This Data Type includes all of the data available to ISXEVE that is specific to your assets.

Members

  • double Price
  • int InitialQuantity
  • double QuantityRemaining
  • double MinQuantityToBuy
  • int64 ID
  • uint64 TimeStampWhenIssued
  • string DateWhenIssued
  • string TimeWhenIssued
  • int Duration
    • The max length of the order, in days
  • int StationID
    • Station where the order is located
  • string Station
  • int RegionID
    • Region where the order is located
  • string Region
  • int SolarSystemID
    • Solar System where the order is located
  • int SolarSystem
  • int Range
    • In Jumps, the range from which the item can be bought/sold

:# rangeConstellation = 4

:# rangeRegion = 32767

:# rangeSolarSystem = 0

:# rangeStation = -1

:# Any other value is jumps

  • int Jumps
    • Jumps to the station where the order is located
  • bool IsSellOrder
  • bool IsBuyOrder
  • int TypeID
  • string Name

Methods

Notes

The order's "Jumps" must be <= to the "Range" in order to buy/sell.

Examples