node.bittrex.api icon indicating copy to clipboard operation
node.bittrex.api copied to clipboard

ImmediateOrCancel (FOK) Orders

Open Daimakaimura opened this issue 7 years ago • 4 comments

Hi, I have been trying to put FOK orders using buylimit and selllimit without success. Do you know if this is actually implemented?

Daimakaimura avatar Aug 08 '17 18:08 Daimakaimura

Yea, it's implemented in unofficial V2

ilyacherevkov avatar Aug 13 '17 21:08 ilyacherevkov

i use bittrex API 1.1 and 2.0 for trading client (Delphi). how use method BuyLimit with "ConditionType" and "Target" parameters?

this sample dont work? :

https://bittrex.com/api/v2.0/auth/market/tradebuy?&nonce=1502481723&MarketName=BTC-BCC&OrderType=LIMIT&Quantity=0.0005&Rate=0.10271362101&TimeInEffect=IMMEDIATE_OR_CANCEL&ConditionType=GREATER_THAN&Target=0.10271362101&__RequestVerificationToken=********

trojanhost avatar Aug 14 '17 17:08 trojanhost

Yea, it's implemented in unofficial V2

How do I use it on this library? Or it is only implemented for candles?

Thank you!

glaucoheitor avatar Aug 21 '17 17:08 glaucoheitor

I don't actually use this library, i write on C#, so I'm not sure how to use it in this library. Take a look at this Java implementation https://github.com/platelminto/java-bittrex-2/blob/master/src/Bittrex.java

There is IMMEDIATE_OR_CANCEL order type

ilyacherevkov avatar Aug 26 '17 15:08 ilyacherevkov