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



simulator/src/main/java/com/google/cloud/StandardOutputConsumer.java [63:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            obe.getSeqId(),
            obe.getContractId(),
            obe.getContractSeqId(),
            obe.getOrderId(),
            obe.getSide(),
            obe.getQuantityRemaining(),
            obe.getPrice()
        );
      }
      case EXECUTED: {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



