Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFeedDisabled = errors.New("fill feed disabled")
ErrFeedDisabled is an error that indicates the fill feed is disabled
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
ID string
Timestamp time.Time
Exchange string
AssetType asset.Item
CurrencyPair currency.Pair
Side order.Side
OrderID string
ClientOrderID string
TradeID string
Price float64
Amount float64
}
Data defines fill data
Click to show internal directories.
Click to hide internal directories.