update library imports
This commit is contained in:
@ -4,10 +4,10 @@ package liststatus
|
||||
import (
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/field"
|
||||
"github.com/quickfixgo/quickfix/gen/fix40"
|
||||
"github.com/quickfixgo/quickfix/gen/tag"
|
||||
"quantex.com/qfixpt/quickfix"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// ListStatus is the fix40 ListStatus type, MsgType = N.
|
||||
|
||||
Reference in New Issue
Block a user