Functions§
- bar_
spec_ from_ topic - Converts a WebSocket topic to a bar specification.
- is_
index_ symbol - Check if a symbol is an index symbol (starts with ‘.’).
- parse_
book10_ msg - Parses an
OrderBook10
message into anOrderBookDepth10
object. - parse_
book10_ msg_ vec - parse_
book_ msg - parse_
book_ msg_ vec - parse_
execution_ msg - Parse a BitMEX WebSocket execution message into a Nautilus
FillReport
. - parse_
funding_ msg - Parse a BitMEX WebSocket funding message.
- parse_
instrument_ msg - Parse a BitMEX WebSocket instrument message for mark and index prices.
- parse_
margin_ msg - Parse a BitMEX margin message into margin balance information.
- parse_
order_ msg - Parse a BitMEX WebSocket order message into a Nautilus
OrderStatusReport
. - parse_
position_ msg - Parse a BitMEX WebSocket position message into a Nautilus
PositionStatusReport
. - parse_
quote_ msg - parse_
trade_ bin_ msg - parse_
trade_ bin_ msg_ vec - parse_
trade_ msg - parse_
trade_ msg_ vec - parse_
wallet_ msg - Parse a BitMEX wallet message into an AccountState.
- topic_
from_ bar_ spec - Converts a bar specification to a WebSocket topic.