public class BTCTradeSession extends Object
For one API key, we can only have one single session, and all requests on one session should be synchronized, because:
BTCTradeSecretData
of one API key is single in server side.Modifier and Type | Method and Description |
---|---|
Exchange |
getExchange() |
String |
getKey()
Returns the public key of the API key.
|
si.mazi.rescu.ParamsDigest |
getSignatureCreator() |
public Exchange getExchange()
public String getKey()
public si.mazi.rescu.ParamsDigest getSignatureCreator() throws IOException
IOException
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.