(fields: Iterator<string>)
| 97 | } |
| 98 | |
| 99 | decodeOrderType(fields: Iterator<string>): void { |
| 100 | this.order.orderType = decodeStr(fields) |
| 101 | } |
| 102 | |
| 103 | decodeLmtPrice(fields: Iterator<string>): void { |
| 104 | if (this.version < 29) { |
no test coverage detected