update library imports
This commit is contained in:
@ -2,11 +2,11 @@
|
||||
package tradingsessionstatusrequest
|
||||
|
||||
import (
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"github.com/quickfixgo/quickfix/gen/field"
|
||||
"github.com/quickfixgo/quickfix/gen/fixt11"
|
||||
"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/fixt11"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// TradingSessionStatusRequest is the fix50 TradingSessionStatusRequest type, MsgType = g.
|
||||
|
||||
Reference in New Issue
Block a user