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

Method decodeCashQty

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

Source from the content-addressed store, hash-verified

573 }
574
575 decodeCashQty(fields: Iterator<string>): void {
576 if (this.serverVersion >= MIN_SERVER_VER_CASH_QTY) {
577 this.order.cashQty = decodeDecimal(fields)
578 }
579 }
580
581 decodeDontUseAutoPriceForHedge(fields: Iterator<string>): void {
582 if (this.serverVersion >= MIN_SERVER_VER_AUTO_PRICE_FOR_HEDGE) {

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeDecimalFunction · 0.85

Tested by

no test coverage detected