Rithmic version: 0.39.0.0
This library contains Rithmic APIs in Go.
Files are compiled using Rithmic's official protobuf files.
mkdir hello
cd hello
go mod init
go get github.com/vacwm/go-rapi
package main
import "github.com/vacwm/go-rapi"
func main() {
var templateID *int32
*templateID = 10
var requestLogin := rti.RequestLogin{TemplateId: templateID}
...
}