Module parse

Module parse 

Source

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 an OrderBookDepth10 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.