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
ud@xud-test-2:~$ xucli listorders
Trading pair: LTC/BTC
┌────────────────────────────────────────────────────┬────────────────────────────────────────────────────┐
│ Buy │ Sell │
├───────────────────┬───────────────────┬────────────┼───────────────────┬───────────────────┬────────────┤
│ Quantity │ Price │ Own Order │ Quantity │ Price │ Own Order │
├───────────────────┼───────────────────┼────────────┼───────────────────┼───────────────────┼────────────┤
│ 3.50000000 │ 0.0077 │ │ 2.50000000 │ 0.0079 │ │
├───────────────────┼───────────────────┼────────────┼───────────────────┼───────────────────┼────────────┤
│ 15.50000000 │ 0.0076 │ │ 13.00000000 │ 0.008 │ │
├───────────────────┼───────────────────┼────────────┼───────────────────┼───────────────────┼────────────┤
│ 18.00000000 │ 0.0075 │ │ 15.60000000 │ 0.0081 │ │
├───────────────────┼───────────────────┼────────────┼───────────────────┼───────────────────┼────────────┤
│ 21.25000000 │ 0.0074 │ │ 18.10000000 │ 0.0082 │ │
├───────────────────┼───────────────────┼────────────┼───────────────────┼───────────────────┼────────────┤
│ 24.00000000 │ 0.0073 │ │ 22.30000000 │ 0.0083 │ │
└───────────────────┴───────────────────┴────────────┴───────────────────┴───────────────────┴────────────┘
Trading pair: WETH/BTC
┌────────────────────────────────────────────────────┬────────────────────────────────────────────────────┐
│ Buy │ Sell │
├───────────────────┬───────────────────┬────────────┼───────────────────┬───────────────────┬────────────┤
│ Quantity │ Price │ Own Order │ Quantity │ Price │ Own Order │
└───────────────────┴───────────────────┴────────────┴───────────────────┴───────────────────┴────────────┘
xud@xud-test-2:~$ xucli buy 1 LTC/BTC marker
price must be numeric for limit orders or "mkt"/"market" for market orders
xud@xud-test-2:~$ xucli buy 1 LTC/BTC market
Error: 2 UNKNOWN: BTC outbound balance of 2499981936 is not sufficient for order amount of Infinity
xud@xud-test-2:~$ xud-log
xud@xud-test-2:~$
log has this:
24/05/2019 11:31:37.700 [RPC] debug: received call /xudrpc.Xud/PlaceOrderSync
24/05/2019 11:31:37.704 [RPC] error: BTC outbound balance of 2499981936 is not sufficient for order amount of Infinity
The text was updated successfully, but these errors were encountered:
This fixes a bug where the calculated swap amount for a market buy order could
be infinity. This could cause the sanity capacity check to fail when checking
a market order. Market buy orders internally have a positive infinity price
value for matching logic purposes, but the final price for market orders is
not known upon first placing them.
Fixes#978.
This fixes a bug where the calculated swap amount for a market buy order could
be infinity. This could cause the sanity capacity check to fail when checking
a market order. Market buy orders internally have a positive infinity price
value for matching logic purposes, but the final price for market orders is
not known upon first placing them.
Fixes#978.
This fixes a bug where the calculated swap amount for a market buy order could
be infinity. This could cause the sanity capacity check to fail when checking
a market order. Market buy orders internally have a positive infinity price
value for matching logic purposes, but the final price for market orders is
not known upon first placing them.
Fixes#978.
Can't take existing order.
log has this:
The text was updated successfully, but these errors were encountered: