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

Method skipFirmQuoteOnly

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

Source from the content-addressed store, hash-verified

256 }
257
258 skipFirmQuoteOnly(fields: Iterator<string>): void {
259 decodeBool(fields) // deprecated
260 }
261
262 skipNbboPriceCap(fields: Iterator<string>): void {
263 decodeFloat(fields, SHOW_UNSET) // deprecated

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeBoolFunction · 0.70

Tested by

no test coverage detected