Package | Description |
---|---|
com.xeiam.xchange.cryptsy.dto | |
com.xeiam.xchange.cryptsy.dto.trade | |
com.xeiam.xchange.cryptsy.service.polling |
Modifier and Type | Method and Description |
---|---|
CryptsyOrder.CryptsyOrderType |
CryptsyOrder.getType() |
static CryptsyOrder.CryptsyOrderType |
CryptsyOrder.CryptsyOrderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptsyOrder.CryptsyOrderType[] |
CryptsyOrder.CryptsyOrderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CryptsyOrder(Integer tradeId,
Integer tradeId2,
CryptsyOrder.CryptsyOrderType type,
String time,
BigDecimal price,
BigDecimal quantity,
BigDecimal total)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CryptsyOrder.CryptsyOrderType |
CryptsyTradeHistory.getInitiatingOrderType() |
CryptsyOrder.CryptsyOrderType |
CryptsyOpenOrders.getTradeType() |
CryptsyOrder.CryptsyOrderType |
CryptsyTradeHistory.getTradeType() |
Constructor and Description |
---|
CryptsyOpenOrders(int marketId,
CryptsyOrder.CryptsyOrderType type,
int orderId,
String timeStamp,
BigDecimal price,
BigDecimal quantityRem,
BigDecimal total,
BigDecimal quantityOrg)
Constructor
|
CryptsyTradeHistory(int marketId,
int tradeId,
CryptsyOrder.CryptsyOrderType type,
String timeStamp,
BigDecimal price,
BigDecimal quantity,
BigDecimal total,
BigDecimal fee,
CryptsyOrder.CryptsyOrderType init_type,
int orderId)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CryptsyCalculatedFeesReturn |
CryptsyTradeServiceRaw.calculateCryptsyFees(CryptsyOrder.CryptsyOrderType orderType,
BigDecimal quantity,
BigDecimal price)
Estimates fees and net trade volume
|
CryptsyPlaceOrderReturn |
CryptsyTradeServiceRaw.placeCryptsyLimitOrder(int marketID,
CryptsyOrder.CryptsyOrderType orderType,
BigDecimal quantity,
BigDecimal price)
Places a limit order based on parameters given
|
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.