update library imports
This commit is contained in:
@ -6,11 +6,11 @@ import (
|
||||
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// Advertisement is the fix40 Advertisement type, MsgType = 7.
|
||||
|
||||
@ -6,11 +6,11 @@ import (
|
||||
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// Allocation is the fix40 Allocation type, MsgType = J.
|
||||
|
||||
@ -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/fix40"
|
||||
"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/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// AllocationACK is the fix40 AllocationACK type, MsgType = P.
|
||||
|
||||
@ -4,11 +4,11 @@ package dontknowtrade
|
||||
import (
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// DontKnowTrade is the fix40 DontKnowTrade type, MsgType = Q.
|
||||
|
||||
@ -4,11 +4,11 @@ package email
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// Email is the fix40 Email type, MsgType = C.
|
||||
|
||||
@ -6,11 +6,11 @@ import (
|
||||
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// ExecutionReport is the fix40 ExecutionReport type, MsgType = 8.
|
||||
|
||||
@ -4,10 +4,10 @@ package fix40
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"github.com/quickfixgo/quickfix/gen/field"
|
||||
"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/tag"
|
||||
)
|
||||
|
||||
// Header is the fix40 Header type.
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
package heartbeat
|
||||
|
||||
import (
|
||||
"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"
|
||||
)
|
||||
|
||||
// Heartbeat is the fix40 Heartbeat type, MsgType = 0.
|
||||
|
||||
@ -6,11 +6,11 @@ import (
|
||||
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// IndicationofInterest is the fix40 IndicationofInterest type, MsgType = 6.
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
package listcancelrequest
|
||||
|
||||
import (
|
||||
"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"
|
||||
)
|
||||
|
||||
// ListCancelRequest is the fix40 ListCancelRequest type, MsgType = K.
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
package listexecute
|
||||
|
||||
import (
|
||||
"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"
|
||||
)
|
||||
|
||||
// ListExecute is the fix40 ListExecute type, MsgType = L.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
package liststatusrequest
|
||||
|
||||
import (
|
||||
"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"
|
||||
)
|
||||
|
||||
// ListStatusRequest is the fix40 ListStatusRequest type, MsgType = M.
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
package logon
|
||||
|
||||
import (
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// Logon is the fix40 Logon type, MsgType = A.
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
package logout
|
||||
|
||||
import (
|
||||
"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"
|
||||
)
|
||||
|
||||
// Logout is the fix40 Logout type, MsgType = 5.
|
||||
|
||||
@ -6,11 +6,11 @@ import (
|
||||
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// NewOrderList is the fix40 NewOrderList type, MsgType = E.
|
||||
|
||||
@ -6,11 +6,11 @@ import (
|
||||
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// NewOrderSingle is the fix40 NewOrderSingle type, MsgType = D.
|
||||
|
||||
@ -4,11 +4,11 @@ package news
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// News is the fix40 News type, MsgType = B.
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
package ordercancelreject
|
||||
|
||||
import (
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// OrderCancelReject is the fix40 OrderCancelReject type, MsgType = 9.
|
||||
|
||||
@ -6,11 +6,11 @@ import (
|
||||
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// OrderCancelReplaceRequest is the fix40 OrderCancelReplaceRequest type, MsgType = G.
|
||||
|
||||
@ -4,11 +4,11 @@ package ordercancelrequest
|
||||
import (
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// OrderCancelRequest is the fix40 OrderCancelRequest type, MsgType = F.
|
||||
|
||||
@ -2,11 +2,11 @@
|
||||
package orderstatusrequest
|
||||
|
||||
import (
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// OrderStatusRequest is the fix40 OrderStatusRequest type, MsgType = H.
|
||||
|
||||
@ -6,11 +6,11 @@ import (
|
||||
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// Quote is the fix40 Quote type, MsgType = S.
|
||||
|
||||
@ -4,11 +4,11 @@ package quoterequest
|
||||
import (
|
||||
"github.com/shopspring/decimal"
|
||||
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/enum"
|
||||
"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/enum"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/fix40"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// QuoteRequest is the fix40 QuoteRequest type, MsgType = R.
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
package reject
|
||||
|
||||
import (
|
||||
"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"
|
||||
)
|
||||
|
||||
// Reject is the fix40 Reject type, MsgType = 3.
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
package resendrequest
|
||||
|
||||
import (
|
||||
"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"
|
||||
)
|
||||
|
||||
// ResendRequest is the fix40 ResendRequest type, MsgType = 2.
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
package sequencereset
|
||||
|
||||
import (
|
||||
"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"
|
||||
)
|
||||
|
||||
// SequenceReset is the fix40 SequenceReset type, MsgType = 4.
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
package testrequest
|
||||
|
||||
import (
|
||||
"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"
|
||||
)
|
||||
|
||||
// TestRequest is the fix40 TestRequest type, MsgType = 1.
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
package fix40
|
||||
|
||||
import (
|
||||
"github.com/quickfixgo/quickfix"
|
||||
"github.com/quickfixgo/quickfix/gen/field"
|
||||
"github.com/quickfixgo/quickfix/gen/tag"
|
||||
"quantex.com/qfixpt/quickfix"
|
||||
"quantex.com/qfixpt/quickfix/gen/field"
|
||||
"quantex.com/qfixpt/quickfix/gen/tag"
|
||||
)
|
||||
|
||||
// Trailer is the fix40 Trailer type.
|
||||
|
||||
Reference in New Issue
Block a user