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

Method decodeAllOrNone

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

Source from the content-addressed store, hash-verified

240 }
241
242 decodeAllOrNone(fields: Iterator<string>): void {
243 this.order.allOrNone = decodeBool(fields)
244 }
245
246 decodeMinQty(fields: Iterator<string>): void {
247 this.order.minQty = decodeInt(fields, SHOW_UNSET)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeBoolFunction · 0.70

Tested by

no test coverage detected