Package | Description |
---|---|
com.zbsnetwork.zbsjava | |
com.zbsnetwork.zbsjava.json.deser | |
com.zbsnetwork.zbsjava.matcher |
Modifier and Type | Method and Description |
---|---|
Order.Status |
OrderStatusInfo.getStatus() |
Modifier and Type | Method and Description |
---|---|
Order.Status |
OrderStatusDeser.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Modifier and Type | Method and Description |
---|---|
static Order.Status |
Order.Status.fromString(String json) |
Order.Status |
Order.getStatus() |
static Order.Status |
Order.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.Status[] |
Order.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Order(String id,
Order.Type orderType,
AssetPair assetPair,
long amount,
long price,
long timestamp,
long filled,
Order.Status status,
long expiration,
long matcherFee,
PublicKeyAccount senderPublicKey,
PublicKeyAccount matcherKey,
ByteString signature) |
Copyright © 2019. All rights reserved.