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

Method decodeAction

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

Source from the content-addressed store, hash-verified

89 }
90
91 decodeAction(fields: Iterator<string>): void {
92 this.order.action = decodeStr(fields)
93 }
94
95 decodeTotalQuantity(fields: Iterator<string>): void {
96 this.order.totalQuantity = decodeDecimal(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeStrFunction · 0.70

Tested by

no test coverage detected