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

Method decodeOrigin

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

Source from the content-addressed store, hash-verified

136 }
137
138 decodeOrigin(fields: Iterator<string>): void {
139 this.order.origin = decodeInt(fields)
140 }
141
142 decodeOrderRef(fields: Iterator<string>): void {
143 this.order.orderRef = decodeStr(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeIntFunction · 0.70

Tested by

no test coverage detected