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

Method decodeMinQty

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

Source from the content-addressed store, hash-verified

244 }
245
246 decodeMinQty(fields: Iterator<string>): void {
247 this.order.minQty = decodeInt(fields, SHOW_UNSET)
248 }
249
250 decodeOcaType(fields: Iterator<string>): void {
251 this.order.ocaType = decodeInt(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeIntFunction · 0.70

Tested by

no test coverage detected