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

Method decodeTriggerMethod

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

Source from the content-addressed store, hash-verified

268 }
269
270 decodeTriggerMethod(fields: Iterator<string>): void {
271 this.order.triggerMethod = decodeInt(fields)
272 }
273
274 decodeVolOrderParams(fields: Iterator<string>, readOpenOrderAttribs: boolean): void {
275 this.order.volatility = decodeFloat(fields, SHOW_UNSET)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeIntFunction · 0.70

Tested by

no test coverage detected