Interface CommodityFlowAPI


public interface CommodityFlowAPI
  • Method Details

    • getTopImports

      List<TransferTotalAPI> getTopImports(int count)
    • getTopExports

      List<TransferTotalAPI> getTopExports(int count)
    • getTotalIncomingPrice

      float getTotalIncomingPrice()
    • getTotalOutgoingPrice

      float getTotalOutgoingPrice()
    • getTotalIncoming

      float getTotalIncoming()
    • getTotalOutgoing

      float getTotalOutgoing()
    • getIncoming

      List<TransferTotalAPI> getIncoming()
    • getOutgoing

      List<TransferTotalAPI> getOutgoing()