public void reset()

in mbp-only/src/main/java/com/epam/cme/mdp3/core/control/InstrumentMdHandler.java [115:120]


    public void reset() {
        if (this.impliedBookHandler != null) this.impliedBookHandler.clear();
        if (this.multipleDepthBookHandler != null) this.multipleDepthBookHandler.clear();
        if (this.tradeHandler != null) this.tradeHandler.clear();
        if (this.multipleDepthBookHandler != null) this.multipleDepthBookHandler.clear();
    }