public class PeatioTradeServiceRaw extends PeatioBasePrivatePollingService
accessKey, signature, tonce
peatio
Modifier | Constructor and Description |
---|---|
protected |
PeatioTradeServiceRaw(com.xeiam.xchange.Exchange exchange) |
Modifier and Type | Method and Description |
---|---|
Order[] |
clearOrders() |
Order |
deleteOrder(long id) |
Trade[] |
getMyTrades(String market,
Integer limit,
Long timestamp,
Long from,
Long to,
String orderBy) |
Order |
getOrder(long id) |
Order[] |
getOrders(String market,
String state,
Integer limit,
Integer page,
String orderBy) |
Order |
placeOrder(String market,
String side,
BigDecimal volume,
BigDecimal price,
String ordType) |
getExchangeSymbols, getMarkets
protected PeatioTradeServiceRaw(com.xeiam.xchange.Exchange exchange)
public Order[] getOrders(String market, String state, Integer limit, Integer page, String orderBy) throws PeatioException, IOException
PeatioException
IOException
public Order placeOrder(String market, String side, BigDecimal volume, BigDecimal price, String ordType) throws PeatioException, IOException
PeatioException
IOException
public Order[] clearOrders() throws PeatioException, IOException
PeatioException
IOException
public Order getOrder(long id) throws PeatioException, IOException
PeatioException
IOException
public Order deleteOrder(long id) throws PeatioException, IOException
PeatioException
IOException
public Trade[] getMyTrades(String market, Integer limit, Long timestamp, Long from, Long to, String orderBy) throws PeatioException, IOException
PeatioException
IOException
Copyright © 2015. All rights reserved.