Class BitflyerTradeServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.bitflyer.service.BitflyerBaseService
org.knowm.xchange.bitflyer.service.BitflyerTradeServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BitflyerTradeService
public class BitflyerTradeServiceRaw extends BitflyerBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.bitflyer.service.BitflyerBaseService
apiKey, bitflyer, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description BitflyerTradeServiceRaw(Exchange exchange)
Constructor -
Method Summary
Modifier and Type Method Description List<BitflyerQueryChildOrderResult>
getChildOrders(String productCode, String childOrderState)
List<BitflyerExecution>
getExecutions()
List<BitflyerExecution>
getExecutions(String productCode)
List<BitflyerPosition>
getPositions()
List<BitflyerPosition>
getPositions(String productCode)
BitflyerChildOrderAcceptance
sendChildOrder(LimitOrder limitOrder)
BitflyerChildOrderAcceptance
sendChildOrder(MarketOrder marketOrder)
BitflyerParentOrderAcceptance
sendParentOrder(LimitOrder limitOrder)
BitflyerParentOrderAcceptance
sendParentOrder(MarketOrder marketOrder)
Methods inherited from class org.knowm.xchange.bitflyer.service.BitflyerBaseService
handleError
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
BitflyerTradeServiceRaw
Constructor- Parameters:
exchange
-
-
-
Method Details
-
getExecutions
- Throws:
IOException
-
getExecutions
- Throws:
IOException
-
getPositions
- Throws:
IOException
-
getPositions
- Throws:
IOException
-
getChildOrders
public List<BitflyerQueryChildOrderResult> getChildOrders(String productCode, String childOrderState) throws IOException- Throws:
IOException
-
sendChildOrder
- Throws:
IOException
-
sendChildOrder
- Throws:
IOException
-
sendParentOrder
- Throws:
IOException
-
sendParentOrder
- Throws:
IOException
-