Uses of Class
org.knowm.xchange.idex.dto.TradeHistoryReq
Packages that use TradeHistoryReq
Package
Description
-
Uses of TradeHistoryReq in org.knowm.xchange.idex
Subclasses of TradeHistoryReq in org.knowm.xchange.idex -
Uses of TradeHistoryReq in org.knowm.xchange.idex.dto
Methods in org.knowm.xchange.idex.dto that return TradeHistoryReqModifier and TypeMethodDescription(address string) - If specified, return value will only include trades that involve the address as the maker or taker.(number) - The inclusive UNIX timestamp marking the latest trade that will be returned in the response.(string) - If specified, will return an array of trade objects for the market, if omitted, will return an object of arrays of trade objects keyed by each market(number) - The inclusive UNIX timestamp (seconds since epoch, not ms) marking the earliest trade that will be returned in the response, if omitted will default to 0 -
Uses of TradeHistoryReq in org.knowm.xchange.idex.service
Methods in org.knowm.xchange.idex.service with parameters of type TradeHistoryReqModifier and TypeMethodDescriptionReturnTradeHistoryApi.tradeHistory
(TradeHistoryReq tradeHistoryReq)