public void reuse()

in fix/core/src/main/java/deltix/connector/fix/message/FixOrderStateMessage.java [326:345]


    public void reuse() {
        this.account = null;
        this.orderId = null;
        this.currency = TypeConstants.ALPHANUMERIC_NULL;
        this.symbol = null;
        this.securityType = null;
        this.quoteId = null;
        this.exchangeId = TypeConstants.ALPHANUMERIC_NULL;
        this.side = TypeConstants.BYTE_NULL;
        this.transactTime = TypeConstants.TIMESTAMP_NULL;
        this.quantity = TypeConstants.DECIMAL64_NULL;
        this.minQuantity = TypeConstants.DECIMAL64_NULL;
        this.displayQuantity = TypeConstants.DECIMAL64_NULL;
        this.orderType = TypeConstants.BYTE_NULL;
        this.limitPrice = TypeConstants.DECIMAL64_NULL;
        this.stopPrice = TypeConstants.DECIMAL64_NULL;
        this.timeInForce = TypeConstants.BYTE_NULL;
        this.expireTime = TypeConstants.TIMESTAMP_NULL;
        this.expireDate = TypeConstants.TIMESTAMP_NULL;
    }