update library imports

This commit is contained in:
Ramiro Paz
2026-03-12 12:14:13 -03:00
parent c09a1fd21a
commit dcb1916c39
655 changed files with 3024 additions and 3024 deletions

View File

@ -1,18 +1,18 @@
# QuickFIX/Go
[![Build Status](https://github.com/quickfixgo/quickfix/workflows/CI/badge.svg)](https://github.com/quickfixgo/quickfix/actions) [![GoDoc](https://godoc.org/github.com/quickfixgo/quickfix?status.png)](https://godoc.org/github.com/quickfixgo/quickfix) [![Go Report Card](https://goreportcard.com/badge/github.com/quickfixgo/quickfix)](https://goreportcard.com/report/github.com/quickfixgo/quickfix)
[![Build Status](https://quantex.com/qfixpt/quickfix/workflows/CI/badge.svg)](https://quantex.com/qfixpt/quickfix/actions) [![GoDoc](https://godoc.org/quantex.com/qfixpt/quickfix?status.png)](https://godoc.org/quantex.com/qfixpt/quickfix) [![Go Report Card](https://goreportcard.com/badge/quantex.com/qfixpt/quickfix)](https://goreportcard.com/report/quantex.com/qfixpt/quickfix)
Open Source [FIX Protocol](http://www.fixprotocol.org/) library implemented in Go
### Looking for help with `MessageStore` syntax changes?
See v0.9.0 release notes [here](https://github.com/quickfixgo/quickfix/releases/tag/v0.9.0)
See v0.9.0 release notes [here](https://quantex.com/qfixpt/quickfix/releases/tag/v0.9.0)
## About
<p>QuickFIX/Go is a <a href="https://www.fixtrading.org/">FIX Protocol Community</a> implementation for the <a href="https://golang.org">Go programming language</a>.</p>
<ul>
<li>100% free and open source with a liberal <a href="https://github.com/quickfixgo/quickfix/blob/master/LICENSE.txt">license</a></li>
<li>100% free and open source with a liberal <a href="https://quantex.com/qfixpt/quickfix/blob/master/LICENSE.txt">license</a></li>
<li>Supports FIX versions 4.0 - 5.0SP2</li>
<li>Runs on any hardware and operating system supported by Go (1.21+ required)</li>
<li>Spec driven run-time message validation</li>
@ -35,7 +35,7 @@ See v0.9.0 release notes [here](https://github.com/quickfixgo/quickfix/releases/
With [Go module](https://github.com/golang/go/wiki/Modules) support, simply add the following import
```
import "github.com/quickfixgo/quickfix"
import "quantex.com/qfixpt/quickfix"
```
to your code, and then `go [build|run|test]` will automatically fetch the necessary dependencies.
@ -43,13 +43,13 @@ to your code, and then `go [build|run|test]` will automatically fetch the necess
Otherwise, run the following Go command to install the `quickfix` package:
```sh
go get -u github.com/quickfixgo/quickfix
go get -u quantex.com/qfixpt/quickfix
```
## Getting Started
* [QuickFIX User Manual](https://quickfixengine.org/go/documentation/)
* [Go API Documentation](https://godoc.org/github.com/quickfixgo/quickfix)
* [Go API Documentation](https://godoc.org/quantex.com/qfixpt/quickfix)
* See [examples](https://github.com/quickfixgo/examples) for some simple examples of using QuickFIX/Go.
## FIX Messaging Model
@ -77,7 +77,7 @@ Following installation, `generate-fix` is installed to `$GOPATH/bin/generate-fix
## General Support
<h3>Github Discussions</h3>
<p>Our <a href="https://github.com/quickfixgo/quickfix/discussions/categories/q-a">Github Discussions Board</a> is free, public, and easily searchable. Its the preferred method of user support from the QuickFIX/Go team.
<p>Our <a href="https://quantex.com/qfixpt/quickfix/discussions/categories/q-a">Github Discussions Board</a> is free, public, and easily searchable. Its the preferred method of user support from the QuickFIX/Go team.
<p>Please provide as much detail as you can when asking a question, and include relevant configurations and code snippets.</p>
@ -91,7 +91,7 @@ Following installation, `generate-fix` is installed to `$GOPATH/bin/generate-fix
<p><strong>Note:</strong> Please do not submit questions or help requests to the issues list. It is for bugs and issues. If you need help, please use the Discussions board as described above and youll be able to send your question to the entire community.</p>
<p><a href="https://github.com/quickfixgo/quickfix/issues">GitHub Issues</a></p>
<p><a href="https://quantex.com/qfixpt/quickfix/issues">GitHub Issues</a></p>
<p>Please provide sample code, logs, and a description of the problem when the issue is submitted.</p>
@ -153,4 +153,4 @@ make accept
## Licensing
This software is available under the QuickFIX Software License. Please see the [LICENSE.txt](https://github.com/quickfixgo/quickfix/blob/main/LICENSE.txt) for the terms specified by the QuickFIX Software License.
This software is available under the QuickFIX Software License. Please see the [LICENSE.txt](https://quantex.com/qfixpt/quickfix/blob/main/LICENSE.txt) for the terms specified by the QuickFIX Software License.