(fields: Iterator<string>)
| 601 | } |
| 602 | |
| 603 | decodeFilledQuantity(fields: Iterator<string>): void { |
| 604 | this.order.filledQuantity = decodeDecimal(fields) |
| 605 | } |
| 606 | |
| 607 | decodeRefFuturesConId(fields: Iterator<string>): void { |
| 608 | this.order.refFuturesConId = decodeInt(fields) |
no test coverage detected