Current section
Files
Jump to
Current section
Files
include/glupbit@quotation@trade_Trade.hrl
-record(trade, {
market :: binary(),
trade_date_utc :: binary(),
trade_time_utc :: binary(),
timestamp :: integer(),
trade_price :: float(),
trade_volume :: float(),
prev_closing_price :: float(),
change_price :: float(),
ask_bid :: binary(),
sequential_id :: integer()
}).