common

package
v0.0.0-...-f2cd14d Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2016 License: GPL-3.0 Imports: 1 Imported by: 3

Documentation

Index

Constants

View Source
const (
	// DefaultMessageBusURL is the default MessageBus URL for service communications.
	DefaultMessageBusURL = messagebus.DefaultUrl
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	MessageBusURL  string `json:"mc_message_bus"`
	DatabaseDriver string `json:"database_driver"` //database storage engine driver
	DatabaseUrl    string `json:"database_url"`    //database connection string

	MarketConnectorName string
}

Config represents the configuration for base service.

func NewConfig

func NewConfig() Config

NewConfig returns an instance of Config with defaults.

Directories

Path Synopsis
A common FIX Client required by QuickFIX, should work for most of market connectors.
A common FIX Client required by QuickFIX, should work for most of market connectors.

Jump to

Keyboard shortcuts

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