mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-18 09:54:35 +08:00
fix: Lighter stop/take-profit orders must use TimeInForce=0 (ImmediateOrCancel)
Lighter SDK validates that StopLossOrder (type=2) and TakeProfitOrder (type=4) must have TimeInForce=0 (ImmediateOrCancel), not TimeInForce=1 (GoodTillTime). This was causing stop-loss and take-profit orders to fail validation and not be submitted to Lighter exchange.
This commit is contained in: