Skip to content

Files

Latest commit

56be011 · May 20, 2019

History

History
22 lines (17 loc) · 1.22 KB

PublicTrade.md

File metadata and controls

22 lines (17 loc) · 1.22 KB

Org.OpenAPITools.Model.PublicTrade

Properties

Name Type Description Notes
Direction string Trade direction of the taker
TickDirection int? Direction of the "tick" (`0` = Plus Tick, `1` = Zero-Plus Tick, `2` = Minus Tick, `3` = Zero-Minus Tick).
Timestamp int? The timestamp of the trade
Price decimal? The price of the trade
TradeSeq int? The sequence number of the trade within instrument
TradeId string Unique (per currency) trade identifier
Iv decimal? Option implied volatility for the price (Option only) [optional]
IndexPrice decimal? Index Price at the moment of trade
Amount decimal? Trade amount. For perpetual and futures - in USD units, for options it is amount of corresponding cryptocurrency contracts, e.g., BTC or ETH.
InstrumentName string Unique instrument identifier

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