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

Method decodeClientId

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

Source from the content-addressed store, hash-verified

144 }
145
146 decodeClientId(fields: Iterator<string>): void {
147 this.order.clientId = decodeInt(fields)
148 }
149
150 decodePermId(fields: Iterator<string>): void {
151 this.order.permId = decodeInt(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeIntFunction · 0.70

Tested by

no test coverage detected