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

Method decodeSweepToFill

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

Source from the content-addressed store, hash-verified

236 }
237
238 decodeSweepToFill(fields: Iterator<string>): void {
239 this.order.sweepToFill = decodeBool(fields)
240 }
241
242 decodeAllOrNone(fields: Iterator<string>): void {
243 this.order.allOrNone = decodeBool(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeBoolFunction · 0.70

Tested by

no test coverage detected