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

Method decodeParentId

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

Source from the content-addressed store, hash-verified

264 }
265
266 decodeParentId(fields: Iterator<string>): void {
267 this.order.parentId = decodeInt(fields)
268 }
269
270 decodeTriggerMethod(fields: Iterator<string>): void {
271 this.order.triggerMethod = decodeInt(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeIntFunction · 0.70

Tested by

no test coverage detected