Modifier and Type | Method and Description |
---|---|
Object |
cancelOrder(si.mazi.rescu.ParamsDigest signer,
long timestamp,
si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory,
String walletId,
String orderId)
Returns empty body, return object is always null
|
ItBitAccountInfoReturn[] |
getInfo(si.mazi.rescu.ParamsDigest signer,
long timestamp,
si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory,
String userId) |
ItBitOrder |
getOrder(si.mazi.rescu.ParamsDigest signer,
long timestamp,
si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory,
String walletId,
String orderId) |
ItBitOrder[] |
getOrders(si.mazi.rescu.ParamsDigest signer,
long timestamp,
si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory,
String instrument,
String page,
String perPage,
String status,
String walletId) |
ItBitTicker |
getTicker(String tradeableIdentifier,
String currency) |
ItBitAccountInfoReturn |
getWallet(si.mazi.rescu.ParamsDigest signer,
long timestamp,
si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory,
String walletId) |
ItBitOrder |
postOrder(si.mazi.rescu.ParamsDigest signer,
long timestamp,
si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory,
String walletId,
ItBitPlaceOrderRequest request) |
ItBitOrder |
requestWithdrawal(si.mazi.rescu.ParamsDigest signer,
long timestamp,
si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory,
String walletId,
ItBitPlaceOrderRequest request) |
ItBitTicker getTicker(String tradeableIdentifier, String currency) throws IOException
IOException
ItBitAccountInfoReturn[] getInfo(@HeaderParam(value="Authorization") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-Auth-Timestamp") long timestamp, @HeaderParam(value="X-Auth-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory, String userId) throws IOException
IOException
ItBitAccountInfoReturn getWallet(@HeaderParam(value="Authorization") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-Auth-Timestamp") long timestamp, @HeaderParam(value="X-Auth-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory, String walletId) throws IOException
IOException
ItBitOrder[] getOrders(@HeaderParam(value="Authorization") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-Auth-Timestamp") long timestamp, @HeaderParam(value="X-Auth-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory, String instrument, String page, String perPage, String status, String walletId) throws IOException
IOException
ItBitOrder getOrder(@HeaderParam(value="Authorization") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-Auth-Timestamp") long timestamp, @HeaderParam(value="X-Auth-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory, String walletId, String orderId) throws IOException
IOException
ItBitOrder postOrder(@HeaderParam(value="Authorization") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-Auth-Timestamp") long timestamp, @HeaderParam(value="X-Auth-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory, String walletId, ItBitPlaceOrderRequest request) throws IOException
IOException
Object cancelOrder(@HeaderParam(value="Authorization") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-Auth-Timestamp") long timestamp, @HeaderParam(value="X-Auth-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory, String walletId, String orderId) throws IOException
IOException
ItBitOrder requestWithdrawal(@HeaderParam(value="Authorization") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-Auth-Timestamp") long timestamp, @HeaderParam(value="X-Auth-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> valueFactory, String walletId, ItBitPlaceOrderRequest request) throws IOException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.