/vnpy_rpcservice

RPC Service Application and Transaction Interface for the VeighNa Framework

Primary LanguagePythonMIT LicenseMIT

VeighNa Framework for RPC Service Applications

Description

RPC service module developed based on pyzmq, allows a VeighNa process to be started as a server, as a unified quotation and trading routing channel, allowing multiple clients to connect at the same time, to achieve the realization of cross-process or cross-network distributed system.

Installation

The installation environment is recommended to be based on [VeighNa Studio], version 3.0.0 or higher.

Use pip command directly:

pip install vnpy_rpcservice

Or download the source code, unzip it and run it in cmd:

pip install .