public class DragonexTradeServiceRaw extends DragonexBaseService
ContentSHA1exchange| Constructor and Description |
|---|
DragonexTradeServiceRaw(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
DealHistory |
dealHistory(String token,
DealHistoryRequest req) |
UserOrder |
orderBuy(String token,
OrderPlacement orderPlacement) |
UserOrder |
orderCancel(String token,
OrderReference ref) |
UserOrder |
orderDetail(String token,
OrderReference ref) |
OrderHistory |
orderHistory(String token,
OrderHistoryRequest req) |
UserOrder |
orderSell(String token,
OrderPlacement orderPlacement) |
utcNowgetClientConfig, verifyOrder, verifyOrder, verifyOrderpublic DragonexTradeServiceRaw(Exchange exchange)
public UserOrder orderBuy(String token, OrderPlacement orderPlacement) throws DragonexException, IOException
DragonexExceptionIOExceptionpublic UserOrder orderSell(String token, OrderPlacement orderPlacement) throws DragonexException, IOException
DragonexExceptionIOExceptionpublic UserOrder orderCancel(String token, OrderReference ref) throws DragonexException, IOException
DragonexExceptionIOExceptionpublic UserOrder orderDetail(String token, OrderReference ref) throws DragonexException, IOException
DragonexExceptionIOExceptionpublic OrderHistory orderHistory(String token, OrderHistoryRequest req) throws DragonexException, IOException
DragonexExceptionIOExceptionpublic DealHistory dealHistory(String token, DealHistoryRequest req) throws DragonexException, IOException
DragonexExceptionIOExceptionCopyright © 2018–2019 Knowm Inc.. All rights reserved.