package
1.0.0
Repository: https://github.com/quickfixgo/examples.git
Documentation: pkg.go.dev

# README

Tradeclient

Usage

A config file similar to the example config here is required to run the tradeclient. The cli command usage takes the form of

tradeclient [CONFIG_PATH_FILENAME]

where CONFIG_PATH_FILENAME defaults to config/tradeclient.cfg

Example Config Contents

[DEFAULT]
SocketConnectHost=127.0.0.1
SocketConnectPort=5001
HeartBtInt=30
SenderCompID=TW
TargetCompID=ISLD
ResetOnLogon=Y
FileLogPath=tmp

[SESSION]
BeginString=FIX.4.0

[SESSION]
BeginString=FIX.4.1

[SESSION]
BeginString=FIX.4.2

[SESSION]
BeginString=FIX.4.3

[SESSION]
BeginString=FIX.4.4

[SESSION]
BeginString=FIXT.1.1
DefaultApplVerID=7

# Structs

TradeClient implements the quickfix.Application interface.