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

Method decodeAccount

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

Source from the content-addressed store, hash-verified

128 }
129
130 decodeAccount(fields: Iterator<string>): void {
131 this.order.account = decodeStr(fields)
132 }
133
134 decodeOpenClose(fields: Iterator<string>): void {
135 this.order.openClose = decodeStr(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeStrFunction · 0.70

Tested by

no test coverage detected