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

Method decodeModelCode

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

Source from the content-addressed store, hash-verified

181 }
182
183 decodeModelCode(fields: Iterator<string>): void {
184 if (this.serverVersion >= MIN_SERVER_VER_MODELS_SUPPORT) {
185 this.order.modelCode = decodeStr(fields)
186 }
187 }
188
189 decodeGoodTillDate(fields: Iterator<string>): void {
190 this.order.goodTillDate = decodeStr(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeStrFunction · 0.70

Tested by

no test coverage detected