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

Method decodeOrderType

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

Source from the content-addressed store, hash-verified

97 }
98
99 decodeOrderType(fields: Iterator<string>): void {
100 this.order.orderType = decodeStr(fields)
101 }
102
103 decodeLmtPrice(fields: Iterator<string>): void {
104 if (this.version < 29) {

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeStrFunction · 0.70

Tested by

no test coverage detected