Package org.knowm.xchange.ripple.service
Class RippleBaseService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.ripple.service.RippleBaseService
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
RippleAccountServiceRaw
,RippleMarketDataServiceRaw
,RippleTradeServiceRaw
public class RippleBaseService extends BaseExchangeService implements BaseService
-
Field Summary
Fields Modifier and Type Field Description protected RippleAuthenticated
rippleAuthenticated
protected RipplePublic
ripplePublic
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description RippleBaseService(Exchange exchange)
-
Method Summary
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Field Details
-
ripplePublic
-
rippleAuthenticated
-
-
Constructor Details
-
RippleBaseService
-