public class VolumePair extends Object
| Constructor and Description |
|---|
VolumePair(String code1,
BigDecimal volume1,
String code2,
BigDecimal volume2) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMarket()
Returns the Market Code
|
String |
getSymbol1() |
String |
getSymbol2() |
BigDecimal |
getVolume1() |
BigDecimal |
getVolume2() |
String |
toString() |
public VolumePair(String code1, BigDecimal volume1, String code2, BigDecimal volume2)
public String getSymbol1()
public BigDecimal getVolume1()
public String getSymbol2()
public BigDecimal getVolume2()
public String getMarket()
Copyright © 2019. All rights reserved.