Uses of Enum Class
net.osslabz.crypto.Exchange
-
Uses of Exchange in net.osslabz.crypto
Methods in net.osslabz.crypto that return ExchangeModifier and TypeMethodDescriptionOhlc.exchange()OhlcAsset.exchange()TradingAsset.exchange()Returns the value of theexchangerecord component.static ExchangeReturns the enum constant of this class with the specified name.static Exchange[]Exchange.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.osslabz.crypto with parameters of type ExchangeModifierConstructorDescriptionOhlcAsset(Exchange exchange, String baseCurrencyCode, String counterCurrencyCode, Interval interval) TradingAsset(Exchange exchange, String baseCurrencyCode, String counterCurrencyCode) TradingAsset(Exchange exchange, CurrencyPair currencyPair) Creates an instance of aTradingAssetrecord class.