Package | Description |
---|---|
com.zbsnetwork.zbsjava | |
com.zbsnetwork.zbsjava.json.ser | |
com.zbsnetwork.zbsjava.matcher |
Modifier and Type | Method and Description |
---|---|
Order |
Node.createOrder(PrivateKeyAccount account,
String matcherKey,
AssetPair assetPair,
Order.Type orderType,
long price,
long amount,
long expiration,
long matcherFee) |
static Order |
Transactions.makeOrderTx(PrivateKeyAccount account,
String matcherKey,
Order.Type orderType,
AssetPair assetPair,
long price,
long amount,
long expiration,
long matcherFee) |
static Order |
Transactions.makeOrderTx(PrivateKeyAccount account,
String matcherKey,
Order.Type orderType,
AssetPair assetPair,
long price,
long amount,
long expiration,
long matcherFee,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
void |
OrderTypeSer.serialize(Order.Type type,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Modifier and Type | Method and Description |
---|---|
static Order.Type |
Order.Type.fromString(String json) |
Order.Type |
Order.getOrderType() |
static Order.Type |
Order.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.Type[] |
Order.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Order(Order.Type orderType,
AssetPair assetPair,
long amount,
long price,
long timestamp,
long expiration,
long matcherFee,
PrivateKeyAccount senderPublicKey,
PublicKeyAccount matcherKey) |
Order(Order.Type orderType,
AssetPair assetPair,
long amount,
long price,
long timestamp,
long expiration,
long matcherFee,
PublicKeyAccount senderPublicKey,
PublicKeyAccount matcherKey,
ByteString signature) |
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.