Make perp orders reduce only

This commit is contained in:
Riordan Panayides 2021-11-18 21:05:28 +00:00
parent 0c5ecd22ad
commit 8be33e400c
1 changed files with 3 additions and 0 deletions

View File

@ -1147,6 +1147,9 @@ async function closePositions(
orderPrice,
basePositionSize,
'ioc',
undefined,
undefined,
true,
);
}