| Package | Description | 
|---|---|
| org.oxerr.okcoin.rest.dto.valuereader | 
 Value Readers. 
 | 
| org.oxerr.okcoin.rest.service.web | 
 Trading through submitting web form and parsing from HTML page. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Funds | 
IndexHtmlPageReader.read(org.w3c.dom.html.HTMLDocument doc) | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
OKCoinClient.cancelContinuousEntrust(int symbol,
                       long id)
Cancel a continuous entrust. 
 | 
IcebergOrderHistory | 
OKCoinClient.getIcebergOrders(int symbol,
                int type,
                int sign,
                int strategyType,
                Integer page)
Returns iceberg orders. 
 | 
Result | 
OKCoinClient.submitContinuousEntrust(int symbol,
                       int type,
                       BigDecimal tradeValue,
                       BigDecimal singleAvg,
                       BigDecimal depthRange,
                       BigDecimal protePrice)
Submits continuous entrust. 
 | 
Copyright © 2013–2017. All rights reserved.