Uses of Class
org.knowm.xchange.ripple.dto.trade.RippleNotifications.RippleNotification
-
Packages that use RippleNotifications.RippleNotification Package Description org.knowm.xchange.ripple.dto.trade org.knowm.xchange.ripple.service -
-
Uses of RippleNotifications.RippleNotification in org.knowm.xchange.ripple.dto.trade
Methods in org.knowm.xchange.ripple.dto.trade that return types with arguments of type RippleNotifications.RippleNotification Modifier and Type Method Description List<RippleNotifications.RippleNotification>RippleNotifications. getNotifications()Method parameters in org.knowm.xchange.ripple.dto.trade with type arguments of type RippleNotifications.RippleNotification Modifier and Type Method Description voidRippleNotifications. setNotifications(List<RippleNotifications.RippleNotification> value) -
Uses of RippleNotifications.RippleNotification in org.knowm.xchange.ripple.service
Methods in org.knowm.xchange.ripple.service with parameters of type RippleNotifications.RippleNotification Modifier and Type Method Description IRippleTradeTransactionRippleTradeServiceRaw. getTrade(String account, RippleNotifications.RippleNotification notification)Retrieve order details from local store if they have been previously stored otherwise query external server.
-