service

package
v0.0.0-...-54421ad Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2019 License: BSD-3-Clause Imports: 3 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Send2Clearing

func Send2Clearing(msg interface{}, tmout int) error

发送一个消息到 清算系统 msg : 消息 tmout : 超时时间

func Send2Match

func Send2Match(msg interface{}, tmout int) error

发送一个消息到 撮合模塊 msg : 消息 tmout : 超时时间

func Send2Senquence

func Send2Senquence(msg interface{}, tmout int) error

发送一个msg到定序系统 msg : 消息 tmout : 超时时间

func Send2Source

func Send2Source(msg interface{}, tmout int) error

发送一个消息到 数据源 msg : 消息 tmout : 超时时间

Types

type Manager

type Manager struct {
	Match_que       chan interface{}
	Clear_que       chan interface{}
	Sequence_que    chan interface{}
	Source_data_que chan interface{}
}

func GetInstance

func GetInstance() *Manager

Directories

Path Synopsis
source
基於ISourceWorker 實現的數據源獲取類.
基於ISourceWorker 實現的數據源獲取類.

Jump to

Keyboard shortcuts

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