Versions in this module Expand all Collapse all v0 v0.0.1 Apr 28, 2021 Changes in this version + type Fill struct + BaseCurrency string + Fee float64 + FeeRate float64 + Future string + ID int + Liquidity string + Market string + OrderID int + Price float64 + QuoteCurrency string + Side string + Size float64 + Time time.Time + TradeID int + Type string + type Request struct + End int64 + Limit int + ProductCode string + Start int64 + func (req *Request) Method() string + func (req *Request) Path() string + func (req *Request) Payload() []byte + func (req *Request) Query() string + type Response []Fill