Package com.longbridge.grid
Class GridChannelInfo
- java.lang.Object
-
- com.longbridge.grid.GridChannelInfo
-
public class GridChannelInfo extends Object
Channel / authorization info nested in the symbol-info response
-
-
Constructor Summary
Constructors Constructor Description GridChannelInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrency()Returns currency.String[]getSettlementCurrency()Returns settlementCurrency.booleangetStrategyGranted()Returns strategyGranted.booleangetSupportRth()Returns supportRth.StringtoString()
-
-
-
Method Detail
-
getStrategyGranted
public boolean getStrategyGranted()
Returns strategyGranted.- Returns:
- strategyGranted
-
getSupportRth
public boolean getSupportRth()
Returns supportRth.- Returns:
- supportRth
-
getCurrency
public String getCurrency()
Returns currency.- Returns:
- currency
-
getSettlementCurrency
public String[] getSettlementCurrency()
Returns settlementCurrency.- Returns:
- settlementCurrency
-
-