| Modifier and Type | Field and Description |
|---|---|
long |
amount |
Order |
buy |
long |
buyMatcherFee |
long |
fee |
long |
price |
Order |
sell |
long |
sellMatcherFee |
Account |
sender |
| Modifier and Type | Method and Description |
|---|---|
Exchange |
amount(long amount) |
Exchange |
buy(Order buy) |
Exchange |
buyMatcherFee(long value) |
long |
calcAmount() |
long |
calcBuyMatcherFee() |
long |
calcFee() |
long |
calcPrice() |
long |
calcSellMatcherFee() |
static Exchange |
exchange(Account from) |
Exchange |
fee(long fee) |
Exchange |
price(long price) |
Exchange |
sell(Order sell) |
Exchange |
sellMatcherFee(long value) |
public Account sender
public Order buy
public Order sell
public long amount
public long price
public long buyMatcherFee
public long sellMatcherFee
public long fee
public Exchange(Account from)
public Exchange amount(long amount)
public Exchange price(long price)
public Exchange buyMatcherFee(long value)
public Exchange sellMatcherFee(long value)
public Exchange fee(long fee)
public long calcAmount()
public long calcPrice()
public long calcBuyMatcherFee()
public long calcSellMatcherFee()
Copyright © 2019. All rights reserved.