Package | Description |
---|---|
com.xeiam.xchange.loyalbit | |
com.xeiam.xchange.loyalbit.dto.trade | |
com.xeiam.xchange.loyalbit.service.polling |
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
LoyalbitAdapters.adaptOrderType(LoyalbitOrder.Type orderType) |
LoyalbitSubmitOrderResponse |
LoyalbitAuthenticated.submitOrder(String apiKey,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
LoyalbitDigest signer,
LoyalbitOrder.Type type,
BigDecimal amount,
BigDecimal price,
LoyalbitAuthenticated.Pair pair) |
Modifier and Type | Method and Description |
---|---|
LoyalbitOrder.Type |
LoyalbitOrder.getType() |
LoyalbitOrder.Type |
LoyalbitUserTransaction.getType() |
static LoyalbitOrder.Type |
LoyalbitOrder.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoyalbitOrder.Type[] |
LoyalbitOrder.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LoyalbitOrder(Long id,
Date microtime,
LoyalbitOrder.Type type,
BigDecimal amount,
BigDecimal price,
Integer status) |
LoyalbitUserTransaction(Long id,
Long orderId,
Date microtime,
LoyalbitOrder.Type type,
BigDecimal amount,
BigDecimal price,
BigDecimal subtotal,
BigDecimal fee,
BigDecimal feeUSD,
BigDecimal total,
Integer status) |
Modifier and Type | Method and Description |
---|---|
LoyalbitSubmitOrderResponse |
LoyalbitTradeServiceRaw.placeLoyalbitOrder(LoyalbitOrder.Type type,
BigDecimal amount,
BigDecimal price) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.