public class VaultoroTradeServiceRaw extends VaultoroBaseService
apiKey, signatureCreator, vaultoroexchange| Constructor and Description |
|---|
VaultoroTradeServiceRaw(Exchange exchange)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
VaultoroCancelOrderResponse |
cancelVaultoroOrder(String orderId) |
Map<String,List<VaultoroOpenOrder>> |
getVaultoroOrders() |
VaultoroNewOrderResponse |
placeLimitOrder(CurrencyPair currencyPair,
Order.OrderType orderType,
BigDecimal amount,
BigDecimal price) |
VaultoroNewOrderResponse |
placeMarketOrder(CurrencyPair currencyPair,
Order.OrderType orderType,
BigDecimal amount) |
getClientConfig, verifyOrder, verifyOrder, verifyOrderpublic VaultoroTradeServiceRaw(Exchange exchange)
exchange - public VaultoroCancelOrderResponse cancelVaultoroOrder(String orderId) throws IOException
IOExceptionpublic Map<String,List<VaultoroOpenOrder>> getVaultoroOrders() throws IOException
IOExceptionpublic VaultoroNewOrderResponse placeLimitOrder(CurrencyPair currencyPair, Order.OrderType orderType, BigDecimal amount, BigDecimal price) throws IOException
IOExceptionpublic VaultoroNewOrderResponse placeMarketOrder(CurrencyPair currencyPair, Order.OrderType orderType, BigDecimal amount) throws IOException
IOExceptionCopyright © 2012–2018 Knowm Inc.. All rights reserved.