Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 833 Bytes

PublicTrade.md

File metadata and controls

17 lines (12 loc) · 833 Bytes

PublicTrade

Represents a trade that can be displayed publicly. This does not include maker and taker information. A trade is created whenever an order is fully or partially matched.

Properties

Name Type Description Notes
count int [optional]
create_date datetime [optional]
market_id str [optional]
price int [optional]
trade_id str [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]