simulator/src/main/java/com/google/cloud/JSONOutputConsumer.java [86:95]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            obe.getSeqId(),
            obe.getContractId(),
            obe.getContractSeqId(),
            obe.getOrderId(),
            obe.getSide(),
            obe.getQuantityFilled(),
            obe.getPrice()
        );
      }
      case DELETED: {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



simulator/src/main/java/com/google/cloud/StandardOutputConsumer.java [74:83]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            obe.getSeqId(),
            obe.getContractId(),
            obe.getContractSeqId(),
            obe.getOrderId(),
            obe.getSide(),
            obe.getQuantityFilled(),
            obe.getPrice()
        );
      }
      case DELETED: {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



