Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuoteFactory ¶
type QuoteFactory interface {
CreateQuoter(config interface{}) Quoter
}
type Quoter ¶
type Quoter interface { Subscribe(security *entity.Security) SetCallback(callback QuoterCallback) Destroy() }
type QuoterCallback ¶
Click to show internal directories.
Click to hide internal directories.