public void reuse()

in fix/core/src/main/java/deltix/connector/fix/message/FixExecutionReport.java [290:309]


    public void reuse() {
        super.reuse();

        this.originalOrderId = null;
        this.externalOrderId = null;
        this.executionId = null;
        this.executionReferenceId = null;
        this.text = null;
        this.executionType = TypeConstants.BYTE_NULL;
        this.orderStatus = TypeConstants.BYTE_NULL;
        this.multiLegReportingType = TypeConstants.BYTE_NULL;
        this.remainingQuantity = TypeConstants.DECIMAL64_NULL;
        this.cumulativeQuantity = TypeConstants.DECIMAL64_NULL;
        this.executionQuantity = TypeConstants.DECIMAL64_NULL;
        this.averagePrice = TypeConstants.DECIMAL64_NULL;
        this.executionPrice = TypeConstants.DECIMAL64_NULL;
        this.tradeDate = TypeConstants.TIMESTAMP_NULL;
        this.settlementDate = TypeConstants.TIMESTAMP_NULL;
        this.rejectCode = TypeConstants.INT_NULL;
    }