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

Method decodeOutsideRth

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

Source from the content-addressed store, hash-verified

152 }
153
154 decodeOutsideRth(fields: Iterator<string>): void {
155 this.order.outsideRth = decodeBool(fields)
156 }
157
158 decodeHidden(fields: Iterator<string>): void {
159 this.order.hidden = decodeBool(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeBoolFunction · 0.70

Tested by

no test coverage detected