Documentation
¶
Index ¶
- type Notify
- func (n *Notify) Init(bus *Bus) (err error)
- func (n *Notify) OnEventBalance(e *Event) (err error)
- func (n *Notify) OnEventNotify(e *Event) (err error)
- func (n *Notify) OnEventOrder(e *Event) (err error)
- func (n *Notify) OnEventTrade(e *Event) (err error)
- func (n *Notify) SendNotify(evt *NotifyEvent) (err error)
- func (n *Notify) Start() (err error)
- func (n *Notify) Stop() (err error)
- type NotifyConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notify ¶
type Notify struct {
BaseProcesser
// contains filtered or unexported fields
}
func (*Notify) OnEventBalance ¶
func (*Notify) OnEventNotify ¶
func (*Notify) OnEventOrder ¶
func (*Notify) OnEventTrade ¶
func (*Notify) SendNotify ¶
Click to show internal directories.
Click to hide internal directories.