Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TradeExecution ¶
type TradeExecution struct { ID int64 Pair string MTS int64 OrderID int64 ExecAmount float64 ExecPrice float64 OrderType string OrderPrice float64 Maker int }
TradeExecution represents the first message receievd for a trade on the private data feed.
func FromRaw ¶
func FromRaw(raw []interface{}) (te *TradeExecution, err error)
Click to show internal directories.
Click to hide internal directories.