public interface RippleAuthenticated
Modifier and Type | Method and Description |
---|---|
RippleOrderCancelResponse |
orderCancel(String address,
long orderId,
boolean validated,
RippleOrderCancelRequest request)
Cancel an order
|
RippleOrderEntryResponse |
orderEntry(String address,
boolean validated,
RippleOrderEntryRequest request)
Places an order
|
RippleOrderEntryResponse orderEntry(String address, boolean validated, RippleOrderEntryRequest request) throws IOException, RippleException
IOException
RippleException
RippleOrderCancelResponse orderCancel(String address, long orderId, boolean validated, RippleOrderCancelRequest request) throws IOException, RippleException
IOException
RippleException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.