Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.04 KB

TradeBin.md

File metadata and controls

22 lines (18 loc) · 1.04 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 float32 [optional] [default to null]
Volume float32 [optional] [default to null]
Vwap float64 [optional] [default to null]
LastSize float32 [optional] [default to null]
Turnover float32 [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]