Interface CommodityFlowAPI
public interface CommodityFlowAPI
-
Method Summary
Modifier and TypeMethodDescriptiongetTopExports
(int count) getTopImports
(int count) float
float
float
float
-
Method Details
-
getTopImports
-
getTopExports
-
getTotalIncomingPrice
float getTotalIncomingPrice() -
getTotalOutgoingPrice
float getTotalOutgoingPrice() -
getTotalIncoming
float getTotalIncoming() -
getTotalOutgoing
float getTotalOutgoing() -
getIncoming
List<TransferTotalAPI> getIncoming() -
getOutgoing
List<TransferTotalAPI> getOutgoing()
-