node.bittrex.api
node.bittrex.api copied to clipboard
ImmediateOrCancel (FOK) Orders
Hi, I have been trying to put FOK orders using buylimit and selllimit without success. Do you know if this is actually implemented?
Yea, it's implemented in unofficial V2
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=********
Yea, it's implemented in unofficial V2
How do I use it on this library? Or it is only implemented for candles?
Thank you!
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