Uses of Enum Class
org.knowm.xchange.bitstamp.BitstampAuthenticatedV2.Side
Packages that use BitstampAuthenticatedV2.Side
-
Uses of BitstampAuthenticatedV2.Side in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that return BitstampAuthenticatedV2.SideModifier and TypeMethodDescriptionstatic BitstampAuthenticatedV2.SideReturns the enum constant of this class with the specified name.static BitstampAuthenticatedV2.Side[]BitstampAuthenticatedV2.Side.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.knowm.xchange.bitstamp with parameters of type BitstampAuthenticatedV2.SideModifier and TypeMethodDescriptionBitstampAuthenticatedV2.placeMarketOrder(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<String> nonce, si.mazi.rescu.SynchronizedValueFactory<String> timeStamp, String version, BitstampAuthenticatedV2.Side side, BitstampV2.Pair pair, BigDecimal amount) BitstampAuthenticatedV2.placeOrder(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<String> nonce, si.mazi.rescu.SynchronizedValueFactory<String> timeStamp, String version, BitstampAuthenticatedV2.Side side, BitstampV2.Pair pair, BigDecimal amount, BigDecimal price) -
Uses of BitstampAuthenticatedV2.Side in org.knowm.xchange.bitstamp.service
Methods in org.knowm.xchange.bitstamp.service with parameters of type BitstampAuthenticatedV2.SideModifier and TypeMethodDescriptionBitstampTradeServiceRaw.placeBitstampMarketOrder(CurrencyPair pair, BitstampAuthenticatedV2.Side side, BigDecimal originalAmount) BitstampTradeServiceRaw.placeBitstampOrder(CurrencyPair pair, BitstampAuthenticatedV2.Side side, BigDecimal originalAmount, BigDecimal price)