engine

package
v0.0.0-...-5ae7496 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine struct {
	// contains filtered or unexported fields
}

Engine

func NewEngine

func NewEngine(
	rabbitMQConn *rabbitmq.Connection,
	orderDao interfaces.OrderDao,
	tradeDao interfaces.TradeDao,
	pairDao interfaces.PairDao,
	obyteProvider interfaces.ObyteProvider,
	orderService interfaces.OrderService,
) *Engine

NewEngine initializes the engine singleton instance

func (*Engine) HandleOrders

func (e *Engine) HandleOrders(msg *rabbitmq.Message) error

HandleOrders parses incoming rabbitmq order messages and redirects them to the appropriate engine function

type OrderBook

type OrderBook struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL