update library imports
This commit is contained in:
@ -4,11 +4,11 @@ package allocationack
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"github.com/quickfixgo/quickfix/gen/field"
|
||||
"github.com/quickfixgo/quickfix/gen/fix42"
|
||||
"github.com/quickfixgo/quickfix/gen/tag"
|
||||
"quantex.com/qfixpt/quickfix"
|
||||
"quantex.com/qfixpt/quickfix/gen/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix42"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// AllocationACK is the fix42 AllocationACK type, MsgType = P.
|
||||
|
||||
Reference in New Issue
Block a user