public class LoanOrder extends Object
Constructor and Description |
---|
LoanOrder(Order.OrderType type,
String currency,
BigDecimal tradableAmount,
int dayPeriod,
String id,
Date timestamp)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCurrency() |
int |
getDayPeriod() |
String |
getId() |
Date |
getTimestamp() |
BigDecimal |
getTradableAmount() |
Order.OrderType |
getType() |
int |
hashCode() |
String |
toString() |
public LoanOrder(Order.OrderType type, String currency, BigDecimal tradableAmount, int dayPeriod, String id, Date timestamp)
type
- currency
- tradableAmount
- dayPeriod
- id
- timestamp
- - The timestamp on the order according to the exchange's server, null if not providedpublic Order.OrderType getType()
public String getCurrency()
public BigDecimal getTradableAmount()
public int getDayPeriod()
public String getId()
public Date getTimestamp()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.