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

Method decodeHidden

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

Source from the content-addressed store, hash-verified

156 }
157
158 decodeHidden(fields: Iterator<string>): void {
159 this.order.hidden = decodeBool(fields)
160 }
161
162 decodeDiscretionaryAmt(fields: Iterator<string>): void {
163 this.order.discretionaryAmt = decodeFloat(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeBoolFunction · 0.70

Tested by

no test coverage detected