public class RippleLimitOrder extends LimitOrder
Modifier and Type | Class and Description |
---|---|
static class |
RippleLimitOrder.Builder |
Order.IOrderFlags, Order.OrderType
limitPrice
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, toString
addOrderFlag, getCurrencyPair, getId, getOrderFlags, getTimestamp, getTradableAmount, getType, setOrderFlags
public RippleLimitOrder(Order.OrderType type, BigDecimal tradableAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice, String baseCounterparty, String counterCounterparty)
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.