Current section
Files
Jump to
Current section
Files
include/glupbit@websocket@subscription_OrderbookData.hrl
-record(orderbook_data, {
code :: binary(),
total_ask_size :: float(),
total_bid_size :: float(),
orderbook_units :: list(glupbit@quotation@orderbook:orderbook_unit()),
timestamp :: integer()
}).