ACK | Order accepted. |
FILLED | Order filled, this could be partially filled. |
MODIFIED | Order successfully modified. |
CANCELLED | Order successfully cancelled. |
CANCELLED_STP | Order cancelled by self trade prevention. |
REJECTED | Order rejected |
NO_SUCH_ORDER | Cancel rejected, no such order exists. |
INVALID_ORDER_TYPE | Invalid order type. |
BAD_SYMBOL | Invalid symbol. |
PRICE_LESS_THAN_MIN_PRICE | Price less than minimum price for this symbol. |
PRICE_GREATER_THAN_MAX_PRICE | Price greater than maximum price for this symbol. |
CANNOT_MODIFY_PARTIAL_FILL | Cannot modify partially filled order. Please cancel your current order and place a new order. |
FAILED_MARGIN_CHECK | Failed margin check. Please check your available balance. |
INVALID_TICK_SIZE_PRECISION_PRICE | Invalid tick size for this symbol. Check the price tick size in the reference data. |
INVALID_TICK_SIZE_PRECISION_QUANTITY | Invalid lot size for this symbol. Check the lot size in the reference data. |
QUANTITY_LESS_THAN_MIN_QUANTITY | Quantity less than minimum for this symbol. Check the minimum quantity in the reference data. |
QUANTITY_GREATER_THAN_MAX_QUANTITY | Quantity greater than maximum for this symbol. Check the maximum quantity in the reference data. |
REJECTED_GREATER_THAN_MAX_PRICE_BAND | Price greater than max price. Check the max price in the reference data. |
REJECTED_LESS_THAN_MIN_PRICE_BAND | Price less than min price. Check the min price in the reference data. |
INVALID_TIME_IN_FORCE | Invalid time in force for this order type. |
REJECTED_WOULD_BREACH_MAX_POSITION | Would breach max position. Check the max position for your account in gRPC PortService.GetUserLeverage. |
CANNOT_MODIFY_NO_SUCH_ORDER | Failed to modify this order. Order does not exist. |
REJECTED_MARKET_CLOSED | QFEX is currently not accepting orders for this symbol. |
REJECTED_FAILED_TO_PROCESS | Failed to process order. |
INVALID_TAKE_PROFIT_PRICE | Invalid take-profit price. |
INVALID_STOP_LOSS_PRICE | Invalid stop-loss price. |
RATE_LIMITED | You have sent too many requests to trade.qfex.com. Please contact support@qfex.com to raise your limits. |