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

Method decodeTotalQuantity

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

Source from the content-addressed store, hash-verified

93 }
94
95 decodeTotalQuantity(fields: Iterator<string>): void {
96 this.order.totalQuantity = decodeDecimal(fields)
97 }
98
99 decodeOrderType(fields: Iterator<string>): void {
100 this.order.orderType = decodeStr(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeDecimalFunction · 0.85

Tested by

no test coverage detected