Modifier and Type | Method and Description |
---|---|
CoinfloorExchangeEvent |
CoinfloorStreamingExchangeService.placeOrder(Order order)
Place an order Upon receipt of response, a CoinfloorExchangeEvent with payload Map
|
Constructor and Description |
---|
PlaceOrderRequest(Order order) |
Modifier and Type | Class and Description |
---|---|
class |
LimitOrder
DTO representing a limit order
|
class |
MarketOrder
DTO representing a market order
|
Modifier and Type | Method and Description |
---|---|
static MarketOrder.Builder |
MarketOrder.Builder.from(Order order) |
static LimitOrder.Builder |
LimitOrder.Builder.from(Order order) |
Modifier and Type | Method and Description |
---|---|
static String |
HitbtcAdapters.createOrderId(Order order,
long nonce) |
Modifier and Type | Method and Description |
---|---|
protected BigInteger |
HitbtcTradeServiceRaw.getLots(Order order)
Represent tradableAmount in lots
|
Modifier and Type | Class and Description |
---|---|
class |
RippleLimitOrder |
Modifier and Type | Method and Description |
---|---|
static RippleLimitOrder.Builder |
RippleLimitOrder.Builder.from(Order order) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseExchangeService.verifyOrder(Order order,
ExchangeMetaData exchangeMetaData) |
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.