simulator/src/main/java/com/google/cloud/JSONOutputConsumer.java [63:71]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        obe.getSeqId(),
        obe.getContractId(),
        obe.getContractSeqId()
      );
    }

    // Order type
    switch (obe.getType()) {
      case NEW: {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



simulator/src/main/java/com/google/cloud/StandardOutputConsumer.java [54:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        obe.getSeqId(),
        obe.getContractId(),
        obe.getContractSeqId()
      );
    }

    switch (obe.getType()) {
      case NEW: {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



