public class Trades extends Object
MarketDetailPayload
and ReqMarketDetailPayload
.Constructor and Description |
---|
Trades(BigDecimal[] price,
long[] time,
BigDecimal[] amount,
int[] direction) |
Modifier and Type | Method and Description |
---|---|
BigDecimal[] |
getAmount() |
int[] |
getDirection() |
BigDecimal[] |
getPrice() |
long[] |
getTime() |
public Trades(BigDecimal[] price, long[] time, BigDecimal[] amount, int[] direction)
public BigDecimal[] getPrice()
public long[] getTime()
public BigDecimal[] getAmount()
public int[] getDirection()
Copyright © 2014–2015. All rights reserved.