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

Method decodeDisplaySize

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

Source from the content-addressed store, hash-verified

228 }
229
230 decodeDisplaySize(fields: Iterator<string>): void {
231 this.order.displaySize = decodeInt(fields, SHOW_UNSET)
232 }
233
234 decodeBlockOrder(fields: Iterator<string>): void {
235 this.order.blockOrder = decodeBool(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeIntFunction · 0.70

Tested by

no test coverage detected