public class RippleLimitOrder extends LimitOrder
| Modifier and Type | Class and Description |
|---|---|
static class |
RippleLimitOrder.Builder |
Order.IOrderFlags, Order.OrderTypelimitPrice| Constructor and Description |
|---|
RippleLimitOrder(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
String id,
Date timestamp,
BigDecimal limitPrice,
String baseCounterparty,
String counterCounterparty) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseCounterparty() |
String |
getCounterCounterparty() |
compareTo, equals, getLimitPrice, hashCode, toStringaddOrderFlag, getCurrencyPair, getId, getOrderFlags, getTimestamp, getTradableAmount, getType, setOrderFlagspublic RippleLimitOrder(Order.OrderType type, BigDecimal tradableAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice, String baseCounterparty, String counterCounterparty)
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.