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

Method decodeOcaGroup

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

Source from the content-addressed store, hash-verified

124 }
125
126 decodeOcaGroup(fields: Iterator<string>): void {
127 this.order.ocaGroup = decodeStr(fields)
128 }
129
130 decodeAccount(fields: Iterator<string>): void {
131 this.order.account = decodeStr(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeStrFunction · 0.70

Tested by

no test coverage detected