public class RippleLimitOrder extends LimitOrder
| Modifier and Type | Class and Description |
|---|---|
static class |
RippleLimitOrder.Builder |
Order.IOrderFlags, Order.OrderStatus, Order.OrderTypelimitPrice| Constructor and Description |
|---|
RippleLimitOrder(Order.OrderType type,
BigDecimal originalAmount,
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, getAveragePrice, getCumulativeAmount, getCurrencyPair, getFee, getId, getLeverage, getOrderFlags, getOriginalAmount, getRemainingAmount, getStatus, getTimestamp, getType, hasFlag, setAveragePrice, setCumulativeAmount, setFee, setLeverage, setOrderFlags, setOrderStatuspublic RippleLimitOrder(Order.OrderType type, BigDecimal originalAmount, CurrencyPair currencyPair, String id, Date timestamp, BigDecimal limitPrice, String baseCounterparty, String counterCounterparty)
Copyright © 2012–2019 Knowm Inc.. All rights reserved.