(fields: Iterator<string>)
| 268 | } |
| 269 | |
| 270 | decodeTriggerMethod(fields: Iterator<string>): void { |
| 271 | this.order.triggerMethod = decodeInt(fields) |
| 272 | } |
| 273 | |
| 274 | decodeVolOrderParams(fields: Iterator<string>, readOpenOrderAttribs: boolean): void { |
| 275 | this.order.volatility = decodeFloat(fields, SHOW_UNSET) |
no test coverage detected