Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartMatchingLogMaker ¶
func StartMatchingLogMaker()
Types ¶
type BillExecutor ¶
type BillExecutor struct {
// contains filtered or unexported fields
}
func NewBillExecutor ¶
func NewBillExecutor() *BillExecutor
func (*BillExecutor) Start ¶
func (s *BillExecutor) Start()
type FillExecutor ¶
type FillExecutor struct {
// contains filtered or unexported fields
}
func NewFillExecutor ¶
func NewFillExecutor() *FillExecutor
func (*FillExecutor) Start ¶
func (s *FillExecutor) Start()
type FillMaker ¶
type FillMaker struct {
// contains filtered or unexported fields
}
func NewFillMaker ¶
type TradeMaker ¶
type TradeMaker struct {
// contains filtered or unexported fields
}
func NewTradeMaker ¶
func NewTradeMaker(logReader matching.LogReader) *TradeMaker
func (*TradeMaker) OnMatchLog ¶
func (t *TradeMaker) OnMatchLog(log *matching.MatchLog, offset int64)
func (*TradeMaker) Start ¶
func (t *TradeMaker) Start()
Click to show internal directories.
Click to hide internal directories.