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

Method decodeBlockOrder

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

Source from the content-addressed store, hash-verified

232 }
233
234 decodeBlockOrder(fields: Iterator<string>): void {
235 this.order.blockOrder = decodeBool(fields)
236 }
237
238 decodeSweepToFill(fields: Iterator<string>): void {
239 this.order.sweepToFill = decodeBool(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeBoolFunction · 0.70

Tested by

no test coverage detected