@@ -420,7 +420,7 @@ impl Platform for BybitSwap {
"orderType": order_type,
"qty": json!(size),
// 0.單向持倉 1.買側雙向持倉 2.賣側雙向持倉
- "positionIdx": json!(1),
+ "positionIdx": json!(0),
"reduceOnly": json!(false)
});