Package | Description |
---|---|
org.oxerr.okcoin.rest.dto |
Data transfer objects.
|
org.oxerr.okcoin.rest.dto.deserializer |
Deserializers.
|
org.oxerr.okcoin.websocket.dto |
Data transfer objects.
|
Modifier and Type | Method and Description |
---|---|
Status |
Order.getStatus() |
Status |
IcebergOrder.getStatus() |
Status |
BorrowOrder.getStatus() |
static Status |
Status.of(int code) |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BorrowOrder(BigDecimal amount,
Instant borrowDate,
long borrowId,
int days,
BigDecimal dealAmount,
BigDecimal rate,
Status status,
String symbol) |
IcebergOrder(long id,
Instant date,
Type side,
BigDecimal tradeValue,
BigDecimal singleAvg,
BigDecimal depthRange,
BigDecimal protectedPrice,
BigDecimal filled,
Status status) |
Order(long orderId,
Status status,
String symbol,
Type type,
BigDecimal price,
BigDecimal amount,
BigDecimal dealAmount,
BigDecimal avgPrice,
Instant createDate) |
Modifier and Type | Method and Description |
---|---|
Status |
StatusDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
Status |
Trade.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
Trade.setStatus(Status status) |
Copyright © 2013–2017. All rights reserved.