public class Order extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
amount |
Account |
matcher |
long |
matcherFee |
com.wavesplatform.wavesj.AssetPair |
pair |
long |
price |
Account |
sender |
OrderType |
type |
| Modifier and Type | Method and Description |
|---|---|
Order |
amount(long value) |
static Order |
buy(Account from) |
long |
calcMatcherFee() |
Order |
matcher(Account matcher) |
Order |
matcherFee(long fee) |
Order |
pair(String amountAsset,
String priceAsset) |
Order |
price(long value) |
static Order |
sell(Account from) |
Order |
type(OrderType type) |
public Account sender
public Account matcher
public OrderType type
public com.wavesplatform.wavesj.AssetPair pair
public long amount
public long price
public long matcherFee
public Order(Account from)
Copyright © 2019. All rights reserved.