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

Method decodeOrderRef

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

Source from the content-addressed store, hash-verified

140 }
141
142 decodeOrderRef(fields: Iterator<string>): void {
143 this.order.orderRef = decodeStr(fields)
144 }
145
146 decodeClientId(fields: Iterator<string>): void {
147 this.order.clientId = decodeInt(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeStrFunction · 0.70

Tested by

no test coverage detected