(fields: Iterator<string>)
| 67 | } |
| 68 | |
| 69 | decodeOrderId(fields: Iterator<string>): void { |
| 70 | this.order.orderId = decodeInt(fields) |
| 71 | } |
| 72 | |
| 73 | decodeContractFields(fields: Iterator<string>): void { |
| 74 | this.contract.conId = decodeInt(fields) |
no test coverage detected