robaho / go-trader

financial exchange written in Go, designed for algorithmic trading tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement gRPC based connector

robaho opened this issue · comments

The exchange connector currently uses quickfixgo.

A stream-lined binary protocol using gRPC should improve performance, and is helpful for testing very low latency strategies run on real-world equity exchanges.

This is fixed in the latest release. The gRPC connector is almost 2x faster than the quickfixgo one.