You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create two Web endpoints which allows for placing order pairs (BUY-SELL / SELL-BUY) at a given:
price (prices)
-- if no price is proved, assume "market"
quote amount (for now, the same amount will be used in both the buy and the sell order)
spread (in percentage) - when no sell price provided
cancellation deadline (optional). If the second order hasn't been processed by the time of the deadline, execute it immediately at market price.
distinguish between test and real orders
Regardless of the endpoint, the workflow should always be the same. The first order gets placed, and only when it has been executed, does the second one get placed
The text was updated successfully, but these errors were encountered:
preslavrachev
changed the title
Create a possibility for creating placing pairs
Create a possibility for placing order pairs
Feb 14, 2018
Create two Web endpoints which allows for placing order pairs (BUY-SELL / SELL-BUY) at a given:
-- if no price is proved, assume "market"
Regardless of the endpoint, the workflow should always be the same. The first order gets placed, and only when it has been executed, does the second one get placed
The text was updated successfully, but these errors were encountered: