MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / decodeNotHeld

Method decodeNotHeld

packages/ibkr/src/order-decoder.ts:409–413  ·  view source on GitHub ↗
(fields: Iterator<string>)

Source from the content-addressed store, hash-verified

407 }
408
409 decodeNotHeld(fields: Iterator<string>): void {
410 if (this.version >= 22) {
411 this.order.notHeld = decodeBool(fields)
412 }
413 }
414
415 decodeDeltaNeutral(fields: Iterator<string>): void {
416 if (this.version >= 20) {

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeBoolFunction · 0.70

Tested by

no test coverage detected