engine

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2019 License: MIT Imports: 11 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 contains daos required for engine to work

func NewEngine

func NewEngine(
	rabbitMQConn *rabbitmq.Connection,
	orderDao interfaces.OrderDao,
	tradeDao interfaces.TradeDao,
	pairDao interfaces.PairDao,
	provider *ethereum.EthereumProvider,
) *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

func (*Engine) Provider

func (e *Engine) Provider() interfaces.EthereumProvider

Provider : implement engine interface

type OrderBook

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

func (*OrderBook) InvalidateOrder

func (ob *OrderBook) InvalidateOrder(o *types.Order) (*types.EngineResponse, error)

Jump to

Keyboard shortcuts

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