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

Method decodeOrderId

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

Source from the content-addressed store, hash-verified

67 }
68
69 decodeOrderId(fields: Iterator<string>): void {
70 this.order.orderId = decodeInt(fields)
71 }
72
73 decodeContractFields(fields: Iterator<string>): void {
74 this.contract.conId = decodeInt(fields)

Callers 1

applyOrderHandlersFunction · 0.95

Calls 1

decodeIntFunction · 0.70

Tested by

no test coverage detected