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

Method skipETradeOnly

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

Source from the content-addressed store, hash-verified

252 }
253
254 skipETradeOnly(fields: Iterator<string>): void {
255 decodeBool(fields) // deprecated
256 }
257
258 skipFirmQuoteOnly(fields: Iterator<string>): void {
259 decodeBool(fields) // deprecated

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeBoolFunction · 0.70

Tested by

no test coverage detected