Expand description
Parsing utilities for converting Interactive Brokers data to Nautilus types.
Functionsยง
- parse_
index_ price - Parse IB index price data into an [
IndexPriceUpdate]. - parse_
market_ depth_ operation - Parse IB market depth operation to BookAction.
- parse_
option_ computation_ to_ option_ greeks - Parse an IB option computation into Nautilus option greeks when the tick carries model greeks.
- parse_
option_ open_ interest - Parse open interest from an IB tick type when present.
- parse_
quote_ tick - Parse IB tick price and size data into a QuoteTick.
- parse_
realtime_ bar - Parse IB real-time bar data into a Bar.
- parse_
trade_ tick - Parse IB trade tick data into a TradeTick.