public class BleutradeTradeServiceRaw extends BleutradeBaseService
| Modifier and Type | Class and Description |
|---|---|
static class |
BleutradeTradeServiceRaw.BleutradeTradeHistoryParams |
apiKey, bleutrade, signatureCreatorexchange| Constructor and Description |
|---|
BleutradeTradeServiceRaw(Exchange exchange,
si.mazi.rescu.IRestProxyFactory restProxyFactory)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
buyLimit(LimitOrder limitOrder) |
boolean |
cancel(String orderId) |
List<BleutradeOpenOrder> |
getBleutradeOpenOrders() |
List<BluetradeExecutedTrade> |
getTrades(TradeHistoryParams params) |
String |
sellLimit(LimitOrder limitOrder) |
getClientConfig, verifyOrder, verifyOrder, verifyOrderpublic BleutradeTradeServiceRaw(Exchange exchange, si.mazi.rescu.IRestProxyFactory restProxyFactory)
exchange - public String buyLimit(LimitOrder limitOrder) throws IOException
IOExceptionpublic String sellLimit(LimitOrder limitOrder) throws IOException
IOExceptionpublic boolean cancel(String orderId) throws IOException
IOExceptionpublic List<BleutradeOpenOrder> getBleutradeOpenOrders() throws IOException
IOExceptionpublic List<BluetradeExecutedTrade> getTrades(TradeHistoryParams params) throws IOException
IOExceptionCopyright © 2012–2018 Knowm Inc.. All rights reserved.