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

Method decodeGoodAfterTime

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

Source from the content-addressed store, hash-verified

164 }
165
166 decodeGoodAfterTime(fields: Iterator<string>): void {
167 this.order.goodAfterTime = decodeStr(fields)
168 }
169
170 skipSharesAllocation(fields: Iterator<string>): void {
171 decodeStr(fields) // deprecated

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeStrFunction · 0.70

Tested by

no test coverage detected