Uses of Class
com.markose.etrade.market.ChainType
-
Packages that use ChainType Package Description com.markose.etrade.market -
-
Uses of ChainType in com.markose.etrade.market
Methods in com.markose.etrade.market that return ChainType Modifier and Type Method Description static ChainTypeChainType. fromValue(java.lang.String v)ChainTypeOptionChainRequest. getChainType()static ChainTypeChainType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChainType[]ChainType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.markose.etrade.market with parameters of type ChainType Modifier and Type Method Description voidOptionChainRequest. setChainType(ChainType chainType)
-