public class BTCEOrder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BTCEOrder.Type |
Constructor and Description |
---|
BTCEOrder(int status,
Long timestampCreated,
BigDecimal rate,
BigDecimal amount,
BTCEOrder.Type type,
String pair)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
String |
getPair() |
BigDecimal |
getRate() |
int |
getStatus() |
Long |
getTimestampCreated() |
BTCEOrder.Type |
getType() |
String |
toString() |
public BTCEOrder(int status, Long timestampCreated, BigDecimal rate, BigDecimal amount, BTCEOrder.Type type, String pair)
status
- timestampCreated
- rate
- amount
- type
- pair
- public String getPair()
public BTCEOrder.Type getType()
public BigDecimal getAmount()
public BigDecimal getRate()
public Long getTimestampCreated()
public int getStatus()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.