Class LunoQuote
java.lang.Object
org.knowm.xchange.luno.dto.account.LunoQuote
public class LunoQuote extends Object
-
Field Summary
Fields Modifier and Type Field Description BigDecimal
baseAmount
BigDecimal
counterAmount
long
createdAt
boolean
discarded
boolean
exercised
long
expiresAt
String
id
String
pair
String
type
-
Constructor Summary
Constructors Constructor Description LunoQuote(String id, String type, String pair, BigDecimal baseAmount, BigDecimal counterAmount, long createdAt, long expiresAt, boolean discarded, boolean exercised)
-
Method Summary
Modifier and Type Method Description Date
getCreatedAt()
Date
getExpiresAt()
String
toString()
-
Field Details
-
id
-
type
-
pair
-
baseAmount
-
counterAmount
-
createdAt
public final long createdAt -
expiresAt
public final long expiresAt -
discarded
public final boolean discarded -
exercised
public final boolean exercised
-
-
Constructor Details
-
LunoQuote
public LunoQuote(String id, String type, String pair, BigDecimal baseAmount, BigDecimal counterAmount, long createdAt, long expiresAt, boolean discarded, boolean exercised)
-
-
Method Details