Uses of Class
org.knowm.xchange.bitstamp.BitstampAuthenticatedV2.Side
Package | Description |
---|---|
org.knowm.xchange.bitstamp | |
org.knowm.xchange.bitstamp.service |
-
Uses of BitstampAuthenticatedV2.Side in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp that return BitstampAuthenticatedV2.Side Modifier and Type Method Description static BitstampAuthenticatedV2.Side
BitstampAuthenticatedV2.Side. valueOf(String name)
Returns the enum constant of this type with the specified name.static BitstampAuthenticatedV2.Side[]
BitstampAuthenticatedV2.Side. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.bitstamp with parameters of type BitstampAuthenticatedV2.Side Modifier and Type Method Description BitstampOrder
BitstampAuthenticatedV2. 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)
BitstampOrder
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.Side Modifier and Type Method Description BitstampOrder
BitstampTradeServiceRaw. placeBitstampMarketOrder(CurrencyPair pair, BitstampAuthenticatedV2.Side side, BigDecimal originalAmount)
BitstampOrder
BitstampTradeServiceRaw. placeBitstampOrder(CurrencyPair pair, BitstampAuthenticatedV2.Side side, BigDecimal originalAmount, BigDecimal price)