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

Method decodePermId

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

Source from the content-addressed store, hash-verified

148 }
149
150 decodePermId(fields: Iterator<string>): void {
151 this.order.permId = decodeInt(fields)
152 }
153
154 decodeOutsideRth(fields: Iterator<string>): void {
155 this.order.outsideRth = decodeBool(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeIntFunction · 0.70

Tested by

no test coverage detected