Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.02 KB

TradeBin.md

File metadata and controls

22 lines (18 loc) · 1.02 KB

TradeBin

Properties

Name Type Description Notes
Timestamp time.Time [default to null]
Symbol string [default to null]
Open float64 [optional] [default to null]
High float64 [optional] [default to null]
Low float64 [optional] [default to null]
Close float64 [optional] [default to null]
Trades int [optional] [default to null]
Volume int [optional] [default to null]
Vwap float64 [optional] [default to null]
LastSize int [optional] [default to null]
Turnover int [optional] [default to null]
HomeNotional float64 [optional] [default to null]
ForeignNotional float64 [optional] [default to null]

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