Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1 KB

File metadata and controls

19 lines (10 loc) · 1 KB

Market

Properties

Name Type Description Notes
symbol String The symbol of the market. The symbol is the same as the waypoint where the market is located.
exports List<TradeGood> The list of goods that are exported from this market.
imports List<TradeGood> The list of goods that are sought as imports in this market.
exchange List<TradeGood> The list of goods that are bought and sold between agents at this market.
transactions List<MarketTransaction> The list of recent transactions at this market. Visible only when a ship is present at the market. [optional]
tradeGoods List<MarketTradeGood> The list of goods that are traded at this market. Visible only when a ship is present at the market. [optional]