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

Method decodeFilledQuantity

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

Source from the content-addressed store, hash-verified

601 }
602
603 decodeFilledQuantity(fields: Iterator<string>): void {
604 this.order.filledQuantity = decodeDecimal(fields)
605 }
606
607 decodeRefFuturesConId(fields: Iterator<string>): void {
608 this.order.refFuturesConId = decodeInt(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeDecimalFunction · 0.85

Tested by

no test coverage detected