public class BitfinexTradeServiceRaw extends BitfinexBasePollingService
apiKey, bitfinex, payloadCreator, signatureCreator
exchange
Constructor and Description |
---|
BitfinexTradeServiceRaw(Exchange exchange)
Constructor
|
getExchangeSymbols
verifyOrder, verifyOrder, verifyOrder
public BitfinexTradeServiceRaw(Exchange exchange)
exchange
- public BitfinexOrderStatusResponse[] getBitfinexOpenOrders() throws IOException
IOException
public BitfinexOfferStatusResponse[] getBitfinexOpenOffers() throws IOException
IOException
public BitfinexOrderStatusResponse placeBitfinexMarketOrder(MarketOrder marketOrder, BitfinexOrderType bitfinexOrderType) throws IOException
IOException
public BitfinexOrderStatusResponse placeBitfinexLimitOrder(LimitOrder limitOrder, BitfinexOrderType bitfinexOrderType, boolean hidden) throws IOException
IOException
public BitfinexOfferStatusResponse placeBitfinexFixedRateLoanOrder(FixedRateLoanOrder loanOrder, BitfinexOrderType orderType) throws IOException
IOException
public BitfinexOfferStatusResponse placeBitfinexFloatingRateLoanOrder(FloatingRateLoanOrder loanOrder, BitfinexOrderType orderType) throws IOException
IOException
public boolean cancelBitfinexOrder(String orderId) throws IOException
IOException
public BitfinexOfferStatusResponse cancelBitfinexOffer(String offerId) throws IOException
IOException
public BitfinexOrderStatusResponse getBitfinexOrderStatus(String orderId) throws IOException
IOException
public BitfinexOfferStatusResponse getBitfinexOfferStatusResponse(String offerId) throws IOException
IOException
public BitfinexTradeResponse[] getBitfinexTradeHistory(String symbol, long timestamp, int limit) throws IOException
IOException
public BitfinexCreditResponse[] getBitfinexActiveCredits() throws IOException
IOException
public BitfinexActivePositionsResponse[] getBitfinexActivePositions() throws IOException
IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.