Stock Ticker

This device allows the computer to access the Stock Ticker to do custom item requests!

This is an example of how to access the device.

local d = require("devices")
local ticker = d:find("stock_ticker")

API

Device name: stock_ticker

Methods

getAllStacks():table This method gets all items available to the Stock Ticker network.

getCountOf(id:string):number This method gets the count of the specified item ID in the Stock Ticker network.

requestFiltered(address:string, filters:table):number
This method requests items matching the filters to be sent to the given address.