121314151617181920
super(exchangeSpecification); } public OkCoinUserInfo getUserInfo() throws IOException { OkCoinUserInfo userInfo = okCoin.getUserInfo(partner, signatureCreator); return returnOrThrow(userInfo); }