(fields: Iterator<string>)
| 307 | } |
| 308 | |
| 309 | decodeBasisPoints(fields: Iterator<string>): void { |
| 310 | this.order.basisPoints = decodeFloat(fields, SHOW_UNSET) |
| 311 | this.order.basisPointsType = decodeInt(fields, SHOW_UNSET) |
| 312 | } |
| 313 | |
| 314 | decodeComboLegs(fields: Iterator<string>): void { |
| 315 | this.contract.comboLegsDescrip = decodeStr(fields) |
no test coverage detected