Modifier and Type | Method and Description |
---|---|
static LimitOrder |
BitcoindeAdapters.createOrder(CurrencyPair currencyPair,
BigDecimal[] priceAndAmount,
Order.OrderType orderType,
String orderId,
Date timeStamp)
Create an individual order.
|
static List<LimitOrder> |
BitcoindeAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
BigDecimal[][] orders)
Create a list of orders from a list of asks or bids.
|
Modifier and Type | Method and Description |
---|---|
static List<LimitOrder> |
BitcoiniumAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
BitcoiniumOrderbook.CondensedOrder[] condensedOrders) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
BitcurexAdapters.adaptOrder(BigDecimal amount,
BigDecimal price,
CurrencyPair currencyPair,
Order.OrderType orderType,
String id)
Adapts a BitcurexOrder to a LimitOrder
|
static List<LimitOrder> |
BitcurexAdapters.adaptOrders(List<BigDecimal[]> bitcurexOrders,
CurrencyPair currencyPair,
Order.OrderType orderType,
String id)
Adapts a List of bitcurexOrders to a List of LimitOrders
|
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
BitfinexAdapters.adaptOrder(BigDecimal amount,
BigDecimal price,
CurrencyPair currencyPair,
Order.OrderType orderType,
Date timestamp) |
static BitfinexAdapters.OrdersContainer |
BitfinexAdapters.adaptOrders(BitfinexLevel[] bitfinexLevels,
CurrencyPair currencyPair,
Order.OrderType orderType) |
Modifier and Type | Method and Description |
---|---|
Order.OrderType |
BitfinexActivePositionsResponse.getOrderType() |
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
BitMarketUtils.BitMarketOrderTypeToOrderType(String bitmarketOrderType) |
Modifier and Type | Method and Description |
---|---|
static String |
BitMarketUtils.OrderTypeToBitMarketOrderType(Order.OrderType orderType) |
Modifier and Type | Method and Description |
---|---|
Order.OrderType |
BitMarketOrder.getType() |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
BitsoAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
BitsoAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
BitstampAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
BitstampAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
BTCEAdapters.adaptOrder(BigDecimal amount,
BigDecimal price,
CurrencyPair currencyPair,
Order.OrderType orderType,
String id)
Adapts a BTCEOrder to a LimitOrder
|
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
BTERAdapters.adaptOrderType(BTEROrderType cryptoTradeOrderType) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
BTERAdapters.adaptOrder(BTERPublicOrder order,
CurrencyPair currencyPair,
Order.OrderType orderType) |
static List<LimitOrder> |
BTERAdapters.adaptOrders(List<BTERPublicOrder> orders,
CurrencyPair currencyPair,
Order.OrderType orderType) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
CampBXAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
CampBXAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
CexIOAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
CexIOAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
CleverCoinAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
CleverCoinAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
CoinbaseAdapters.adaptOrderType(CoinbaseTransferType transferType) |
Modifier and Type | Method and Description |
---|---|
static List<LimitOrder> |
CoinmateAdapters.createOrders(List<CoinmateOrderBookEntry> coinmateOrders,
Order.OrderType type,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
CointraderAdapters.adaptOrderType(CointraderOrder.Type orderType) |
Modifier and Type | Field and Description |
---|---|
protected Order.OrderType |
Order.Builder.orderType |
Modifier and Type | Method and Description |
---|---|
Order.OrderType |
Order.getType() |
Order.OrderType |
LoanOrder.getType() |
static Order.OrderType |
Order.OrderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order.OrderType[] |
Order.OrderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Order.Builder |
Order.Builder.orderType(Order.OrderType orderType) |
Constructor and Description |
---|
Builder(Order.OrderType orderType,
CurrencyPair currencyPair) |
LoanOrder(Order.OrderType type,
String currency,
BigDecimal tradableAmount,
int dayPeriod,
String id,
Date timestamp)
Constructor
|
Order(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
String id,
Date timestamp) |
Modifier and Type | Field and Description |
---|---|
protected Order.OrderType |
Trade.type
Did this trade result from the execution of a bid or a ask?
|
protected Order.OrderType |
Trade.Builder.type |
Modifier and Type | Method and Description |
---|---|
Order.OrderType |
Trade.getType() |
Modifier and Type | Method and Description |
---|---|
List<LimitOrder> |
OrderBook.getOrders(Order.OrderType type) |
Trade.Builder |
Trade.Builder.type(Order.OrderType type) |
Constructor and Description |
---|
OrderBookUpdate(Order.OrderType type,
BigDecimal volume,
CurrencyPair currencyPair,
BigDecimal limitPrice,
Date timestamp,
BigDecimal totalVolume)
Build an order book update.
|
Trade(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
BigDecimal price,
Date timestamp,
String id)
This constructor is called to create a public Trade object in
PollingMarketDataService.getTrades(com.xeiam.xchange.currency.CurrencyPair, Object...)
implementations) since it's missing the orderId and fee parameters. |
Modifier and Type | Method and Description |
---|---|
MarketOrder.Builder |
MarketOrder.Builder.orderType(Order.OrderType orderType) |
LimitOrder.Builder |
LimitOrder.Builder.orderType(Order.OrderType orderType) |
UserTrade.Builder |
UserTrade.Builder.type(Order.OrderType type) |
Constructor and Description |
---|
Builder(Order.OrderType orderType,
CurrencyPair currencyPair) |
Builder(Order.OrderType orderType,
CurrencyPair currencyPair) |
FixedRateLoanOrder(Order.OrderType type,
String currency,
BigDecimal tradableAmount,
int dayPeriod,
String id,
Date timestamp,
BigDecimal rate) |
FloatingRateLoanOrder(Order.OrderType type,
String currency,
BigDecimal tradableAmount,
int dayPeriod,
String id,
Date timestamp,
BigDecimal rate) |
LimitOrder(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
String id,
Date timestamp,
BigDecimal limitPrice) |
MarketOrder(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair) |
MarketOrder(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
Date timestamp) |
MarketOrder(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
String id,
Date timestamp) |
UserTrade(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
BigDecimal price,
Date timestamp,
String id,
String orderId,
BigDecimal feeAmount,
String feeCurrency)
This constructor is called to construct user's trade objects (in
PollingTradeService.getTradeHistory(Object...) implementations). |
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
HitbtcAdapters.adaptOrderType(String side) |
static Order.OrderType |
HitbtcAdapters.readOrderType(String orderId) |
Modifier and Type | Method and Description |
---|---|
static String |
HitbtcAdapters.getSide(Order.OrderType type) |
Modifier and Type | Method and Description |
---|---|
String |
IndependentReserveTradeServiceRaw.independentReservePlaceLimitOrder(CurrencyPair currencyPair,
Order.OrderType type,
BigDecimal limitPrice,
BigDecimal tradableAmount) |
Modifier and Type | Method and Description |
---|---|
static List<LimitOrder> |
ItBitAdapters.adaptOrders(List<BigDecimal[]> orders,
CurrencyPair currencyPair,
Order.OrderType orderType) |
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
KrakenAdapters.adaptOrderType(KrakenType krakenType) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
KrakenAdapters.adaptOrder(KrakenPublicOrder order,
Order.OrderType orderType,
CurrencyPair currencyPair) |
static KrakenAdapters.OrdersContainer |
KrakenAdapters.adaptOrders(List<KrakenPublicOrder> orders,
CurrencyPair currencyPair,
Order.OrderType orderType) |
Modifier and Type | Method and Description |
---|---|
static KrakenType |
KrakenType.fromOrderType(Order.OrderType type) |
Constructor and Description |
---|
KrakenUserTrade(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
BigDecimal price,
Date timestamp,
String id,
String orderId,
BigDecimal feeAmount,
String feeCurrency,
BigDecimal cost) |
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
LoyalbitAdapters.adaptOrderType(LoyalbitOrder.Type orderType) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
LoyalbitAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
LoyalbitAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
MercadoBitcoinAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
MercadoBitcoinAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
MeXBTAdapters.adaptSide(int side) |
Modifier and Type | Method and Description |
---|---|
static String |
MeXBTAdapters.toSide(Order.OrderType orderType) |
Modifier and Type | Method and Description |
---|---|
static Order.OrderType |
OkCoinAdapters.adaptOrderType(String type) |
Modifier and Type | Method and Description |
---|---|
static List<LimitOrder> |
PoloniexAdapters.adaptPoloniexPublicOrders(List<List<BigDecimal>> rawLevels,
Order.OrderType orderType,
CurrencyPair currencyPair) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
QuoineAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
QuoineAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
static List<LimitOrder> |
RippleAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<RippleOrder> orders,
String baseCounterparty,
String counterCounterparty) |
Constructor and Description |
---|
Builder(Order.OrderType type,
CurrencyPair currencyPair) |
RippleLimitOrder(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
String id,
Date timestamp,
BigDecimal limitPrice,
String baseCounterparty,
String counterCounterparty) |
RippleUserTrade(Order.OrderType type,
BigDecimal tradableAmount,
CurrencyPair currencyPair,
BigDecimal price,
Date timestamp,
String id,
String orderId,
BigDecimal feeAmount,
String feeCurrency,
String baseCounterparty,
String counterCounterparty,
BigDecimal baseTransferFee,
BigDecimal counterTransferFee) |
Modifier and Type | Method and Description |
---|---|
static BigDecimal |
RippleTradeServiceRaw.getExpectedTransferFee(ITransferFeeSource transferFeeSource,
String counterparty,
String currency,
BigDecimal quantity,
Order.OrderType type)
The expected counterparty transfer fee for an order that results in a transfer of the supplied amount of currency.
|
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
TaurusAdapters.createOrder(CurrencyPair currencyPair,
List<BigDecimal> priceAndAmount,
Order.OrderType orderType) |
static List<LimitOrder> |
TaurusAdapters.createOrders(CurrencyPair currencyPair,
Order.OrderType orderType,
List<List<BigDecimal>> orders) |
Modifier and Type | Method and Description |
---|---|
Order.OrderType |
TaurusOrder.getType() |
Constructor and Description |
---|
TaurusOrder(String id,
Date datetime,
Order.OrderType type,
BigDecimal price,
BigDecimal amount,
TaurusOrder.Status status,
Object error,
CurrencyPair book) |
Modifier and Type | Method and Description |
---|---|
static TheRockOrder.Side |
TheRockAdapters.adaptSide(Order.OrderType type) |
Modifier and Type | Method and Description |
---|---|
static LimitOrder |
VircurexAdapters.adaptOrder(BigDecimal amount,
BigDecimal price,
CurrencyPair currencyPair,
Order.OrderType orderType,
String id) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.