package max type Exchange struct { } func NewExchange(key, secret string) *Exchange { return &Exchange{ } }