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

Method decodeTIF

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

Source from the content-addressed store, hash-verified

120 }
121
122 decodeTIF(fields: Iterator<string>): void {
123 this.order.tif = decodeStr(fields)
124 }
125
126 decodeOcaGroup(fields: Iterator<string>): void {
127 this.order.ocaGroup = decodeStr(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeStrFunction · 0.70

Tested by

no test coverage detected