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:
org.knowm.xchange.service.BaseService
- Direct Known Subclasses:
RippleAccountServiceRaw,RippleMarketDataServiceRaw,RippleTradeServiceRaw
public class RippleBaseService extends org.knowm.xchange.service.BaseExchangeService implements org.knowm.xchange.service.BaseService
-
-
Field Summary
Fields Modifier and Type Field Description protected RippleAuthenticatedrippleAuthenticatedprotected RipplePublicripplePublic
-
Constructor Summary
Constructors Constructor Description RippleBaseService(org.knowm.xchange.Exchange exchange)
-
-
-
Field Detail
-
ripplePublic
protected final RipplePublic ripplePublic
-
rippleAuthenticated
protected final RippleAuthenticated rippleAuthenticated
-
-