field

package
v0.0.0-...-9c05030 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountField

type AccountField struct{ quickfix.FIXString }

AccountField is a STRING field.

func NewAccount

func NewAccount(val string) AccountField

NewAccount returns a new AccountField initialized with val.

func (AccountField) Tag

func (f AccountField) Tag() quickfix.Tag

Tag returns tag.Account (1).

func (AccountField) Value

func (f AccountField) Value() string

type AccruedInterestAmtField

type AccruedInterestAmtField struct{ quickfix.FIXDecimal }

AccruedInterestAmtField is a AMT field.

func NewAccruedInterestAmt

func NewAccruedInterestAmt(val decimal.Decimal, scale int32) AccruedInterestAmtField

NewAccruedInterestAmt returns a new AccruedInterestAmtField initialized with val and scale.

func (AccruedInterestAmtField) Tag

Tag returns tag.AccruedInterestAmt (159).

func (AccruedInterestAmtField) Value

func (f AccruedInterestAmtField) Value() (val decimal.Decimal)

type AccruedInterestRateField

type AccruedInterestRateField struct{ quickfix.FIXDecimal }

AccruedInterestRateField is a FLOAT field.

func NewAccruedInterestRate

func NewAccruedInterestRate(val decimal.Decimal, scale int32) AccruedInterestRateField

NewAccruedInterestRate returns a new AccruedInterestRateField initialized with val and scale.

func (AccruedInterestRateField) Tag

Tag returns tag.AccruedInterestRate (158).

func (AccruedInterestRateField) Value

func (f AccruedInterestRateField) Value() (val decimal.Decimal)

type AdjustmentField

type AdjustmentField struct{ quickfix.FIXString }

AdjustmentField is a enum.Adjustment field.

func NewAdjustment

func NewAdjustment(val enum.Adjustment) AdjustmentField

func (AdjustmentField) Tag

func (f AdjustmentField) Tag() quickfix.Tag

Tag returns tag.Adjustment (334).

func (AdjustmentField) Value

func (f AdjustmentField) Value() enum.Adjustment

type AdvIdField

type AdvIdField struct{ quickfix.FIXString }

AdvIdField is a STRING field.

func NewAdvId

func NewAdvId(val string) AdvIdField

NewAdvId returns a new AdvIdField initialized with val.

func (AdvIdField) Tag

func (f AdvIdField) Tag() quickfix.Tag

Tag returns tag.AdvId (2).

func (AdvIdField) Value

func (f AdvIdField) Value() string

type AdvRefIDField

type AdvRefIDField struct{ quickfix.FIXString }

AdvRefIDField is a STRING field.

func NewAdvRefID

func NewAdvRefID(val string) AdvRefIDField

NewAdvRefID returns a new AdvRefIDField initialized with val.

func (AdvRefIDField) Tag

func (f AdvRefIDField) Tag() quickfix.Tag

Tag returns tag.AdvRefID (3).

func (AdvRefIDField) Value

func (f AdvRefIDField) Value() string

type AdvSideField

type AdvSideField struct{ quickfix.FIXString }

AdvSideField is a enum.AdvSide field.

func NewAdvSide

func NewAdvSide(val enum.AdvSide) AdvSideField

func (AdvSideField) Tag

func (f AdvSideField) Tag() quickfix.Tag

Tag returns tag.AdvSide (4).

func (AdvSideField) Value

func (f AdvSideField) Value() enum.AdvSide

type AdvTransTypeField

type AdvTransTypeField struct{ quickfix.FIXString }

AdvTransTypeField is a enum.AdvTransType field.

func NewAdvTransType

func NewAdvTransType(val enum.AdvTransType) AdvTransTypeField

func (AdvTransTypeField) Tag

func (f AdvTransTypeField) Tag() quickfix.Tag

Tag returns tag.AdvTransType (5).

func (AdvTransTypeField) Value

type AggregatedBookField

type AggregatedBookField struct{ quickfix.FIXBoolean }

AggregatedBookField is a BOOLEAN field.

func NewAggregatedBook

func NewAggregatedBook(val bool) AggregatedBookField

NewAggregatedBook returns a new AggregatedBookField initialized with val.

func (AggregatedBookField) Tag

Tag returns tag.AggregatedBook (266).

func (AggregatedBookField) Value

func (f AggregatedBookField) Value() bool

type AggressorIndicatorField

type AggressorIndicatorField struct{ quickfix.FIXString }

AggressorIndicatorField is a enum.AggressorIndicator field.

func (AggressorIndicatorField) Tag

Tag returns tag.AggressorIndicator (1057).

func (AggressorIndicatorField) Value

type AllocAccountField

type AllocAccountField struct{ quickfix.FIXString }

AllocAccountField is a STRING field.

func NewAllocAccount

func NewAllocAccount(val string) AllocAccountField

NewAllocAccount returns a new AllocAccountField initialized with val.

func (AllocAccountField) Tag

func (f AllocAccountField) Tag() quickfix.Tag

Tag returns tag.AllocAccount (79).

func (AllocAccountField) Value

func (f AllocAccountField) Value() string

type AllocAvgPxField

type AllocAvgPxField struct{ quickfix.FIXDecimal }

AllocAvgPxField is a PRICE field.

func NewAllocAvgPx

func NewAllocAvgPx(val decimal.Decimal, scale int32) AllocAvgPxField

NewAllocAvgPx returns a new AllocAvgPxField initialized with val and scale.

func (AllocAvgPxField) Tag

func (f AllocAvgPxField) Tag() quickfix.Tag

Tag returns tag.AllocAvgPx (153).

func (AllocAvgPxField) Value

func (f AllocAvgPxField) Value() (val decimal.Decimal)

type AllocHandlInstField

type AllocHandlInstField struct{ quickfix.FIXString }

AllocHandlInstField is a enum.AllocHandlInst field.

func NewAllocHandlInst

func NewAllocHandlInst(val enum.AllocHandlInst) AllocHandlInstField

func (AllocHandlInstField) Tag

Tag returns tag.AllocHandlInst (209).

func (AllocHandlInstField) Value

type AllocIDField

type AllocIDField struct{ quickfix.FIXString }

AllocIDField is a STRING field.

func NewAllocID

func NewAllocID(val string) AllocIDField

NewAllocID returns a new AllocIDField initialized with val.

func (AllocIDField) Tag

func (f AllocIDField) Tag() quickfix.Tag

Tag returns tag.AllocID (70).

func (AllocIDField) Value

func (f AllocIDField) Value() string

type AllocLinkIDField

type AllocLinkIDField struct{ quickfix.FIXString }

AllocLinkIDField is a STRING field.

func NewAllocLinkID

func NewAllocLinkID(val string) AllocLinkIDField

NewAllocLinkID returns a new AllocLinkIDField initialized with val.

func (AllocLinkIDField) Tag

func (f AllocLinkIDField) Tag() quickfix.Tag

Tag returns tag.AllocLinkID (196).

func (AllocLinkIDField) Value

func (f AllocLinkIDField) Value() string

type AllocLinkTypeField

type AllocLinkTypeField struct{ quickfix.FIXString }

AllocLinkTypeField is a enum.AllocLinkType field.

func NewAllocLinkType

func NewAllocLinkType(val enum.AllocLinkType) AllocLinkTypeField

func (AllocLinkTypeField) Tag

Tag returns tag.AllocLinkType (197).

func (AllocLinkTypeField) Value

type AllocNetMoneyField

type AllocNetMoneyField struct{ quickfix.FIXDecimal }

AllocNetMoneyField is a AMT field.

func NewAllocNetMoney

func NewAllocNetMoney(val decimal.Decimal, scale int32) AllocNetMoneyField

NewAllocNetMoney returns a new AllocNetMoneyField initialized with val and scale.

func (AllocNetMoneyField) Tag

Tag returns tag.AllocNetMoney (154).

func (AllocNetMoneyField) Value

func (f AllocNetMoneyField) Value() (val decimal.Decimal)

type AllocPriceField

type AllocPriceField struct{ quickfix.FIXDecimal }

AllocPriceField is a PRICE field.

func NewAllocPrice

func NewAllocPrice(val decimal.Decimal, scale int32) AllocPriceField

NewAllocPrice returns a new AllocPriceField initialized with val and scale.

func (AllocPriceField) Tag

func (f AllocPriceField) Tag() quickfix.Tag

Tag returns tag.AllocPrice (366).

func (AllocPriceField) Value

func (f AllocPriceField) Value() (val decimal.Decimal)

type AllocRejCodeField

type AllocRejCodeField struct{ quickfix.FIXString }

AllocRejCodeField is a enum.AllocRejCode field.

func NewAllocRejCode

func NewAllocRejCode(val enum.AllocRejCode) AllocRejCodeField

func (AllocRejCodeField) Tag

func (f AllocRejCodeField) Tag() quickfix.Tag

Tag returns tag.AllocRejCode (88).

func (AllocRejCodeField) Value

type AllocSharesField

type AllocSharesField struct{ quickfix.FIXDecimal }

AllocSharesField is a QTY field.

func NewAllocShares

func NewAllocShares(val decimal.Decimal, scale int32) AllocSharesField

NewAllocShares returns a new AllocSharesField initialized with val and scale.

func (AllocSharesField) Tag

func (f AllocSharesField) Tag() quickfix.Tag

Tag returns tag.AllocShares (80).

func (AllocSharesField) Value

func (f AllocSharesField) Value() (val decimal.Decimal)

type AllocStatusField

type AllocStatusField struct{ quickfix.FIXString }

AllocStatusField is a enum.AllocStatus field.

func NewAllocStatus

func NewAllocStatus(val enum.AllocStatus) AllocStatusField

func (AllocStatusField) Tag

func (f AllocStatusField) Tag() quickfix.Tag

Tag returns tag.AllocStatus (87).

func (AllocStatusField) Value

func (f AllocStatusField) Value() enum.AllocStatus

type AllocTextField

type AllocTextField struct{ quickfix.FIXString }

AllocTextField is a STRING field.

func NewAllocText

func NewAllocText(val string) AllocTextField

NewAllocText returns a new AllocTextField initialized with val.

func (AllocTextField) Tag

func (f AllocTextField) Tag() quickfix.Tag

Tag returns tag.AllocText (161).

func (AllocTextField) Value

func (f AllocTextField) Value() string

type AllocTransTypeField

type AllocTransTypeField struct{ quickfix.FIXString }

AllocTransTypeField is a enum.AllocTransType field.

func NewAllocTransType

func NewAllocTransType(val enum.AllocTransType) AllocTransTypeField

func (AllocTransTypeField) Tag

Tag returns tag.AllocTransType (71).

func (AllocTransTypeField) Value

type AvgPrxPrecisionField

type AvgPrxPrecisionField struct{ quickfix.FIXInt }

AvgPrxPrecisionField is a INT field.

func NewAvgPrxPrecision

func NewAvgPrxPrecision(val int) AvgPrxPrecisionField

NewAvgPrxPrecision returns a new AvgPrxPrecisionField initialized with val.

func (AvgPrxPrecisionField) Tag

Tag returns tag.AvgPrxPrecision (74).

func (AvgPrxPrecisionField) Value

func (f AvgPrxPrecisionField) Value() int

type AvgPxField

type AvgPxField struct{ quickfix.FIXDecimal }

AvgPxField is a PRICE field.

func NewAvgPx

func NewAvgPx(val decimal.Decimal, scale int32) AvgPxField

NewAvgPx returns a new AvgPxField initialized with val and scale.

func (AvgPxField) Tag

func (f AvgPxField) Tag() quickfix.Tag

Tag returns tag.AvgPx (6).

func (AvgPxField) Value

func (f AvgPxField) Value() (val decimal.Decimal)

type BasisPxTypeField

type BasisPxTypeField struct{ quickfix.FIXString }

BasisPxTypeField is a enum.BasisPxType field.

func NewBasisPxType

func NewBasisPxType(val enum.BasisPxType) BasisPxTypeField

func (BasisPxTypeField) Tag

func (f BasisPxTypeField) Tag() quickfix.Tag

Tag returns tag.BasisPxType (419).

func (BasisPxTypeField) Value

func (f BasisPxTypeField) Value() enum.BasisPxType

type BatchIDField

type BatchIDField struct{ quickfix.FIXString }

BatchIDField is a STRING field.

func NewBatchID

func NewBatchID(val string) BatchIDField

NewBatchID returns a new BatchIDField initialized with val.

func (BatchIDField) Tag

func (f BatchIDField) Tag() quickfix.Tag

Tag returns tag.BatchID (8014).

func (BatchIDField) Value

func (f BatchIDField) Value() string

type BeginSeqNoField

type BeginSeqNoField struct{ quickfix.FIXInt }

BeginSeqNoField is a INT field.

func NewBeginSeqNo

func NewBeginSeqNo(val int) BeginSeqNoField

NewBeginSeqNo returns a new BeginSeqNoField initialized with val.

func (BeginSeqNoField) Tag

func (f BeginSeqNoField) Tag() quickfix.Tag

Tag returns tag.BeginSeqNo (7).

func (BeginSeqNoField) Value

func (f BeginSeqNoField) Value() int

type BeginStringField

type BeginStringField struct{ quickfix.FIXString }

BeginStringField is a STRING field.

func NewBeginString

func NewBeginString(val string) BeginStringField

NewBeginString returns a new BeginStringField initialized with val.

func (BeginStringField) Tag

func (f BeginStringField) Tag() quickfix.Tag

Tag returns tag.BeginString (8).

func (BeginStringField) Value

func (f BeginStringField) Value() string

type BenchmarkField

type BenchmarkField struct{ quickfix.FIXString }

BenchmarkField is a enum.Benchmark field.

func NewBenchmark

func NewBenchmark(val enum.Benchmark) BenchmarkField

func (BenchmarkField) Tag

func (f BenchmarkField) Tag() quickfix.Tag

Tag returns tag.Benchmark (219).

func (BenchmarkField) Value

func (f BenchmarkField) Value() enum.Benchmark

type BidDescriptorField

type BidDescriptorField struct{ quickfix.FIXString }

BidDescriptorField is a STRING field.

func NewBidDescriptor

func NewBidDescriptor(val string) BidDescriptorField

NewBidDescriptor returns a new BidDescriptorField initialized with val.

func (BidDescriptorField) Tag

Tag returns tag.BidDescriptor (400).

func (BidDescriptorField) Value

func (f BidDescriptorField) Value() string

type BidDescriptorTypeField

type BidDescriptorTypeField struct{ quickfix.FIXInt }

BidDescriptorTypeField is a INT field.

func NewBidDescriptorType

func NewBidDescriptorType(val int) BidDescriptorTypeField

NewBidDescriptorType returns a new BidDescriptorTypeField initialized with val.

func (BidDescriptorTypeField) Tag

Tag returns tag.BidDescriptorType (399).

func (BidDescriptorTypeField) Value

func (f BidDescriptorTypeField) Value() int

type BidForwardPointsField

type BidForwardPointsField struct{ quickfix.FIXDecimal }

BidForwardPointsField is a PRICEOFFSET field.

func NewBidForwardPoints

func NewBidForwardPoints(val decimal.Decimal, scale int32) BidForwardPointsField

NewBidForwardPoints returns a new BidForwardPointsField initialized with val and scale.

func (BidForwardPointsField) Tag

Tag returns tag.BidForwardPoints (189).

func (BidForwardPointsField) Value

func (f BidForwardPointsField) Value() (val decimal.Decimal)

type BidIDField

type BidIDField struct{ quickfix.FIXString }

BidIDField is a STRING field.

func NewBidID

func NewBidID(val string) BidIDField

NewBidID returns a new BidIDField initialized with val.

func (BidIDField) Tag

func (f BidIDField) Tag() quickfix.Tag

Tag returns tag.BidID (390).

func (BidIDField) Value

func (f BidIDField) Value() string

type BidPxField

type BidPxField struct{ quickfix.FIXDecimal }

BidPxField is a PRICE field.

func NewBidPx

func NewBidPx(val decimal.Decimal, scale int32) BidPxField

NewBidPx returns a new BidPxField initialized with val and scale.

func (BidPxField) Tag

func (f BidPxField) Tag() quickfix.Tag

Tag returns tag.BidPx (132).

func (BidPxField) Value

func (f BidPxField) Value() (val decimal.Decimal)

type BidRequestTransTypeField

type BidRequestTransTypeField struct{ quickfix.FIXString }

BidRequestTransTypeField is a enum.BidRequestTransType field.

func (BidRequestTransTypeField) Tag

Tag returns tag.BidRequestTransType (374).

func (BidRequestTransTypeField) Value

type BidSizeField

type BidSizeField struct{ quickfix.FIXDecimal }

BidSizeField is a QTY field.

func NewBidSize

func NewBidSize(val decimal.Decimal, scale int32) BidSizeField

NewBidSize returns a new BidSizeField initialized with val and scale.

func (BidSizeField) Tag

func (f BidSizeField) Tag() quickfix.Tag

Tag returns tag.BidSize (134).

func (BidSizeField) Value

func (f BidSizeField) Value() (val decimal.Decimal)

type BidSpotRateField

type BidSpotRateField struct{ quickfix.FIXDecimal }

BidSpotRateField is a PRICE field.

func NewBidSpotRate

func NewBidSpotRate(val decimal.Decimal, scale int32) BidSpotRateField

NewBidSpotRate returns a new BidSpotRateField initialized with val and scale.

func (BidSpotRateField) Tag

func (f BidSpotRateField) Tag() quickfix.Tag

Tag returns tag.BidSpotRate (188).

func (BidSpotRateField) Value

func (f BidSpotRateField) Value() (val decimal.Decimal)

type BidTypeField

type BidTypeField struct{ quickfix.FIXInt }

BidTypeField is a INT field.

func NewBidType

func NewBidType(val int) BidTypeField

NewBidType returns a new BidTypeField initialized with val.

func (BidTypeField) Tag

func (f BidTypeField) Tag() quickfix.Tag

Tag returns tag.BidType (394).

func (BidTypeField) Value

func (f BidTypeField) Value() int

type BodyLengthField

type BodyLengthField struct{ quickfix.FIXInt }

BodyLengthField is a INT field.

func NewBodyLength

func NewBodyLength(val int) BodyLengthField

NewBodyLength returns a new BodyLengthField initialized with val.

func (BodyLengthField) Tag

func (f BodyLengthField) Tag() quickfix.Tag

Tag returns tag.BodyLength (9).

func (BodyLengthField) Value

func (f BodyLengthField) Value() int

type BrokerOfCreditField

type BrokerOfCreditField struct{ quickfix.FIXString }

BrokerOfCreditField is a STRING field.

func NewBrokerOfCredit

func NewBrokerOfCredit(val string) BrokerOfCreditField

NewBrokerOfCredit returns a new BrokerOfCreditField initialized with val.

func (BrokerOfCreditField) Tag

Tag returns tag.BrokerOfCredit (92).

func (BrokerOfCreditField) Value

func (f BrokerOfCreditField) Value() string

type BusinessRejectReasonField

type BusinessRejectReasonField struct{ quickfix.FIXString }

BusinessRejectReasonField is a enum.BusinessRejectReason field.

func (BusinessRejectReasonField) Tag

Tag returns tag.BusinessRejectReason (380).

func (BusinessRejectReasonField) Value

type BusinessRejectRefIDField

type BusinessRejectRefIDField struct{ quickfix.FIXString }

BusinessRejectRefIDField is a STRING field.

func NewBusinessRejectRefID

func NewBusinessRejectRefID(val string) BusinessRejectRefIDField

NewBusinessRejectRefID returns a new BusinessRejectRefIDField initialized with val.

func (BusinessRejectRefIDField) Tag

Tag returns tag.BusinessRejectRefID (379).

func (BusinessRejectRefIDField) Value

func (f BusinessRejectRefIDField) Value() string

type BuyVolumeField

type BuyVolumeField struct{ quickfix.FIXDecimal }

BuyVolumeField is a QTY field.

func NewBuyVolume

func NewBuyVolume(val decimal.Decimal, scale int32) BuyVolumeField

NewBuyVolume returns a new BuyVolumeField initialized with val and scale.

func (BuyVolumeField) Tag

func (f BuyVolumeField) Tag() quickfix.Tag

Tag returns tag.BuyVolume (330).

func (BuyVolumeField) Value

func (f BuyVolumeField) Value() (val decimal.Decimal)

type CancelOrdersOnDisconnectField

type CancelOrdersOnDisconnectField struct{ quickfix.FIXString }

CancelOrdersOnDisconnectField is a enum.CancelOrdersOnDisconnect field.

func (CancelOrdersOnDisconnectField) Tag

Tag returns tag.CancelOrdersOnDisconnect (8013).

func (CancelOrdersOnDisconnectField) Value

type CashOrderQtyField

type CashOrderQtyField struct{ quickfix.FIXDecimal }

CashOrderQtyField is a QTY field.

func NewCashOrderQty

func NewCashOrderQty(val decimal.Decimal, scale int32) CashOrderQtyField

NewCashOrderQty returns a new CashOrderQtyField initialized with val and scale.

func (CashOrderQtyField) Tag

func (f CashOrderQtyField) Tag() quickfix.Tag

Tag returns tag.CashOrderQty (152).

func (CashOrderQtyField) Value

func (f CashOrderQtyField) Value() (val decimal.Decimal)

type CashSettlAgentAcctNameField

type CashSettlAgentAcctNameField struct{ quickfix.FIXString }

CashSettlAgentAcctNameField is a STRING field.

func NewCashSettlAgentAcctName

func NewCashSettlAgentAcctName(val string) CashSettlAgentAcctNameField

NewCashSettlAgentAcctName returns a new CashSettlAgentAcctNameField initialized with val.

func (CashSettlAgentAcctNameField) Tag

Tag returns tag.CashSettlAgentAcctName (185).

func (CashSettlAgentAcctNameField) Value

type CashSettlAgentAcctNumField

type CashSettlAgentAcctNumField struct{ quickfix.FIXString }

CashSettlAgentAcctNumField is a STRING field.

func NewCashSettlAgentAcctNum

func NewCashSettlAgentAcctNum(val string) CashSettlAgentAcctNumField

NewCashSettlAgentAcctNum returns a new CashSettlAgentAcctNumField initialized with val.

func (CashSettlAgentAcctNumField) Tag

Tag returns tag.CashSettlAgentAcctNum (184).

func (CashSettlAgentAcctNumField) Value

type CashSettlAgentCodeField

type CashSettlAgentCodeField struct{ quickfix.FIXString }

CashSettlAgentCodeField is a STRING field.

func NewCashSettlAgentCode

func NewCashSettlAgentCode(val string) CashSettlAgentCodeField

NewCashSettlAgentCode returns a new CashSettlAgentCodeField initialized with val.

func (CashSettlAgentCodeField) Tag

Tag returns tag.CashSettlAgentCode (183).

func (CashSettlAgentCodeField) Value

func (f CashSettlAgentCodeField) Value() string

type CashSettlAgentContactNameField

type CashSettlAgentContactNameField struct{ quickfix.FIXString }

CashSettlAgentContactNameField is a STRING field.

func NewCashSettlAgentContactName

func NewCashSettlAgentContactName(val string) CashSettlAgentContactNameField

NewCashSettlAgentContactName returns a new CashSettlAgentContactNameField initialized with val.

func (CashSettlAgentContactNameField) Tag

Tag returns tag.CashSettlAgentContactName (186).

func (CashSettlAgentContactNameField) Value

type CashSettlAgentContactPhoneField

type CashSettlAgentContactPhoneField struct{ quickfix.FIXString }

CashSettlAgentContactPhoneField is a STRING field.

func NewCashSettlAgentContactPhone

func NewCashSettlAgentContactPhone(val string) CashSettlAgentContactPhoneField

NewCashSettlAgentContactPhone returns a new CashSettlAgentContactPhoneField initialized with val.

func (CashSettlAgentContactPhoneField) Tag

Tag returns tag.CashSettlAgentContactPhone (187).

func (CashSettlAgentContactPhoneField) Value

type CashSettlAgentNameField

type CashSettlAgentNameField struct{ quickfix.FIXString }

CashSettlAgentNameField is a STRING field.

func NewCashSettlAgentName

func NewCashSettlAgentName(val string) CashSettlAgentNameField

NewCashSettlAgentName returns a new CashSettlAgentNameField initialized with val.

func (CashSettlAgentNameField) Tag

Tag returns tag.CashSettlAgentName (182).

func (CashSettlAgentNameField) Value

func (f CashSettlAgentNameField) Value() string

type CheckSumField

type CheckSumField struct{ quickfix.FIXString }

CheckSumField is a STRING field.

func NewCheckSum

func NewCheckSum(val string) CheckSumField

NewCheckSum returns a new CheckSumField initialized with val.

func (CheckSumField) Tag

func (f CheckSumField) Tag() quickfix.Tag

Tag returns tag.CheckSum (10).

func (CheckSumField) Value

func (f CheckSumField) Value() string

type ClOrdIDField

type ClOrdIDField struct{ quickfix.FIXString }

ClOrdIDField is a STRING field.

func NewClOrdID

func NewClOrdID(val string) ClOrdIDField

NewClOrdID returns a new ClOrdIDField initialized with val.

func (ClOrdIDField) Tag

func (f ClOrdIDField) Tag() quickfix.Tag

Tag returns tag.ClOrdID (11).

func (ClOrdIDField) Value

func (f ClOrdIDField) Value() string

type ClearingAccountField

type ClearingAccountField struct{ quickfix.FIXString }

ClearingAccountField is a STRING field.

func NewClearingAccount

func NewClearingAccount(val string) ClearingAccountField

NewClearingAccount returns a new ClearingAccountField initialized with val.

func (ClearingAccountField) Tag

Tag returns tag.ClearingAccount (440).

func (ClearingAccountField) Value

func (f ClearingAccountField) Value() string

type ClearingFirmField

type ClearingFirmField struct{ quickfix.FIXString }

ClearingFirmField is a STRING field.

func NewClearingFirm

func NewClearingFirm(val string) ClearingFirmField

NewClearingFirm returns a new ClearingFirmField initialized with val.

func (ClearingFirmField) Tag

func (f ClearingFirmField) Tag() quickfix.Tag

Tag returns tag.ClearingFirm (439).

func (ClearingFirmField) Value

func (f ClearingFirmField) Value() string

type ClientBidIDField

type ClientBidIDField struct{ quickfix.FIXString }

ClientBidIDField is a STRING field.

func NewClientBidID

func NewClientBidID(val string) ClientBidIDField

NewClientBidID returns a new ClientBidIDField initialized with val.

func (ClientBidIDField) Tag

func (f ClientBidIDField) Tag() quickfix.Tag

Tag returns tag.ClientBidID (391).

func (ClientBidIDField) Value

func (f ClientBidIDField) Value() string

type ClientIDField

type ClientIDField struct{ quickfix.FIXString }

ClientIDField is a STRING field.

func NewClientID

func NewClientID(val string) ClientIDField

NewClientID returns a new ClientIDField initialized with val.

func (ClientIDField) Tag

func (f ClientIDField) Tag() quickfix.Tag

Tag returns tag.ClientID (109).

func (ClientIDField) Value

func (f ClientIDField) Value() string

type CommTypeField

type CommTypeField struct{ quickfix.FIXString }

CommTypeField is a enum.CommType field.

func NewCommType

func NewCommType(val enum.CommType) CommTypeField

func (CommTypeField) Tag

func (f CommTypeField) Tag() quickfix.Tag

Tag returns tag.CommType (13).

func (CommTypeField) Value

func (f CommTypeField) Value() enum.CommType

type CommissionField

type CommissionField struct{ quickfix.FIXDecimal }

CommissionField is a AMT field.

func NewCommission

func NewCommission(val decimal.Decimal, scale int32) CommissionField

NewCommission returns a new CommissionField initialized with val and scale.

func (CommissionField) Tag

func (f CommissionField) Tag() quickfix.Tag

Tag returns tag.Commission (12).

func (CommissionField) Value

func (f CommissionField) Value() (val decimal.Decimal)

type ComplianceIDField

type ComplianceIDField struct{ quickfix.FIXString }

ComplianceIDField is a STRING field.

func NewComplianceID

func NewComplianceID(val string) ComplianceIDField

NewComplianceID returns a new ComplianceIDField initialized with val.

func (ComplianceIDField) Tag

func (f ComplianceIDField) Tag() quickfix.Tag

Tag returns tag.ComplianceID (376).

func (ComplianceIDField) Value

func (f ComplianceIDField) Value() string

type ContraBrokerField

type ContraBrokerField struct{ quickfix.FIXString }

ContraBrokerField is a STRING field.

func NewContraBroker

func NewContraBroker(val string) ContraBrokerField

NewContraBroker returns a new ContraBrokerField initialized with val.

func (ContraBrokerField) Tag

func (f ContraBrokerField) Tag() quickfix.Tag

Tag returns tag.ContraBroker (375).

func (ContraBrokerField) Value

func (f ContraBrokerField) Value() string

type ContraTradeQtyField

type ContraTradeQtyField struct{ quickfix.FIXDecimal }

ContraTradeQtyField is a QTY field.

func NewContraTradeQty

func NewContraTradeQty(val decimal.Decimal, scale int32) ContraTradeQtyField

NewContraTradeQty returns a new ContraTradeQtyField initialized with val and scale.

func (ContraTradeQtyField) Tag

Tag returns tag.ContraTradeQty (437).

func (ContraTradeQtyField) Value

func (f ContraTradeQtyField) Value() (val decimal.Decimal)

type ContraTradeTimeField

type ContraTradeTimeField struct{ quickfix.FIXUTCTimestamp }

ContraTradeTimeField is a UTCTIMESTAMP field.

func NewContraTradeTime

func NewContraTradeTime(val time.Time) ContraTradeTimeField

NewContraTradeTime returns a new ContraTradeTimeField initialized with val.

func NewContraTradeTimeNoMillis

func NewContraTradeTimeNoMillis(val time.Time) ContraTradeTimeField

NewContraTradeTimeNoMillis returns a new ContraTradeTimeField initialized with val without millisecs.

func NewContraTradeTimeWithPrecision

func NewContraTradeTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) ContraTradeTimeField

NewContraTradeTimeWithPrecision returns a new ContraTradeTimeField initialized with val of specified precision.

func (ContraTradeTimeField) Tag

Tag returns tag.ContraTradeTime (438).

func (ContraTradeTimeField) Value

func (f ContraTradeTimeField) Value() time.Time

type ContraTraderField

type ContraTraderField struct{ quickfix.FIXString }

ContraTraderField is a STRING field.

func NewContraTrader

func NewContraTrader(val string) ContraTraderField

NewContraTrader returns a new ContraTraderField initialized with val.

func (ContraTraderField) Tag

func (f ContraTraderField) Tag() quickfix.Tag

Tag returns tag.ContraTrader (337).

func (ContraTraderField) Value

func (f ContraTraderField) Value() string

type ContractMultiplierField

type ContractMultiplierField struct{ quickfix.FIXDecimal }

ContractMultiplierField is a FLOAT field.

func NewContractMultiplier

func NewContractMultiplier(val decimal.Decimal, scale int32) ContractMultiplierField

NewContractMultiplier returns a new ContractMultiplierField initialized with val and scale.

func (ContractMultiplierField) Tag

Tag returns tag.ContractMultiplier (231).

func (ContractMultiplierField) Value

func (f ContractMultiplierField) Value() (val decimal.Decimal)

type CorporateActionField

type CorporateActionField struct{ quickfix.FIXString }

CorporateActionField is a enum.CorporateAction field.

func NewCorporateAction

func NewCorporateAction(val enum.CorporateAction) CorporateActionField

func (CorporateActionField) Tag

Tag returns tag.CorporateAction (292).

func (CorporateActionField) Value

type CountryField

type CountryField struct{ quickfix.FIXString }

CountryField is a STRING field.

func NewCountry

func NewCountry(val string) CountryField

NewCountry returns a new CountryField initialized with val.

func (CountryField) Tag

func (f CountryField) Tag() quickfix.Tag

Tag returns tag.Country (421).

func (CountryField) Value

func (f CountryField) Value() string

type CouponRateField

type CouponRateField struct{ quickfix.FIXDecimal }

CouponRateField is a FLOAT field.

func NewCouponRate

func NewCouponRate(val decimal.Decimal, scale int32) CouponRateField

NewCouponRate returns a new CouponRateField initialized with val and scale.

func (CouponRateField) Tag

func (f CouponRateField) Tag() quickfix.Tag

Tag returns tag.CouponRate (223).

func (CouponRateField) Value

func (f CouponRateField) Value() (val decimal.Decimal)

type CoveredOrUncoveredField

type CoveredOrUncoveredField struct{ quickfix.FIXString }

CoveredOrUncoveredField is a enum.CoveredOrUncovered field.

func (CoveredOrUncoveredField) Tag

Tag returns tag.CoveredOrUncovered (203).

func (CoveredOrUncoveredField) Value

type CrossPercentField

type CrossPercentField struct{ quickfix.FIXDecimal }

CrossPercentField is a FLOAT field.

func NewCrossPercent

func NewCrossPercent(val decimal.Decimal, scale int32) CrossPercentField

NewCrossPercent returns a new CrossPercentField initialized with val and scale.

func (CrossPercentField) Tag

func (f CrossPercentField) Tag() quickfix.Tag

Tag returns tag.CrossPercent (413).

func (CrossPercentField) Value

func (f CrossPercentField) Value() (val decimal.Decimal)

type CumQtyField

type CumQtyField struct{ quickfix.FIXDecimal }

CumQtyField is a QTY field.

func NewCumQty

func NewCumQty(val decimal.Decimal, scale int32) CumQtyField

NewCumQty returns a new CumQtyField initialized with val and scale.

func (CumQtyField) Tag

func (f CumQtyField) Tag() quickfix.Tag

Tag returns tag.CumQty (14).

func (CumQtyField) Value

func (f CumQtyField) Value() (val decimal.Decimal)

type CurrencyField

type CurrencyField struct{ quickfix.FIXString }

CurrencyField is a CURRENCY field.

func NewCurrency

func NewCurrency(val string) CurrencyField

NewCurrency returns a new CurrencyField initialized with val.

func (CurrencyField) Tag

func (f CurrencyField) Tag() quickfix.Tag

Tag returns tag.Currency (15).

func (CurrencyField) Value

func (f CurrencyField) Value() string

type CustomerOrFirmField

type CustomerOrFirmField struct{ quickfix.FIXString }

CustomerOrFirmField is a enum.CustomerOrFirm field.

func NewCustomerOrFirm

func NewCustomerOrFirm(val enum.CustomerOrFirm) CustomerOrFirmField

func (CustomerOrFirmField) Tag

Tag returns tag.CustomerOrFirm (204).

func (CustomerOrFirmField) Value

type CxlQtyField

type CxlQtyField struct{ quickfix.FIXDecimal }

CxlQtyField is a QTY field.

func NewCxlQty

func NewCxlQty(val decimal.Decimal, scale int32) CxlQtyField

NewCxlQty returns a new CxlQtyField initialized with val and scale.

func (CxlQtyField) Tag

func (f CxlQtyField) Tag() quickfix.Tag

Tag returns tag.CxlQty (84).

func (CxlQtyField) Value

func (f CxlQtyField) Value() (val decimal.Decimal)

type CxlRejReasonField

type CxlRejReasonField struct{ quickfix.FIXString }

CxlRejReasonField is a enum.CxlRejReason field.

func NewCxlRejReason

func NewCxlRejReason(val enum.CxlRejReason) CxlRejReasonField

func (CxlRejReasonField) Tag

func (f CxlRejReasonField) Tag() quickfix.Tag

Tag returns tag.CxlRejReason (102).

func (CxlRejReasonField) Value

type CxlRejResponseToField

type CxlRejResponseToField struct{ quickfix.FIXString }

CxlRejResponseToField is a enum.CxlRejResponseTo field.

func (CxlRejResponseToField) Tag

Tag returns tag.CxlRejResponseTo (434).

func (CxlRejResponseToField) Value

type CxlTypeField

type CxlTypeField struct{ quickfix.FIXString }

CxlTypeField is a CHAR field.

func NewCxlType

func NewCxlType(val string) CxlTypeField

NewCxlType returns a new CxlTypeField initialized with val.

func (CxlTypeField) Tag

func (f CxlTypeField) Tag() quickfix.Tag

Tag returns tag.CxlType (125).

func (CxlTypeField) Value

func (f CxlTypeField) Value() string

type DKReasonField

type DKReasonField struct{ quickfix.FIXString }

DKReasonField is a enum.DKReason field.

func NewDKReason

func NewDKReason(val enum.DKReason) DKReasonField

func (DKReasonField) Tag

func (f DKReasonField) Tag() quickfix.Tag

Tag returns tag.DKReason (127).

func (DKReasonField) Value

func (f DKReasonField) Value() enum.DKReason

type DayAvgPxField

type DayAvgPxField struct{ quickfix.FIXDecimal }

DayAvgPxField is a PRICE field.

func NewDayAvgPx

func NewDayAvgPx(val decimal.Decimal, scale int32) DayAvgPxField

NewDayAvgPx returns a new DayAvgPxField initialized with val and scale.

func (DayAvgPxField) Tag

func (f DayAvgPxField) Tag() quickfix.Tag

Tag returns tag.DayAvgPx (426).

func (DayAvgPxField) Value

func (f DayAvgPxField) Value() (val decimal.Decimal)

type DayCumQtyField

type DayCumQtyField struct{ quickfix.FIXDecimal }

DayCumQtyField is a QTY field.

func NewDayCumQty

func NewDayCumQty(val decimal.Decimal, scale int32) DayCumQtyField

NewDayCumQty returns a new DayCumQtyField initialized with val and scale.

func (DayCumQtyField) Tag

func (f DayCumQtyField) Tag() quickfix.Tag

Tag returns tag.DayCumQty (425).

func (DayCumQtyField) Value

func (f DayCumQtyField) Value() (val decimal.Decimal)

type DayOrderQtyField

type DayOrderQtyField struct{ quickfix.FIXDecimal }

DayOrderQtyField is a QTY field.

func NewDayOrderQty

func NewDayOrderQty(val decimal.Decimal, scale int32) DayOrderQtyField

NewDayOrderQty returns a new DayOrderQtyField initialized with val and scale.

func (DayOrderQtyField) Tag

func (f DayOrderQtyField) Tag() quickfix.Tag

Tag returns tag.DayOrderQty (424).

func (DayOrderQtyField) Value

func (f DayOrderQtyField) Value() (val decimal.Decimal)

type DefBidSizeField

type DefBidSizeField struct{ quickfix.FIXDecimal }

DefBidSizeField is a QTY field.

func NewDefBidSize

func NewDefBidSize(val decimal.Decimal, scale int32) DefBidSizeField

NewDefBidSize returns a new DefBidSizeField initialized with val and scale.

func (DefBidSizeField) Tag

func (f DefBidSizeField) Tag() quickfix.Tag

Tag returns tag.DefBidSize (293).

func (DefBidSizeField) Value

func (f DefBidSizeField) Value() (val decimal.Decimal)

type DefOfferSizeField

type DefOfferSizeField struct{ quickfix.FIXDecimal }

DefOfferSizeField is a QTY field.

func NewDefOfferSize

func NewDefOfferSize(val decimal.Decimal, scale int32) DefOfferSizeField

NewDefOfferSize returns a new DefOfferSizeField initialized with val and scale.

func (DefOfferSizeField) Tag

func (f DefOfferSizeField) Tag() quickfix.Tag

Tag returns tag.DefOfferSize (294).

func (DefOfferSizeField) Value

func (f DefOfferSizeField) Value() (val decimal.Decimal)

type DeleteReasonField

type DeleteReasonField struct{ quickfix.FIXString }

DeleteReasonField is a enum.DeleteReason field.

func NewDeleteReason

func NewDeleteReason(val enum.DeleteReason) DeleteReasonField

func (DeleteReasonField) Tag

func (f DeleteReasonField) Tag() quickfix.Tag

Tag returns tag.DeleteReason (285).

func (DeleteReasonField) Value

type DeliverToCompIDField

type DeliverToCompIDField struct{ quickfix.FIXString }

DeliverToCompIDField is a STRING field.

func NewDeliverToCompID

func NewDeliverToCompID(val string) DeliverToCompIDField

NewDeliverToCompID returns a new DeliverToCompIDField initialized with val.

func (DeliverToCompIDField) Tag

Tag returns tag.DeliverToCompID (128).

func (DeliverToCompIDField) Value

func (f DeliverToCompIDField) Value() string

type DeliverToLocationIDField

type DeliverToLocationIDField struct{ quickfix.FIXString }

DeliverToLocationIDField is a STRING field.

func NewDeliverToLocationID

func NewDeliverToLocationID(val string) DeliverToLocationIDField

NewDeliverToLocationID returns a new DeliverToLocationIDField initialized with val.

func (DeliverToLocationIDField) Tag

Tag returns tag.DeliverToLocationID (145).

func (DeliverToLocationIDField) Value

func (f DeliverToLocationIDField) Value() string

type DeliverToSubIDField

type DeliverToSubIDField struct{ quickfix.FIXString }

DeliverToSubIDField is a STRING field.

func NewDeliverToSubID

func NewDeliverToSubID(val string) DeliverToSubIDField

NewDeliverToSubID returns a new DeliverToSubIDField initialized with val.

func (DeliverToSubIDField) Tag

Tag returns tag.DeliverToSubID (129).

func (DeliverToSubIDField) Value

func (f DeliverToSubIDField) Value() string

type DeskIDField

type DeskIDField struct{ quickfix.FIXString }

DeskIDField is a STRING field.

func NewDeskID

func NewDeskID(val string) DeskIDField

NewDeskID returns a new DeskIDField initialized with val.

func (DeskIDField) Tag

func (f DeskIDField) Tag() quickfix.Tag

Tag returns tag.DeskID (284).

func (DeskIDField) Value

func (f DeskIDField) Value() string

type DiscretionInstField

type DiscretionInstField struct{ quickfix.FIXString }

DiscretionInstField is a enum.DiscretionInst field.

func NewDiscretionInst

func NewDiscretionInst(val enum.DiscretionInst) DiscretionInstField

func (DiscretionInstField) Tag

Tag returns tag.DiscretionInst (388).

func (DiscretionInstField) Value

type DiscretionOffsetField

type DiscretionOffsetField struct{ quickfix.FIXDecimal }

DiscretionOffsetField is a PRICEOFFSET field.

func NewDiscretionOffset

func NewDiscretionOffset(val decimal.Decimal, scale int32) DiscretionOffsetField

NewDiscretionOffset returns a new DiscretionOffsetField initialized with val and scale.

func (DiscretionOffsetField) Tag

Tag returns tag.DiscretionOffset (389).

func (DiscretionOffsetField) Value

func (f DiscretionOffsetField) Value() (val decimal.Decimal)

type DlvyInstField

type DlvyInstField struct{ quickfix.FIXString }

DlvyInstField is a STRING field.

func NewDlvyInst

func NewDlvyInst(val string) DlvyInstField

NewDlvyInst returns a new DlvyInstField initialized with val.

func (DlvyInstField) Tag

func (f DlvyInstField) Tag() quickfix.Tag

Tag returns tag.DlvyInst (86).

func (DlvyInstField) Value

func (f DlvyInstField) Value() string

type DropCopyFlagField

type DropCopyFlagField struct{ quickfix.FIXString }

DropCopyFlagField is a enum.DropCopyFlag field.

func NewDropCopyFlag

func NewDropCopyFlag(val enum.DropCopyFlag) DropCopyFlagField

func (DropCopyFlagField) Tag

func (f DropCopyFlagField) Tag() quickfix.Tag

Tag returns tag.DropCopyFlag (9406).

func (DropCopyFlagField) Value

type DueToRelatedField

type DueToRelatedField struct{ quickfix.FIXBoolean }

DueToRelatedField is a BOOLEAN field.

func NewDueToRelated

func NewDueToRelated(val bool) DueToRelatedField

NewDueToRelated returns a new DueToRelatedField initialized with val.

func (DueToRelatedField) Tag

func (f DueToRelatedField) Tag() quickfix.Tag

Tag returns tag.DueToRelated (329).

func (DueToRelatedField) Value

func (f DueToRelatedField) Value() bool

type EFPTrackingErrorField

type EFPTrackingErrorField struct{ quickfix.FIXDecimal }

EFPTrackingErrorField is a FLOAT field.

func NewEFPTrackingError

func NewEFPTrackingError(val decimal.Decimal, scale int32) EFPTrackingErrorField

NewEFPTrackingError returns a new EFPTrackingErrorField initialized with val and scale.

func (EFPTrackingErrorField) Tag

Tag returns tag.EFPTrackingError (405).

func (EFPTrackingErrorField) Value

func (f EFPTrackingErrorField) Value() (val decimal.Decimal)

type EffectiveTimeField

type EffectiveTimeField struct{ quickfix.FIXUTCTimestamp }

EffectiveTimeField is a UTCTIMESTAMP field.

func NewEffectiveTime

func NewEffectiveTime(val time.Time) EffectiveTimeField

NewEffectiveTime returns a new EffectiveTimeField initialized with val.

func NewEffectiveTimeNoMillis

func NewEffectiveTimeNoMillis(val time.Time) EffectiveTimeField

NewEffectiveTimeNoMillis returns a new EffectiveTimeField initialized with val without millisecs.

func NewEffectiveTimeWithPrecision

func NewEffectiveTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) EffectiveTimeField

NewEffectiveTimeWithPrecision returns a new EffectiveTimeField initialized with val of specified precision.

func (EffectiveTimeField) Tag

Tag returns tag.EffectiveTime (168).

func (EffectiveTimeField) Value

func (f EffectiveTimeField) Value() time.Time

type EmailThreadIDField

type EmailThreadIDField struct{ quickfix.FIXString }

EmailThreadIDField is a STRING field.

func NewEmailThreadID

func NewEmailThreadID(val string) EmailThreadIDField

NewEmailThreadID returns a new EmailThreadIDField initialized with val.

func (EmailThreadIDField) Tag

Tag returns tag.EmailThreadID (164).

func (EmailThreadIDField) Value

func (f EmailThreadIDField) Value() string

type EmailTypeField

type EmailTypeField struct{ quickfix.FIXString }

EmailTypeField is a enum.EmailType field.

func NewEmailType

func NewEmailType(val enum.EmailType) EmailTypeField

func (EmailTypeField) Tag

func (f EmailTypeField) Tag() quickfix.Tag

Tag returns tag.EmailType (94).

func (EmailTypeField) Value

func (f EmailTypeField) Value() enum.EmailType

type EncodedAllocTextField

type EncodedAllocTextField struct{ quickfix.FIXString }

EncodedAllocTextField is a DATA field.

func NewEncodedAllocText

func NewEncodedAllocText(val string) EncodedAllocTextField

NewEncodedAllocText returns a new EncodedAllocTextField initialized with val.

func (EncodedAllocTextField) Tag

Tag returns tag.EncodedAllocText (361).

func (EncodedAllocTextField) Value

func (f EncodedAllocTextField) Value() string

type EncodedAllocTextLenField

type EncodedAllocTextLenField struct{ quickfix.FIXInt }

EncodedAllocTextLenField is a LENGTH field.

func NewEncodedAllocTextLen

func NewEncodedAllocTextLen(val int) EncodedAllocTextLenField

NewEncodedAllocTextLen returns a new EncodedAllocTextLenField initialized with val.

func (EncodedAllocTextLenField) Tag

Tag returns tag.EncodedAllocTextLen (360).

func (EncodedAllocTextLenField) Value

func (f EncodedAllocTextLenField) Value() int

type EncodedHeadlineField

type EncodedHeadlineField struct{ quickfix.FIXString }

EncodedHeadlineField is a DATA field.

func NewEncodedHeadline

func NewEncodedHeadline(val string) EncodedHeadlineField

NewEncodedHeadline returns a new EncodedHeadlineField initialized with val.

func (EncodedHeadlineField) Tag

Tag returns tag.EncodedHeadline (359).

func (EncodedHeadlineField) Value

func (f EncodedHeadlineField) Value() string

type EncodedHeadlineLenField

type EncodedHeadlineLenField struct{ quickfix.FIXInt }

EncodedHeadlineLenField is a LENGTH field.

func NewEncodedHeadlineLen

func NewEncodedHeadlineLen(val int) EncodedHeadlineLenField

NewEncodedHeadlineLen returns a new EncodedHeadlineLenField initialized with val.

func (EncodedHeadlineLenField) Tag

Tag returns tag.EncodedHeadlineLen (358).

func (EncodedHeadlineLenField) Value

func (f EncodedHeadlineLenField) Value() int

type EncodedIssuerField

type EncodedIssuerField struct{ quickfix.FIXString }

EncodedIssuerField is a DATA field.

func NewEncodedIssuer

func NewEncodedIssuer(val string) EncodedIssuerField

NewEncodedIssuer returns a new EncodedIssuerField initialized with val.

func (EncodedIssuerField) Tag

Tag returns tag.EncodedIssuer (349).

func (EncodedIssuerField) Value

func (f EncodedIssuerField) Value() string

type EncodedIssuerLenField

type EncodedIssuerLenField struct{ quickfix.FIXInt }

EncodedIssuerLenField is a LENGTH field.

func NewEncodedIssuerLen

func NewEncodedIssuerLen(val int) EncodedIssuerLenField

NewEncodedIssuerLen returns a new EncodedIssuerLenField initialized with val.

func (EncodedIssuerLenField) Tag

Tag returns tag.EncodedIssuerLen (348).

func (EncodedIssuerLenField) Value

func (f EncodedIssuerLenField) Value() int

type EncodedListExecInstField

type EncodedListExecInstField struct{ quickfix.FIXString }

EncodedListExecInstField is a DATA field.

func NewEncodedListExecInst

func NewEncodedListExecInst(val string) EncodedListExecInstField

NewEncodedListExecInst returns a new EncodedListExecInstField initialized with val.

func (EncodedListExecInstField) Tag

Tag returns tag.EncodedListExecInst (353).

func (EncodedListExecInstField) Value

func (f EncodedListExecInstField) Value() string

type EncodedListExecInstLenField

type EncodedListExecInstLenField struct{ quickfix.FIXInt }

EncodedListExecInstLenField is a LENGTH field.

func NewEncodedListExecInstLen

func NewEncodedListExecInstLen(val int) EncodedListExecInstLenField

NewEncodedListExecInstLen returns a new EncodedListExecInstLenField initialized with val.

func (EncodedListExecInstLenField) Tag

Tag returns tag.EncodedListExecInstLen (352).

func (EncodedListExecInstLenField) Value

func (f EncodedListExecInstLenField) Value() int

type EncodedListStatusTextField

type EncodedListStatusTextField struct{ quickfix.FIXString }

EncodedListStatusTextField is a DATA field.

func NewEncodedListStatusText

func NewEncodedListStatusText(val string) EncodedListStatusTextField

NewEncodedListStatusText returns a new EncodedListStatusTextField initialized with val.

func (EncodedListStatusTextField) Tag

Tag returns tag.EncodedListStatusText (446).

func (EncodedListStatusTextField) Value

type EncodedListStatusTextLenField

type EncodedListStatusTextLenField struct{ quickfix.FIXInt }

EncodedListStatusTextLenField is a LENGTH field.

func NewEncodedListStatusTextLen

func NewEncodedListStatusTextLen(val int) EncodedListStatusTextLenField

NewEncodedListStatusTextLen returns a new EncodedListStatusTextLenField initialized with val.

func (EncodedListStatusTextLenField) Tag

Tag returns tag.EncodedListStatusTextLen (445).

func (EncodedListStatusTextLenField) Value

type EncodedSecurityDescField

type EncodedSecurityDescField struct{ quickfix.FIXString }

EncodedSecurityDescField is a DATA field.

func NewEncodedSecurityDesc

func NewEncodedSecurityDesc(val string) EncodedSecurityDescField

NewEncodedSecurityDesc returns a new EncodedSecurityDescField initialized with val.

func (EncodedSecurityDescField) Tag

Tag returns tag.EncodedSecurityDesc (351).

func (EncodedSecurityDescField) Value

func (f EncodedSecurityDescField) Value() string

type EncodedSecurityDescLenField

type EncodedSecurityDescLenField struct{ quickfix.FIXInt }

EncodedSecurityDescLenField is a LENGTH field.

func NewEncodedSecurityDescLen

func NewEncodedSecurityDescLen(val int) EncodedSecurityDescLenField

NewEncodedSecurityDescLen returns a new EncodedSecurityDescLenField initialized with val.

func (EncodedSecurityDescLenField) Tag

Tag returns tag.EncodedSecurityDescLen (350).

func (EncodedSecurityDescLenField) Value

func (f EncodedSecurityDescLenField) Value() int

type EncodedSubjectField

type EncodedSubjectField struct{ quickfix.FIXString }

EncodedSubjectField is a DATA field.

func NewEncodedSubject

func NewEncodedSubject(val string) EncodedSubjectField

NewEncodedSubject returns a new EncodedSubjectField initialized with val.

func (EncodedSubjectField) Tag

Tag returns tag.EncodedSubject (357).

func (EncodedSubjectField) Value

func (f EncodedSubjectField) Value() string

type EncodedSubjectLenField

type EncodedSubjectLenField struct{ quickfix.FIXInt }

EncodedSubjectLenField is a LENGTH field.

func NewEncodedSubjectLen

func NewEncodedSubjectLen(val int) EncodedSubjectLenField

NewEncodedSubjectLen returns a new EncodedSubjectLenField initialized with val.

func (EncodedSubjectLenField) Tag

Tag returns tag.EncodedSubjectLen (356).

func (EncodedSubjectLenField) Value

func (f EncodedSubjectLenField) Value() int

type EncodedTextField

type EncodedTextField struct{ quickfix.FIXString }

EncodedTextField is a DATA field.

func NewEncodedText

func NewEncodedText(val string) EncodedTextField

NewEncodedText returns a new EncodedTextField initialized with val.

func (EncodedTextField) Tag

func (f EncodedTextField) Tag() quickfix.Tag

Tag returns tag.EncodedText (355).

func (EncodedTextField) Value

func (f EncodedTextField) Value() string

type EncodedTextLenField

type EncodedTextLenField struct{ quickfix.FIXInt }

EncodedTextLenField is a LENGTH field.

func NewEncodedTextLen

func NewEncodedTextLen(val int) EncodedTextLenField

NewEncodedTextLen returns a new EncodedTextLenField initialized with val.

func (EncodedTextLenField) Tag

Tag returns tag.EncodedTextLen (354).

func (EncodedTextLenField) Value

func (f EncodedTextLenField) Value() int

type EncodedUnderlyingIssuerField

type EncodedUnderlyingIssuerField struct{ quickfix.FIXString }

EncodedUnderlyingIssuerField is a DATA field.

func NewEncodedUnderlyingIssuer

func NewEncodedUnderlyingIssuer(val string) EncodedUnderlyingIssuerField

NewEncodedUnderlyingIssuer returns a new EncodedUnderlyingIssuerField initialized with val.

func (EncodedUnderlyingIssuerField) Tag

Tag returns tag.EncodedUnderlyingIssuer (363).

func (EncodedUnderlyingIssuerField) Value

type EncodedUnderlyingIssuerLenField

type EncodedUnderlyingIssuerLenField struct{ quickfix.FIXInt }

EncodedUnderlyingIssuerLenField is a LENGTH field.

func NewEncodedUnderlyingIssuerLen

func NewEncodedUnderlyingIssuerLen(val int) EncodedUnderlyingIssuerLenField

NewEncodedUnderlyingIssuerLen returns a new EncodedUnderlyingIssuerLenField initialized with val.

func (EncodedUnderlyingIssuerLenField) Tag

Tag returns tag.EncodedUnderlyingIssuerLen (362).

func (EncodedUnderlyingIssuerLenField) Value

type EncodedUnderlyingSecurityDescField

type EncodedUnderlyingSecurityDescField struct{ quickfix.FIXString }

EncodedUnderlyingSecurityDescField is a DATA field.

func NewEncodedUnderlyingSecurityDesc

func NewEncodedUnderlyingSecurityDesc(val string) EncodedUnderlyingSecurityDescField

NewEncodedUnderlyingSecurityDesc returns a new EncodedUnderlyingSecurityDescField initialized with val.

func (EncodedUnderlyingSecurityDescField) Tag

Tag returns tag.EncodedUnderlyingSecurityDesc (365).

func (EncodedUnderlyingSecurityDescField) Value

type EncodedUnderlyingSecurityDescLenField

type EncodedUnderlyingSecurityDescLenField struct{ quickfix.FIXInt }

EncodedUnderlyingSecurityDescLenField is a LENGTH field.

func NewEncodedUnderlyingSecurityDescLen

func NewEncodedUnderlyingSecurityDescLen(val int) EncodedUnderlyingSecurityDescLenField

NewEncodedUnderlyingSecurityDescLen returns a new EncodedUnderlyingSecurityDescLenField initialized with val.

func (EncodedUnderlyingSecurityDescLenField) Tag

Tag returns tag.EncodedUnderlyingSecurityDescLen (364).

func (EncodedUnderlyingSecurityDescLenField) Value

type EncryptMethodField

type EncryptMethodField struct{ quickfix.FIXString }

EncryptMethodField is a enum.EncryptMethod field.

func NewEncryptMethod

func NewEncryptMethod(val enum.EncryptMethod) EncryptMethodField

func (EncryptMethodField) Tag

Tag returns tag.EncryptMethod (98).

func (EncryptMethodField) Value

type EndSeqNoField

type EndSeqNoField struct{ quickfix.FIXInt }

EndSeqNoField is a INT field.

func NewEndSeqNo

func NewEndSeqNo(val int) EndSeqNoField

NewEndSeqNo returns a new EndSeqNoField initialized with val.

func (EndSeqNoField) Tag

func (f EndSeqNoField) Tag() quickfix.Tag

Tag returns tag.EndSeqNo (16).

func (EndSeqNoField) Value

func (f EndSeqNoField) Value() int

type ExDestinationField

type ExDestinationField struct{ quickfix.FIXString }

ExDestinationField is a EXCHANGE field.

func NewExDestination

func NewExDestination(val string) ExDestinationField

NewExDestination returns a new ExDestinationField initialized with val.

func (ExDestinationField) Tag

Tag returns tag.ExDestination (100).

func (ExDestinationField) Value

func (f ExDestinationField) Value() string

type ExchangeForPhysicalField

type ExchangeForPhysicalField struct{ quickfix.FIXBoolean }

ExchangeForPhysicalField is a BOOLEAN field.

func NewExchangeForPhysical

func NewExchangeForPhysical(val bool) ExchangeForPhysicalField

NewExchangeForPhysical returns a new ExchangeForPhysicalField initialized with val.

func (ExchangeForPhysicalField) Tag

Tag returns tag.ExchangeForPhysical (411).

func (ExchangeForPhysicalField) Value

func (f ExchangeForPhysicalField) Value() bool

type ExecBrokerField

type ExecBrokerField struct{ quickfix.FIXString }

ExecBrokerField is a STRING field.

func NewExecBroker

func NewExecBroker(val string) ExecBrokerField

NewExecBroker returns a new ExecBrokerField initialized with val.

func (ExecBrokerField) Tag

func (f ExecBrokerField) Tag() quickfix.Tag

Tag returns tag.ExecBroker (76).

func (ExecBrokerField) Value

func (f ExecBrokerField) Value() string

type ExecIDField

type ExecIDField struct{ quickfix.FIXString }

ExecIDField is a STRING field.

func NewExecID

func NewExecID(val string) ExecIDField

NewExecID returns a new ExecIDField initialized with val.

func (ExecIDField) Tag

func (f ExecIDField) Tag() quickfix.Tag

Tag returns tag.ExecID (17).

func (ExecIDField) Value

func (f ExecIDField) Value() string

type ExecInstField

type ExecInstField struct{ quickfix.FIXString }

ExecInstField is a enum.ExecInst field.

func NewExecInst

func NewExecInst(val enum.ExecInst) ExecInstField

func (ExecInstField) Tag

func (f ExecInstField) Tag() quickfix.Tag

Tag returns tag.ExecInst (18).

func (ExecInstField) Value

func (f ExecInstField) Value() enum.ExecInst

type ExecRefIDField

type ExecRefIDField struct{ quickfix.FIXString }

ExecRefIDField is a STRING field.

func NewExecRefID

func NewExecRefID(val string) ExecRefIDField

NewExecRefID returns a new ExecRefIDField initialized with val.

func (ExecRefIDField) Tag

func (f ExecRefIDField) Tag() quickfix.Tag

Tag returns tag.ExecRefID (19).

func (ExecRefIDField) Value

func (f ExecRefIDField) Value() string

type ExecRestatementReasonField

type ExecRestatementReasonField struct{ quickfix.FIXString }

ExecRestatementReasonField is a enum.ExecRestatementReason field.

func (ExecRestatementReasonField) Tag

Tag returns tag.ExecRestatementReason (378).

func (ExecRestatementReasonField) Value

type ExecTransTypeField

type ExecTransTypeField struct{ quickfix.FIXString }

ExecTransTypeField is a enum.ExecTransType field.

func NewExecTransType

func NewExecTransType(val enum.ExecTransType) ExecTransTypeField

func (ExecTransTypeField) Tag

Tag returns tag.ExecTransType (20).

func (ExecTransTypeField) Value

type ExecTypeField

type ExecTypeField struct{ quickfix.FIXString }

ExecTypeField is a enum.ExecType field.

func NewExecType

func NewExecType(val enum.ExecType) ExecTypeField

func (ExecTypeField) Tag

func (f ExecTypeField) Tag() quickfix.Tag

Tag returns tag.ExecType (150).

func (ExecTypeField) Value

func (f ExecTypeField) Value() enum.ExecType

type ExpireDateField

type ExpireDateField struct{ quickfix.FIXString }

ExpireDateField is a LOCALMKTDATE field.

func NewExpireDate

func NewExpireDate(val string) ExpireDateField

NewExpireDate returns a new ExpireDateField initialized with val.

func (ExpireDateField) Tag

func (f ExpireDateField) Tag() quickfix.Tag

Tag returns tag.ExpireDate (432).

func (ExpireDateField) Value

func (f ExpireDateField) Value() string

type ExpireTimeField

type ExpireTimeField struct{ quickfix.FIXUTCTimestamp }

ExpireTimeField is a UTCTIMESTAMP field.

func NewExpireTime

func NewExpireTime(val time.Time) ExpireTimeField

NewExpireTime returns a new ExpireTimeField initialized with val.

func NewExpireTimeNoMillis

func NewExpireTimeNoMillis(val time.Time) ExpireTimeField

NewExpireTimeNoMillis returns a new ExpireTimeField initialized with val without millisecs.

func NewExpireTimeWithPrecision

func NewExpireTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) ExpireTimeField

NewExpireTimeWithPrecision returns a new ExpireTimeField initialized with val of specified precision.

func (ExpireTimeField) Tag

func (f ExpireTimeField) Tag() quickfix.Tag

Tag returns tag.ExpireTime (126).

func (ExpireTimeField) Value

func (f ExpireTimeField) Value() time.Time

type FairValueField

type FairValueField struct{ quickfix.FIXDecimal }

FairValueField is a AMT field.

func NewFairValue

func NewFairValue(val decimal.Decimal, scale int32) FairValueField

NewFairValue returns a new FairValueField initialized with val and scale.

func (FairValueField) Tag

func (f FairValueField) Tag() quickfix.Tag

Tag returns tag.FairValue (406).

func (FairValueField) Value

func (f FairValueField) Value() (val decimal.Decimal)

type FinancialStatusField

type FinancialStatusField struct{ quickfix.FIXString }

FinancialStatusField is a enum.FinancialStatus field.

func NewFinancialStatus

func NewFinancialStatus(val enum.FinancialStatus) FinancialStatusField

func (FinancialStatusField) Tag

Tag returns tag.FinancialStatus (291).

func (FinancialStatusField) Value

type ForexReqField

type ForexReqField struct{ quickfix.FIXBoolean }

ForexReqField is a BOOLEAN field.

func NewForexReq

func NewForexReq(val bool) ForexReqField

NewForexReq returns a new ForexReqField initialized with val.

func (ForexReqField) Tag

func (f ForexReqField) Tag() quickfix.Tag

Tag returns tag.ForexReq (121).

func (ForexReqField) Value

func (f ForexReqField) Value() bool

type FutSettDate2Field

type FutSettDate2Field struct{ quickfix.FIXString }

FutSettDate2Field is a LOCALMKTDATE field.

func NewFutSettDate2

func NewFutSettDate2(val string) FutSettDate2Field

NewFutSettDate2 returns a new FutSettDate2Field initialized with val.

func (FutSettDate2Field) Tag

func (f FutSettDate2Field) Tag() quickfix.Tag

Tag returns tag.FutSettDate2 (193).

func (FutSettDate2Field) Value

func (f FutSettDate2Field) Value() string

type FutSettDateField

type FutSettDateField struct{ quickfix.FIXString }

FutSettDateField is a LOCALMKTDATE field.

func NewFutSettDate

func NewFutSettDate(val string) FutSettDateField

NewFutSettDate returns a new FutSettDateField initialized with val.

func (FutSettDateField) Tag

func (f FutSettDateField) Tag() quickfix.Tag

Tag returns tag.FutSettDate (64).

func (FutSettDateField) Value

func (f FutSettDateField) Value() string

type GTBookingInstField

type GTBookingInstField struct{ quickfix.FIXString }

GTBookingInstField is a enum.GTBookingInst field.

func NewGTBookingInst

func NewGTBookingInst(val enum.GTBookingInst) GTBookingInstField

func (GTBookingInstField) Tag

Tag returns tag.GTBookingInst (427).

func (GTBookingInstField) Value

type GapFillFlagField

type GapFillFlagField struct{ quickfix.FIXBoolean }

GapFillFlagField is a BOOLEAN field.

func NewGapFillFlag

func NewGapFillFlag(val bool) GapFillFlagField

NewGapFillFlag returns a new GapFillFlagField initialized with val.

func (GapFillFlagField) Tag

func (f GapFillFlagField) Tag() quickfix.Tag

Tag returns tag.GapFillFlag (123).

func (GapFillFlagField) Value

func (f GapFillFlagField) Value() bool

type GrossTradeAmtField

type GrossTradeAmtField struct{ quickfix.FIXDecimal }

GrossTradeAmtField is a AMT field.

func NewGrossTradeAmt

func NewGrossTradeAmt(val decimal.Decimal, scale int32) GrossTradeAmtField

NewGrossTradeAmt returns a new GrossTradeAmtField initialized with val and scale.

func (GrossTradeAmtField) Tag

Tag returns tag.GrossTradeAmt (381).

func (GrossTradeAmtField) Value

func (f GrossTradeAmtField) Value() (val decimal.Decimal)

type HaltReasonCharField

type HaltReasonCharField struct{ quickfix.FIXString }

HaltReasonCharField is a enum.HaltReasonChar field.

func NewHaltReasonChar

func NewHaltReasonChar(val enum.HaltReasonChar) HaltReasonCharField

func (HaltReasonCharField) Tag

Tag returns tag.HaltReasonChar (327).

func (HaltReasonCharField) Value

type HandlInstField

type HandlInstField struct{ quickfix.FIXString }

HandlInstField is a enum.HandlInst field.

func NewHandlInst

func NewHandlInst(val enum.HandlInst) HandlInstField

func (HandlInstField) Tag

func (f HandlInstField) Tag() quickfix.Tag

Tag returns tag.HandlInst (21).

func (HandlInstField) Value

func (f HandlInstField) Value() enum.HandlInst

type HeadlineField

type HeadlineField struct{ quickfix.FIXString }

HeadlineField is a STRING field.

func NewHeadline

func NewHeadline(val string) HeadlineField

NewHeadline returns a new HeadlineField initialized with val.

func (HeadlineField) Tag

func (f HeadlineField) Tag() quickfix.Tag

Tag returns tag.Headline (148).

func (HeadlineField) Value

func (f HeadlineField) Value() string

type HeartBtIntField

type HeartBtIntField struct{ quickfix.FIXInt }

HeartBtIntField is a INT field.

func NewHeartBtInt

func NewHeartBtInt(val int) HeartBtIntField

NewHeartBtInt returns a new HeartBtIntField initialized with val.

func (HeartBtIntField) Tag

func (f HeartBtIntField) Tag() quickfix.Tag

Tag returns tag.HeartBtInt (108).

func (HeartBtIntField) Value

func (f HeartBtIntField) Value() int

type HighPxField

type HighPxField struct{ quickfix.FIXDecimal }

HighPxField is a PRICE field.

func NewHighPx

func NewHighPx(val decimal.Decimal, scale int32) HighPxField

NewHighPx returns a new HighPxField initialized with val and scale.

func (HighPxField) Tag

func (f HighPxField) Tag() quickfix.Tag

Tag returns tag.HighPx (332).

func (HighPxField) Value

func (f HighPxField) Value() (val decimal.Decimal)

type IDSourceField

type IDSourceField struct{ quickfix.FIXString }

IDSourceField is a enum.IDSource field.

func NewIDSource

func NewIDSource(val enum.IDSource) IDSourceField

func (IDSourceField) Tag

func (f IDSourceField) Tag() quickfix.Tag

Tag returns tag.IDSource (22).

func (IDSourceField) Value

func (f IDSourceField) Value() enum.IDSource

type IOINaturalFlagField

type IOINaturalFlagField struct{ quickfix.FIXBoolean }

IOINaturalFlagField is a BOOLEAN field.

func NewIOINaturalFlag

func NewIOINaturalFlag(val bool) IOINaturalFlagField

NewIOINaturalFlag returns a new IOINaturalFlagField initialized with val.

func (IOINaturalFlagField) Tag

Tag returns tag.IOINaturalFlag (130).

func (IOINaturalFlagField) Value

func (f IOINaturalFlagField) Value() bool

type IOIOthSvcField

type IOIOthSvcField struct{ quickfix.FIXString }

IOIOthSvcField is a CHAR field.

func NewIOIOthSvc

func NewIOIOthSvc(val string) IOIOthSvcField

NewIOIOthSvc returns a new IOIOthSvcField initialized with val.

func (IOIOthSvcField) Tag

func (f IOIOthSvcField) Tag() quickfix.Tag

Tag returns tag.IOIOthSvc (24).

func (IOIOthSvcField) Value

func (f IOIOthSvcField) Value() string

type IOIQltyIndField

type IOIQltyIndField struct{ quickfix.FIXString }

IOIQltyIndField is a enum.IOIQltyInd field.

func NewIOIQltyInd

func NewIOIQltyInd(val enum.IOIQltyInd) IOIQltyIndField

func (IOIQltyIndField) Tag

func (f IOIQltyIndField) Tag() quickfix.Tag

Tag returns tag.IOIQltyInd (25).

func (IOIQltyIndField) Value

func (f IOIQltyIndField) Value() enum.IOIQltyInd

type IOIQualifierField

type IOIQualifierField struct{ quickfix.FIXString }

IOIQualifierField is a enum.IOIQualifier field.

func NewIOIQualifier

func NewIOIQualifier(val enum.IOIQualifier) IOIQualifierField

func (IOIQualifierField) Tag

func (f IOIQualifierField) Tag() quickfix.Tag

Tag returns tag.IOIQualifier (104).

func (IOIQualifierField) Value

type IOIRefIDField

type IOIRefIDField struct{ quickfix.FIXString }

IOIRefIDField is a STRING field.

func NewIOIRefID

func NewIOIRefID(val string) IOIRefIDField

NewIOIRefID returns a new IOIRefIDField initialized with val.

func (IOIRefIDField) Tag

func (f IOIRefIDField) Tag() quickfix.Tag

Tag returns tag.IOIRefID (26).

func (IOIRefIDField) Value

func (f IOIRefIDField) Value() string

type IOISharesField

type IOISharesField struct{ quickfix.FIXString }

IOISharesField is a enum.IOIShares field.

func NewIOIShares

func NewIOIShares(val enum.IOIShares) IOISharesField

func (IOISharesField) Tag

func (f IOISharesField) Tag() quickfix.Tag

Tag returns tag.IOIShares (27).

func (IOISharesField) Value

func (f IOISharesField) Value() enum.IOIShares

type IOITransTypeField

type IOITransTypeField struct{ quickfix.FIXString }

IOITransTypeField is a enum.IOITransType field.

func NewIOITransType

func NewIOITransType(val enum.IOITransType) IOITransTypeField

func (IOITransTypeField) Tag

func (f IOITransTypeField) Tag() quickfix.Tag

Tag returns tag.IOITransType (28).

func (IOITransTypeField) Value

type IOIidField

type IOIidField struct{ quickfix.FIXString }

IOIidField is a STRING field.

func NewIOIid

func NewIOIid(val string) IOIidField

NewIOIid returns a new IOIidField initialized with val.

func (IOIidField) Tag

func (f IOIidField) Tag() quickfix.Tag

Tag returns tag.IOIid (23).

func (IOIidField) Value

func (f IOIidField) Value() string

type InViewOfCommonField

type InViewOfCommonField struct{ quickfix.FIXBoolean }

InViewOfCommonField is a BOOLEAN field.

func NewInViewOfCommon

func NewInViewOfCommon(val bool) InViewOfCommonField

NewInViewOfCommon returns a new InViewOfCommonField initialized with val.

func (InViewOfCommonField) Tag

Tag returns tag.InViewOfCommon (328).

func (InViewOfCommonField) Value

func (f InViewOfCommonField) Value() bool

type IncTaxIndField

type IncTaxIndField struct{ quickfix.FIXString }

IncTaxIndField is a enum.IncTaxInd field.

func NewIncTaxInd

func NewIncTaxInd(val enum.IncTaxInd) IncTaxIndField

func (IncTaxIndField) Tag

func (f IncTaxIndField) Tag() quickfix.Tag

Tag returns tag.IncTaxInd (416).

func (IncTaxIndField) Value

func (f IncTaxIndField) Value() enum.IncTaxInd

type IssuerField

type IssuerField struct{ quickfix.FIXString }

IssuerField is a STRING field.

func NewIssuer

func NewIssuer(val string) IssuerField

NewIssuer returns a new IssuerField initialized with val.

func (IssuerField) Tag

func (f IssuerField) Tag() quickfix.Tag

Tag returns tag.Issuer (106).

func (IssuerField) Value

func (f IssuerField) Value() string

type LastCapacityField

type LastCapacityField struct{ quickfix.FIXString }

LastCapacityField is a enum.LastCapacity field.

func NewLastCapacity

func NewLastCapacity(val enum.LastCapacity) LastCapacityField

func (LastCapacityField) Tag

func (f LastCapacityField) Tag() quickfix.Tag

Tag returns tag.LastCapacity (29).

func (LastCapacityField) Value

type LastForwardPointsField

type LastForwardPointsField struct{ quickfix.FIXDecimal }

LastForwardPointsField is a PRICEOFFSET field.

func NewLastForwardPoints

func NewLastForwardPoints(val decimal.Decimal, scale int32) LastForwardPointsField

NewLastForwardPoints returns a new LastForwardPointsField initialized with val and scale.

func (LastForwardPointsField) Tag

Tag returns tag.LastForwardPoints (195).

func (LastForwardPointsField) Value

func (f LastForwardPointsField) Value() (val decimal.Decimal)

type LastMktField

type LastMktField struct{ quickfix.FIXString }

LastMktField is a EXCHANGE field.

func NewLastMkt

func NewLastMkt(val string) LastMktField

NewLastMkt returns a new LastMktField initialized with val.

func (LastMktField) Tag

func (f LastMktField) Tag() quickfix.Tag

Tag returns tag.LastMkt (30).

func (LastMktField) Value

func (f LastMktField) Value() string

type LastMsgSeqNumProcessedField

type LastMsgSeqNumProcessedField struct{ quickfix.FIXInt }

LastMsgSeqNumProcessedField is a INT field.

func NewLastMsgSeqNumProcessed

func NewLastMsgSeqNumProcessed(val int) LastMsgSeqNumProcessedField

NewLastMsgSeqNumProcessed returns a new LastMsgSeqNumProcessedField initialized with val.

func (LastMsgSeqNumProcessedField) Tag

Tag returns tag.LastMsgSeqNumProcessed (369).

func (LastMsgSeqNumProcessedField) Value

func (f LastMsgSeqNumProcessedField) Value() int

type LastPxField

type LastPxField struct{ quickfix.FIXDecimal }

LastPxField is a PRICE field.

func NewLastPx

func NewLastPx(val decimal.Decimal, scale int32) LastPxField

NewLastPx returns a new LastPxField initialized with val and scale.

func (LastPxField) Tag

func (f LastPxField) Tag() quickfix.Tag

Tag returns tag.LastPx (31).

func (LastPxField) Value

func (f LastPxField) Value() (val decimal.Decimal)

type LastSharesField

type LastSharesField struct{ quickfix.FIXDecimal }

LastSharesField is a QTY field.

func NewLastShares

func NewLastShares(val decimal.Decimal, scale int32) LastSharesField

NewLastShares returns a new LastSharesField initialized with val and scale.

func (LastSharesField) Tag

func (f LastSharesField) Tag() quickfix.Tag

Tag returns tag.LastShares (32).

func (LastSharesField) Value

func (f LastSharesField) Value() (val decimal.Decimal)

type LastSpotRateField

type LastSpotRateField struct{ quickfix.FIXDecimal }

LastSpotRateField is a PRICE field.

func NewLastSpotRate

func NewLastSpotRate(val decimal.Decimal, scale int32) LastSpotRateField

NewLastSpotRate returns a new LastSpotRateField initialized with val and scale.

func (LastSpotRateField) Tag

func (f LastSpotRateField) Tag() quickfix.Tag

Tag returns tag.LastSpotRate (194).

func (LastSpotRateField) Value

func (f LastSpotRateField) Value() (val decimal.Decimal)

type LeavesQtyField

type LeavesQtyField struct{ quickfix.FIXDecimal }

LeavesQtyField is a QTY field.

func NewLeavesQty

func NewLeavesQty(val decimal.Decimal, scale int32) LeavesQtyField

NewLeavesQty returns a new LeavesQtyField initialized with val and scale.

func (LeavesQtyField) Tag

func (f LeavesQtyField) Tag() quickfix.Tag

Tag returns tag.LeavesQty (151).

func (LeavesQtyField) Value

func (f LeavesQtyField) Value() (val decimal.Decimal)

type LinesOfTextField

type LinesOfTextField struct{ quickfix.FIXInt }

LinesOfTextField is a INT field.

func NewLinesOfText

func NewLinesOfText(val int) LinesOfTextField

NewLinesOfText returns a new LinesOfTextField initialized with val.

func (LinesOfTextField) Tag

func (f LinesOfTextField) Tag() quickfix.Tag

Tag returns tag.LinesOfText (33).

func (LinesOfTextField) Value

func (f LinesOfTextField) Value() int

type LiquidityIndTypeField

type LiquidityIndTypeField struct{ quickfix.FIXString }

LiquidityIndTypeField is a enum.LiquidityIndType field.

func (LiquidityIndTypeField) Tag

Tag returns tag.LiquidityIndType (409).

func (LiquidityIndTypeField) Value

type LiquidityNumSecuritiesField

type LiquidityNumSecuritiesField struct{ quickfix.FIXInt }

LiquidityNumSecuritiesField is a INT field.

func NewLiquidityNumSecurities

func NewLiquidityNumSecurities(val int) LiquidityNumSecuritiesField

NewLiquidityNumSecurities returns a new LiquidityNumSecuritiesField initialized with val.

func (LiquidityNumSecuritiesField) Tag

Tag returns tag.LiquidityNumSecurities (441).

func (LiquidityNumSecuritiesField) Value

func (f LiquidityNumSecuritiesField) Value() int

type LiquidityPctHighField

type LiquidityPctHighField struct{ quickfix.FIXDecimal }

LiquidityPctHighField is a FLOAT field.

func NewLiquidityPctHigh

func NewLiquidityPctHigh(val decimal.Decimal, scale int32) LiquidityPctHighField

NewLiquidityPctHigh returns a new LiquidityPctHighField initialized with val and scale.

func (LiquidityPctHighField) Tag

Tag returns tag.LiquidityPctHigh (403).

func (LiquidityPctHighField) Value

func (f LiquidityPctHighField) Value() (val decimal.Decimal)

type LiquidityPctLowField

type LiquidityPctLowField struct{ quickfix.FIXDecimal }

LiquidityPctLowField is a FLOAT field.

func NewLiquidityPctLow

func NewLiquidityPctLow(val decimal.Decimal, scale int32) LiquidityPctLowField

NewLiquidityPctLow returns a new LiquidityPctLowField initialized with val and scale.

func (LiquidityPctLowField) Tag

Tag returns tag.LiquidityPctLow (402).

func (LiquidityPctLowField) Value

func (f LiquidityPctLowField) Value() (val decimal.Decimal)

type LiquidityValueField

type LiquidityValueField struct{ quickfix.FIXDecimal }

LiquidityValueField is a AMT field.

func NewLiquidityValue

func NewLiquidityValue(val decimal.Decimal, scale int32) LiquidityValueField

NewLiquidityValue returns a new LiquidityValueField initialized with val and scale.

func (LiquidityValueField) Tag

Tag returns tag.LiquidityValue (404).

func (LiquidityValueField) Value

func (f LiquidityValueField) Value() (val decimal.Decimal)

type ListExecInstField

type ListExecInstField struct{ quickfix.FIXString }

ListExecInstField is a STRING field.

func NewListExecInst

func NewListExecInst(val string) ListExecInstField

NewListExecInst returns a new ListExecInstField initialized with val.

func (ListExecInstField) Tag

func (f ListExecInstField) Tag() quickfix.Tag

Tag returns tag.ListExecInst (69).

func (ListExecInstField) Value

func (f ListExecInstField) Value() string

type ListExecInstTypeField

type ListExecInstTypeField struct{ quickfix.FIXString }

ListExecInstTypeField is a enum.ListExecInstType field.

func (ListExecInstTypeField) Tag

Tag returns tag.ListExecInstType (433).

func (ListExecInstTypeField) Value

type ListIDField

type ListIDField struct{ quickfix.FIXString }

ListIDField is a STRING field.

func NewListID

func NewListID(val string) ListIDField

NewListID returns a new ListIDField initialized with val.

func (ListIDField) Tag

func (f ListIDField) Tag() quickfix.Tag

Tag returns tag.ListID (66).

func (ListIDField) Value

func (f ListIDField) Value() string

type ListNameField

type ListNameField struct{ quickfix.FIXString }

ListNameField is a STRING field.

func NewListName

func NewListName(val string) ListNameField

NewListName returns a new ListNameField initialized with val.

func (ListNameField) Tag

func (f ListNameField) Tag() quickfix.Tag

Tag returns tag.ListName (392).

func (ListNameField) Value

func (f ListNameField) Value() string

type ListOrderStatusField

type ListOrderStatusField struct{ quickfix.FIXInt }

ListOrderStatusField is a INT field.

func NewListOrderStatus

func NewListOrderStatus(val int) ListOrderStatusField

NewListOrderStatus returns a new ListOrderStatusField initialized with val.

func (ListOrderStatusField) Tag

Tag returns tag.ListOrderStatus (431).

func (ListOrderStatusField) Value

func (f ListOrderStatusField) Value() int

type ListSeqNoField

type ListSeqNoField struct{ quickfix.FIXInt }

ListSeqNoField is a INT field.

func NewListSeqNo

func NewListSeqNo(val int) ListSeqNoField

NewListSeqNo returns a new ListSeqNoField initialized with val.

func (ListSeqNoField) Tag

func (f ListSeqNoField) Tag() quickfix.Tag

Tag returns tag.ListSeqNo (67).

func (ListSeqNoField) Value

func (f ListSeqNoField) Value() int

type ListStatusTextField

type ListStatusTextField struct{ quickfix.FIXString }

ListStatusTextField is a STRING field.

func NewListStatusText

func NewListStatusText(val string) ListStatusTextField

NewListStatusText returns a new ListStatusTextField initialized with val.

func (ListStatusTextField) Tag

Tag returns tag.ListStatusText (444).

func (ListStatusTextField) Value

func (f ListStatusTextField) Value() string

type ListStatusTypeField

type ListStatusTypeField struct{ quickfix.FIXInt }

ListStatusTypeField is a INT field.

func NewListStatusType

func NewListStatusType(val int) ListStatusTypeField

NewListStatusType returns a new ListStatusTypeField initialized with val.

func (ListStatusTypeField) Tag

Tag returns tag.ListStatusType (429).

func (ListStatusTypeField) Value

func (f ListStatusTypeField) Value() int

type LocateReqdField

type LocateReqdField struct{ quickfix.FIXBoolean }

LocateReqdField is a BOOLEAN field.

func NewLocateReqd

func NewLocateReqd(val bool) LocateReqdField

NewLocateReqd returns a new LocateReqdField initialized with val.

func (LocateReqdField) Tag

func (f LocateReqdField) Tag() quickfix.Tag

Tag returns tag.LocateReqd (114).

func (LocateReqdField) Value

func (f LocateReqdField) Value() bool

type LocationIDField

type LocationIDField struct{ quickfix.FIXString }

LocationIDField is a STRING field.

func NewLocationID

func NewLocationID(val string) LocationIDField

NewLocationID returns a new LocationIDField initialized with val.

func (LocationIDField) Tag

func (f LocationIDField) Tag() quickfix.Tag

Tag returns tag.LocationID (283).

func (LocationIDField) Value

func (f LocationIDField) Value() string

type LowPxField

type LowPxField struct{ quickfix.FIXDecimal }

LowPxField is a PRICE field.

func NewLowPx

func NewLowPx(val decimal.Decimal, scale int32) LowPxField

NewLowPx returns a new LowPxField initialized with val and scale.

func (LowPxField) Tag

func (f LowPxField) Tag() quickfix.Tag

Tag returns tag.LowPx (333).

func (LowPxField) Value

func (f LowPxField) Value() (val decimal.Decimal)

type MDEntryBuyerField

type MDEntryBuyerField struct{ quickfix.FIXString }

MDEntryBuyerField is a STRING field.

func NewMDEntryBuyer

func NewMDEntryBuyer(val string) MDEntryBuyerField

NewMDEntryBuyer returns a new MDEntryBuyerField initialized with val.

func (MDEntryBuyerField) Tag

func (f MDEntryBuyerField) Tag() quickfix.Tag

Tag returns tag.MDEntryBuyer (288).

func (MDEntryBuyerField) Value

func (f MDEntryBuyerField) Value() string

type MDEntryDateField

type MDEntryDateField struct{ quickfix.FIXString }

MDEntryDateField is a UTCDATE field.

func NewMDEntryDate

func NewMDEntryDate(val string) MDEntryDateField

NewMDEntryDate returns a new MDEntryDateField initialized with val.

func (MDEntryDateField) Tag

func (f MDEntryDateField) Tag() quickfix.Tag

Tag returns tag.MDEntryDate (272).

func (MDEntryDateField) Value

func (f MDEntryDateField) Value() string

type MDEntryIDField

type MDEntryIDField struct{ quickfix.FIXString }

MDEntryIDField is a STRING field.

func NewMDEntryID

func NewMDEntryID(val string) MDEntryIDField

NewMDEntryID returns a new MDEntryIDField initialized with val.

func (MDEntryIDField) Tag

func (f MDEntryIDField) Tag() quickfix.Tag

Tag returns tag.MDEntryID (278).

func (MDEntryIDField) Value

func (f MDEntryIDField) Value() string

type MDEntryOriginatorField

type MDEntryOriginatorField struct{ quickfix.FIXString }

MDEntryOriginatorField is a STRING field.

func NewMDEntryOriginator

func NewMDEntryOriginator(val string) MDEntryOriginatorField

NewMDEntryOriginator returns a new MDEntryOriginatorField initialized with val.

func (MDEntryOriginatorField) Tag

Tag returns tag.MDEntryOriginator (282).

func (MDEntryOriginatorField) Value

func (f MDEntryOriginatorField) Value() string

type MDEntryPositionNoField

type MDEntryPositionNoField struct{ quickfix.FIXInt }

MDEntryPositionNoField is a INT field.

func NewMDEntryPositionNo

func NewMDEntryPositionNo(val int) MDEntryPositionNoField

NewMDEntryPositionNo returns a new MDEntryPositionNoField initialized with val.

func (MDEntryPositionNoField) Tag

Tag returns tag.MDEntryPositionNo (290).

func (MDEntryPositionNoField) Value

func (f MDEntryPositionNoField) Value() int

type MDEntryPxField

type MDEntryPxField struct{ quickfix.FIXDecimal }

MDEntryPxField is a PRICE field.

func NewMDEntryPx

func NewMDEntryPx(val decimal.Decimal, scale int32) MDEntryPxField

NewMDEntryPx returns a new MDEntryPxField initialized with val and scale.

func (MDEntryPxField) Tag

func (f MDEntryPxField) Tag() quickfix.Tag

Tag returns tag.MDEntryPx (270).

func (MDEntryPxField) Value

func (f MDEntryPxField) Value() (val decimal.Decimal)

type MDEntryRefIDField

type MDEntryRefIDField struct{ quickfix.FIXString }

MDEntryRefIDField is a STRING field.

func NewMDEntryRefID

func NewMDEntryRefID(val string) MDEntryRefIDField

NewMDEntryRefID returns a new MDEntryRefIDField initialized with val.

func (MDEntryRefIDField) Tag

func (f MDEntryRefIDField) Tag() quickfix.Tag

Tag returns tag.MDEntryRefID (280).

func (MDEntryRefIDField) Value

func (f MDEntryRefIDField) Value() string

type MDEntrySellerField

type MDEntrySellerField struct{ quickfix.FIXString }

MDEntrySellerField is a STRING field.

func NewMDEntrySeller

func NewMDEntrySeller(val string) MDEntrySellerField

NewMDEntrySeller returns a new MDEntrySellerField initialized with val.

func (MDEntrySellerField) Tag

Tag returns tag.MDEntrySeller (289).

func (MDEntrySellerField) Value

func (f MDEntrySellerField) Value() string

type MDEntrySizeField

type MDEntrySizeField struct{ quickfix.FIXDecimal }

MDEntrySizeField is a QTY field.

func NewMDEntrySize

func NewMDEntrySize(val decimal.Decimal, scale int32) MDEntrySizeField

NewMDEntrySize returns a new MDEntrySizeField initialized with val and scale.

func (MDEntrySizeField) Tag

func (f MDEntrySizeField) Tag() quickfix.Tag

Tag returns tag.MDEntrySize (271).

func (MDEntrySizeField) Value

func (f MDEntrySizeField) Value() (val decimal.Decimal)

type MDEntryTimeField

type MDEntryTimeField struct{ quickfix.FIXString }

MDEntryTimeField is a UTCTIMEONLY field.

func NewMDEntryTime

func NewMDEntryTime(val string) MDEntryTimeField

NewMDEntryTime returns a new MDEntryTimeField initialized with val.

func (MDEntryTimeField) Tag

func (f MDEntryTimeField) Tag() quickfix.Tag

Tag returns tag.MDEntryTime (273).

func (MDEntryTimeField) Value

func (f MDEntryTimeField) Value() string

type MDEntryTypeField

type MDEntryTypeField struct{ quickfix.FIXString }

MDEntryTypeField is a enum.MDEntryType field.

func NewMDEntryType

func NewMDEntryType(val enum.MDEntryType) MDEntryTypeField

func (MDEntryTypeField) Tag

func (f MDEntryTypeField) Tag() quickfix.Tag

Tag returns tag.MDEntryType (269).

func (MDEntryTypeField) Value

func (f MDEntryTypeField) Value() enum.MDEntryType

type MDMktField

type MDMktField struct{ quickfix.FIXString }

MDMktField is a EXCHANGE field.

func NewMDMkt

func NewMDMkt(val string) MDMktField

NewMDMkt returns a new MDMktField initialized with val.

func (MDMktField) Tag

func (f MDMktField) Tag() quickfix.Tag

Tag returns tag.MDMkt (275).

func (MDMktField) Value

func (f MDMktField) Value() string

type MDReqIDField

type MDReqIDField struct{ quickfix.FIXString }

MDReqIDField is a STRING field.

func NewMDReqID

func NewMDReqID(val string) MDReqIDField

NewMDReqID returns a new MDReqIDField initialized with val.

func (MDReqIDField) Tag

func (f MDReqIDField) Tag() quickfix.Tag

Tag returns tag.MDReqID (262).

func (MDReqIDField) Value

func (f MDReqIDField) Value() string

type MDReqRejReasonField

type MDReqRejReasonField struct{ quickfix.FIXString }

MDReqRejReasonField is a enum.MDReqRejReason field.

func NewMDReqRejReason

func NewMDReqRejReason(val enum.MDReqRejReason) MDReqRejReasonField

func (MDReqRejReasonField) Tag

Tag returns tag.MDReqRejReason (281).

func (MDReqRejReasonField) Value

type MDUpdateActionField

type MDUpdateActionField struct{ quickfix.FIXString }

MDUpdateActionField is a enum.MDUpdateAction field.

func NewMDUpdateAction

func NewMDUpdateAction(val enum.MDUpdateAction) MDUpdateActionField

func (MDUpdateActionField) Tag

Tag returns tag.MDUpdateAction (279).

func (MDUpdateActionField) Value

type MDUpdateTypeField

type MDUpdateTypeField struct{ quickfix.FIXString }

MDUpdateTypeField is a enum.MDUpdateType field.

func NewMDUpdateType

func NewMDUpdateType(val enum.MDUpdateType) MDUpdateTypeField

func (MDUpdateTypeField) Tag

func (f MDUpdateTypeField) Tag() quickfix.Tag

Tag returns tag.MDUpdateType (265).

func (MDUpdateTypeField) Value

type MarketDepthField

type MarketDepthField struct{ quickfix.FIXInt }

MarketDepthField is a INT field.

func NewMarketDepth

func NewMarketDepth(val int) MarketDepthField

NewMarketDepth returns a new MarketDepthField initialized with val.

func (MarketDepthField) Tag

func (f MarketDepthField) Tag() quickfix.Tag

Tag returns tag.MarketDepth (264).

func (MarketDepthField) Value

func (f MarketDepthField) Value() int

type MaturityDayField

type MaturityDayField struct{ quickfix.FIXInt }

MaturityDayField is a DAYOFMONTH field.

func NewMaturityDay

func NewMaturityDay(val int) MaturityDayField

NewMaturityDay returns a new MaturityDayField initialized with val.

func (MaturityDayField) Tag

func (f MaturityDayField) Tag() quickfix.Tag

Tag returns tag.MaturityDay (205).

func (MaturityDayField) Value

func (f MaturityDayField) Value() int

type MaturityMonthYearField

type MaturityMonthYearField struct{ quickfix.FIXString }

MaturityMonthYearField is a MONTHYEAR field.

func NewMaturityMonthYear

func NewMaturityMonthYear(val string) MaturityMonthYearField

NewMaturityMonthYear returns a new MaturityMonthYearField initialized with val.

func (MaturityMonthYearField) Tag

Tag returns tag.MaturityMonthYear (200).

func (MaturityMonthYearField) Value

func (f MaturityMonthYearField) Value() string

type MaxFloorField

type MaxFloorField struct{ quickfix.FIXDecimal }

MaxFloorField is a QTY field.

func NewMaxFloor

func NewMaxFloor(val decimal.Decimal, scale int32) MaxFloorField

NewMaxFloor returns a new MaxFloorField initialized with val and scale.

func (MaxFloorField) Tag

func (f MaxFloorField) Tag() quickfix.Tag

Tag returns tag.MaxFloor (111).

func (MaxFloorField) Value

func (f MaxFloorField) Value() (val decimal.Decimal)

type MaxMessageSizeField

type MaxMessageSizeField struct{ quickfix.FIXInt }

MaxMessageSizeField is a INT field.

func NewMaxMessageSize

func NewMaxMessageSize(val int) MaxMessageSizeField

NewMaxMessageSize returns a new MaxMessageSizeField initialized with val.

func (MaxMessageSizeField) Tag

Tag returns tag.MaxMessageSize (383).

func (MaxMessageSizeField) Value

func (f MaxMessageSizeField) Value() int

type MaxShowField

type MaxShowField struct{ quickfix.FIXDecimal }

MaxShowField is a QTY field.

func NewMaxShow

func NewMaxShow(val decimal.Decimal, scale int32) MaxShowField

NewMaxShow returns a new MaxShowField initialized with val and scale.

func (MaxShowField) Tag

func (f MaxShowField) Tag() quickfix.Tag

Tag returns tag.MaxShow (210).

func (MaxShowField) Value

func (f MaxShowField) Value() (val decimal.Decimal)

type MessageEncodingField

type MessageEncodingField struct{ quickfix.FIXString }

MessageEncodingField is a enum.MessageEncoding field.

func NewMessageEncoding

func NewMessageEncoding(val enum.MessageEncoding) MessageEncodingField

func (MessageEncodingField) Tag

Tag returns tag.MessageEncoding (347).

func (MessageEncodingField) Value

type MinQtyField

type MinQtyField struct{ quickfix.FIXDecimal }

MinQtyField is a QTY field.

func NewMinQty

func NewMinQty(val decimal.Decimal, scale int32) MinQtyField

NewMinQty returns a new MinQtyField initialized with val and scale.

func (MinQtyField) Tag

func (f MinQtyField) Tag() quickfix.Tag

Tag returns tag.MinQty (110).

func (MinQtyField) Value

func (f MinQtyField) Value() (val decimal.Decimal)

type MiscFeeAmtField

type MiscFeeAmtField struct{ quickfix.FIXDecimal }

MiscFeeAmtField is a AMT field.

func NewMiscFeeAmt

func NewMiscFeeAmt(val decimal.Decimal, scale int32) MiscFeeAmtField

NewMiscFeeAmt returns a new MiscFeeAmtField initialized with val and scale.

func (MiscFeeAmtField) Tag

func (f MiscFeeAmtField) Tag() quickfix.Tag

Tag returns tag.MiscFeeAmt (137).

func (MiscFeeAmtField) Value

func (f MiscFeeAmtField) Value() (val decimal.Decimal)

type MiscFeeBasisField

type MiscFeeBasisField struct{ quickfix.FIXString }

MiscFeeBasisField is a enum.MiscFeeBasis field.

func NewMiscFeeBasis

func NewMiscFeeBasis(val enum.MiscFeeBasis) MiscFeeBasisField

func (MiscFeeBasisField) Tag

func (f MiscFeeBasisField) Tag() quickfix.Tag

Tag returns tag.MiscFeeBasis (891).

func (MiscFeeBasisField) Value

type MiscFeeCurrField

type MiscFeeCurrField struct{ quickfix.FIXString }

MiscFeeCurrField is a CURRENCY field.

func NewMiscFeeCurr

func NewMiscFeeCurr(val string) MiscFeeCurrField

NewMiscFeeCurr returns a new MiscFeeCurrField initialized with val.

func (MiscFeeCurrField) Tag

func (f MiscFeeCurrField) Tag() quickfix.Tag

Tag returns tag.MiscFeeCurr (138).

func (MiscFeeCurrField) Value

func (f MiscFeeCurrField) Value() string

type MiscFeeTypeField

type MiscFeeTypeField struct{ quickfix.FIXString }

MiscFeeTypeField is a enum.MiscFeeType field.

func NewMiscFeeType

func NewMiscFeeType(val enum.MiscFeeType) MiscFeeTypeField

func (MiscFeeTypeField) Tag

func (f MiscFeeTypeField) Tag() quickfix.Tag

Tag returns tag.MiscFeeType (139).

func (MiscFeeTypeField) Value

func (f MiscFeeTypeField) Value() enum.MiscFeeType

type MsgDirectionField

type MsgDirectionField struct{ quickfix.FIXString }

MsgDirectionField is a enum.MsgDirection field.

func NewMsgDirection

func NewMsgDirection(val enum.MsgDirection) MsgDirectionField

func (MsgDirectionField) Tag

func (f MsgDirectionField) Tag() quickfix.Tag

Tag returns tag.MsgDirection (385).

func (MsgDirectionField) Value

type MsgSeqNumField

type MsgSeqNumField struct{ quickfix.FIXInt }

MsgSeqNumField is a INT field.

func NewMsgSeqNum

func NewMsgSeqNum(val int) MsgSeqNumField

NewMsgSeqNum returns a new MsgSeqNumField initialized with val.

func (MsgSeqNumField) Tag

func (f MsgSeqNumField) Tag() quickfix.Tag

Tag returns tag.MsgSeqNum (34).

func (MsgSeqNumField) Value

func (f MsgSeqNumField) Value() int

type MsgTypeField

type MsgTypeField struct{ quickfix.FIXString }

MsgTypeField is a enum.MsgType field.

func NewMsgType

func NewMsgType(val enum.MsgType) MsgTypeField

func (MsgTypeField) Tag

func (f MsgTypeField) Tag() quickfix.Tag

Tag returns tag.MsgType (35).

func (MsgTypeField) Value

func (f MsgTypeField) Value() enum.MsgType

type MultiLegReportingTypeField

type MultiLegReportingTypeField struct{ quickfix.FIXString }

MultiLegReportingTypeField is a enum.MultiLegReportingType field.

func (MultiLegReportingTypeField) Tag

Tag returns tag.MultiLegReportingType (442).

func (MultiLegReportingTypeField) Value

type NetGrossIndField

type NetGrossIndField struct{ quickfix.FIXString }

NetGrossIndField is a enum.NetGrossInd field.

func NewNetGrossInd

func NewNetGrossInd(val enum.NetGrossInd) NetGrossIndField

func (NetGrossIndField) Tag

func (f NetGrossIndField) Tag() quickfix.Tag

Tag returns tag.NetGrossInd (430).

func (NetGrossIndField) Value

func (f NetGrossIndField) Value() enum.NetGrossInd

type NetMoneyField

type NetMoneyField struct{ quickfix.FIXDecimal }

NetMoneyField is a AMT field.

func NewNetMoney

func NewNetMoney(val decimal.Decimal, scale int32) NetMoneyField

NewNetMoney returns a new NetMoneyField initialized with val and scale.

func (NetMoneyField) Tag

func (f NetMoneyField) Tag() quickfix.Tag

Tag returns tag.NetMoney (118).

func (NetMoneyField) Value

func (f NetMoneyField) Value() (val decimal.Decimal)

type NewSeqNoField

type NewSeqNoField struct{ quickfix.FIXInt }

NewSeqNoField is a INT field.

func NewNewSeqNo

func NewNewSeqNo(val int) NewSeqNoField

NewNewSeqNo returns a new NewSeqNoField initialized with val.

func (NewSeqNoField) Tag

func (f NewSeqNoField) Tag() quickfix.Tag

Tag returns tag.NewSeqNo (36).

func (NewSeqNoField) Value

func (f NewSeqNoField) Value() int

type NoAllocsField

type NoAllocsField struct{ quickfix.FIXInt }

NoAllocsField is a INT field.

func NewNoAllocs

func NewNoAllocs(val int) NoAllocsField

NewNoAllocs returns a new NoAllocsField initialized with val.

func (NoAllocsField) Tag

func (f NoAllocsField) Tag() quickfix.Tag

Tag returns tag.NoAllocs (78).

func (NoAllocsField) Value

func (f NoAllocsField) Value() int

type NoBidComponentsField

type NoBidComponentsField struct{ quickfix.FIXInt }

NoBidComponentsField is a INT field.

func NewNoBidComponents

func NewNoBidComponents(val int) NoBidComponentsField

NewNoBidComponents returns a new NoBidComponentsField initialized with val.

func (NoBidComponentsField) Tag

Tag returns tag.NoBidComponents (420).

func (NoBidComponentsField) Value

func (f NoBidComponentsField) Value() int

type NoBidDescriptorsField

type NoBidDescriptorsField struct{ quickfix.FIXInt }

NoBidDescriptorsField is a INT field.

func NewNoBidDescriptors

func NewNoBidDescriptors(val int) NoBidDescriptorsField

NewNoBidDescriptors returns a new NoBidDescriptorsField initialized with val.

func (NoBidDescriptorsField) Tag

Tag returns tag.NoBidDescriptors (398).

func (NoBidDescriptorsField) Value

func (f NoBidDescriptorsField) Value() int

type NoContraBrokersField

type NoContraBrokersField struct{ quickfix.FIXInt }

NoContraBrokersField is a INT field.

func NewNoContraBrokers

func NewNoContraBrokers(val int) NoContraBrokersField

NewNoContraBrokers returns a new NoContraBrokersField initialized with val.

func (NoContraBrokersField) Tag

Tag returns tag.NoContraBrokers (382).

func (NoContraBrokersField) Value

func (f NoContraBrokersField) Value() int

type NoDlvyInstField

type NoDlvyInstField struct{ quickfix.FIXInt }

NoDlvyInstField is a INT field.

func NewNoDlvyInst

func NewNoDlvyInst(val int) NoDlvyInstField

NewNoDlvyInst returns a new NoDlvyInstField initialized with val.

func (NoDlvyInstField) Tag

func (f NoDlvyInstField) Tag() quickfix.Tag

Tag returns tag.NoDlvyInst (85).

func (NoDlvyInstField) Value

func (f NoDlvyInstField) Value() int

type NoExecsField

type NoExecsField struct{ quickfix.FIXInt }

NoExecsField is a INT field.

func NewNoExecs

func NewNoExecs(val int) NoExecsField

NewNoExecs returns a new NoExecsField initialized with val.

func (NoExecsField) Tag

func (f NoExecsField) Tag() quickfix.Tag

Tag returns tag.NoExecs (124).

func (NoExecsField) Value

func (f NoExecsField) Value() int

type NoIOIQualifiersField

type NoIOIQualifiersField struct{ quickfix.FIXInt }

NoIOIQualifiersField is a INT field.

func NewNoIOIQualifiers

func NewNoIOIQualifiers(val int) NoIOIQualifiersField

NewNoIOIQualifiers returns a new NoIOIQualifiersField initialized with val.

func (NoIOIQualifiersField) Tag

Tag returns tag.NoIOIQualifiers (199).

func (NoIOIQualifiersField) Value

func (f NoIOIQualifiersField) Value() int

type NoMDEntriesField

type NoMDEntriesField struct{ quickfix.FIXInt }

NoMDEntriesField is a INT field.

func NewNoMDEntries

func NewNoMDEntries(val int) NoMDEntriesField

NewNoMDEntries returns a new NoMDEntriesField initialized with val.

func (NoMDEntriesField) Tag

func (f NoMDEntriesField) Tag() quickfix.Tag

Tag returns tag.NoMDEntries (268).

func (NoMDEntriesField) Value

func (f NoMDEntriesField) Value() int

type NoMDEntryTypesField

type NoMDEntryTypesField struct{ quickfix.FIXInt }

NoMDEntryTypesField is a INT field.

func NewNoMDEntryTypes

func NewNoMDEntryTypes(val int) NoMDEntryTypesField

NewNoMDEntryTypes returns a new NoMDEntryTypesField initialized with val.

func (NoMDEntryTypesField) Tag

Tag returns tag.NoMDEntryTypes (267).

func (NoMDEntryTypesField) Value

func (f NoMDEntryTypesField) Value() int

type NoMiscFeesField

type NoMiscFeesField struct{ quickfix.FIXInt }

NoMiscFeesField is a INT field.

func NewNoMiscFees

func NewNoMiscFees(val int) NoMiscFeesField

NewNoMiscFees returns a new NoMiscFeesField initialized with val.

func (NoMiscFeesField) Tag

func (f NoMiscFeesField) Tag() quickfix.Tag

Tag returns tag.NoMiscFees (136).

func (NoMiscFeesField) Value

func (f NoMiscFeesField) Value() int

type NoMsgTypesField

type NoMsgTypesField struct{ quickfix.FIXInt }

NoMsgTypesField is a INT field.

func NewNoMsgTypes

func NewNoMsgTypes(val int) NoMsgTypesField

NewNoMsgTypes returns a new NoMsgTypesField initialized with val.

func (NoMsgTypesField) Tag

func (f NoMsgTypesField) Tag() quickfix.Tag

Tag returns tag.NoMsgTypes (384).

func (NoMsgTypesField) Value

func (f NoMsgTypesField) Value() int

type NoOrdersField

type NoOrdersField struct{ quickfix.FIXInt }

NoOrdersField is a INT field.

func NewNoOrders

func NewNoOrders(val int) NoOrdersField

NewNoOrders returns a new NoOrdersField initialized with val.

func (NoOrdersField) Tag

func (f NoOrdersField) Tag() quickfix.Tag

Tag returns tag.NoOrders (73).

func (NoOrdersField) Value

func (f NoOrdersField) Value() int

type NoQuoteEntriesField

type NoQuoteEntriesField struct{ quickfix.FIXInt }

NoQuoteEntriesField is a INT field.

func NewNoQuoteEntries

func NewNoQuoteEntries(val int) NoQuoteEntriesField

NewNoQuoteEntries returns a new NoQuoteEntriesField initialized with val.

func (NoQuoteEntriesField) Tag

Tag returns tag.NoQuoteEntries (295).

func (NoQuoteEntriesField) Value

func (f NoQuoteEntriesField) Value() int

type NoQuoteSetsField

type NoQuoteSetsField struct{ quickfix.FIXInt }

NoQuoteSetsField is a INT field.

func NewNoQuoteSets

func NewNoQuoteSets(val int) NoQuoteSetsField

NewNoQuoteSets returns a new NoQuoteSetsField initialized with val.

func (NoQuoteSetsField) Tag

func (f NoQuoteSetsField) Tag() quickfix.Tag

Tag returns tag.NoQuoteSets (296).

func (NoQuoteSetsField) Value

func (f NoQuoteSetsField) Value() int

type NoRelatedSymField

type NoRelatedSymField struct{ quickfix.FIXInt }

NoRelatedSymField is a INT field.

func NewNoRelatedSym

func NewNoRelatedSym(val int) NoRelatedSymField

NewNoRelatedSym returns a new NoRelatedSymField initialized with val.

func (NoRelatedSymField) Tag

func (f NoRelatedSymField) Tag() quickfix.Tag

Tag returns tag.NoRelatedSym (146).

func (NoRelatedSymField) Value

func (f NoRelatedSymField) Value() int

type NoRoutingIDsField

type NoRoutingIDsField struct{ quickfix.FIXInt }

NoRoutingIDsField is a INT field.

func NewNoRoutingIDs

func NewNoRoutingIDs(val int) NoRoutingIDsField

NewNoRoutingIDs returns a new NoRoutingIDsField initialized with val.

func (NoRoutingIDsField) Tag

func (f NoRoutingIDsField) Tag() quickfix.Tag

Tag returns tag.NoRoutingIDs (215).

func (NoRoutingIDsField) Value

func (f NoRoutingIDsField) Value() int

type NoRptsField

type NoRptsField struct{ quickfix.FIXInt }

NoRptsField is a INT field.

func NewNoRpts

func NewNoRpts(val int) NoRptsField

NewNoRpts returns a new NoRptsField initialized with val.

func (NoRptsField) Tag

func (f NoRptsField) Tag() quickfix.Tag

Tag returns tag.NoRpts (82).

func (NoRptsField) Value

func (f NoRptsField) Value() int

type NoStrikesField

type NoStrikesField struct{ quickfix.FIXInt }

NoStrikesField is a INT field.

func NewNoStrikes

func NewNoStrikes(val int) NoStrikesField

NewNoStrikes returns a new NoStrikesField initialized with val.

func (NoStrikesField) Tag

func (f NoStrikesField) Tag() quickfix.Tag

Tag returns tag.NoStrikes (428).

func (NoStrikesField) Value

func (f NoStrikesField) Value() int

type NoTradingSessionsField

type NoTradingSessionsField struct{ quickfix.FIXInt }

NoTradingSessionsField is a INT field.

func NewNoTradingSessions

func NewNoTradingSessions(val int) NoTradingSessionsField

NewNoTradingSessions returns a new NoTradingSessionsField initialized with val.

func (NoTradingSessionsField) Tag

Tag returns tag.NoTradingSessions (386).

func (NoTradingSessionsField) Value

func (f NoTradingSessionsField) Value() int

type NotifyBrokerOfCreditField

type NotifyBrokerOfCreditField struct{ quickfix.FIXBoolean }

NotifyBrokerOfCreditField is a BOOLEAN field.

func NewNotifyBrokerOfCredit

func NewNotifyBrokerOfCredit(val bool) NotifyBrokerOfCreditField

NewNotifyBrokerOfCredit returns a new NotifyBrokerOfCreditField initialized with val.

func (NotifyBrokerOfCreditField) Tag

Tag returns tag.NotifyBrokerOfCredit (208).

func (NotifyBrokerOfCreditField) Value

func (f NotifyBrokerOfCreditField) Value() bool

type NumBiddersField

type NumBiddersField struct{ quickfix.FIXInt }

NumBiddersField is a INT field.

func NewNumBidders

func NewNumBidders(val int) NumBiddersField

NewNumBidders returns a new NumBiddersField initialized with val.

func (NumBiddersField) Tag

func (f NumBiddersField) Tag() quickfix.Tag

Tag returns tag.NumBidders (417).

func (NumBiddersField) Value

func (f NumBiddersField) Value() int

type NumDaysInterestField

type NumDaysInterestField struct{ quickfix.FIXInt }

NumDaysInterestField is a INT field.

func NewNumDaysInterest

func NewNumDaysInterest(val int) NumDaysInterestField

NewNumDaysInterest returns a new NumDaysInterestField initialized with val.

func (NumDaysInterestField) Tag

Tag returns tag.NumDaysInterest (157).

func (NumDaysInterestField) Value

func (f NumDaysInterestField) Value() int

type NumTicketsField

type NumTicketsField struct{ quickfix.FIXInt }

NumTicketsField is a INT field.

func NewNumTickets

func NewNumTickets(val int) NumTicketsField

NewNumTickets returns a new NumTicketsField initialized with val.

func (NumTicketsField) Tag

func (f NumTicketsField) Tag() quickfix.Tag

Tag returns tag.NumTickets (395).

func (NumTicketsField) Value

func (f NumTicketsField) Value() int

type NumberOfOrdersField

type NumberOfOrdersField struct{ quickfix.FIXInt }

NumberOfOrdersField is a INT field.

func NewNumberOfOrders

func NewNumberOfOrders(val int) NumberOfOrdersField

NewNumberOfOrders returns a new NumberOfOrdersField initialized with val.

func (NumberOfOrdersField) Tag

Tag returns tag.NumberOfOrders (346).

func (NumberOfOrdersField) Value

func (f NumberOfOrdersField) Value() int

type OfferForwardPointsField

type OfferForwardPointsField struct{ quickfix.FIXDecimal }

OfferForwardPointsField is a PRICEOFFSET field.

func NewOfferForwardPoints

func NewOfferForwardPoints(val decimal.Decimal, scale int32) OfferForwardPointsField

NewOfferForwardPoints returns a new OfferForwardPointsField initialized with val and scale.

func (OfferForwardPointsField) Tag

Tag returns tag.OfferForwardPoints (191).

func (OfferForwardPointsField) Value

func (f OfferForwardPointsField) Value() (val decimal.Decimal)

type OfferPxField

type OfferPxField struct{ quickfix.FIXDecimal }

OfferPxField is a PRICE field.

func NewOfferPx

func NewOfferPx(val decimal.Decimal, scale int32) OfferPxField

NewOfferPx returns a new OfferPxField initialized with val and scale.

func (OfferPxField) Tag

func (f OfferPxField) Tag() quickfix.Tag

Tag returns tag.OfferPx (133).

func (OfferPxField) Value

func (f OfferPxField) Value() (val decimal.Decimal)

type OfferSizeField

type OfferSizeField struct{ quickfix.FIXDecimal }

OfferSizeField is a QTY field.

func NewOfferSize

func NewOfferSize(val decimal.Decimal, scale int32) OfferSizeField

NewOfferSize returns a new OfferSizeField initialized with val and scale.

func (OfferSizeField) Tag

func (f OfferSizeField) Tag() quickfix.Tag

Tag returns tag.OfferSize (135).

func (OfferSizeField) Value

func (f OfferSizeField) Value() (val decimal.Decimal)

type OfferSpotRateField

type OfferSpotRateField struct{ quickfix.FIXDecimal }

OfferSpotRateField is a PRICE field.

func NewOfferSpotRate

func NewOfferSpotRate(val decimal.Decimal, scale int32) OfferSpotRateField

NewOfferSpotRate returns a new OfferSpotRateField initialized with val and scale.

func (OfferSpotRateField) Tag

Tag returns tag.OfferSpotRate (190).

func (OfferSpotRateField) Value

func (f OfferSpotRateField) Value() (val decimal.Decimal)

type OnBehalfOfCompIDField

type OnBehalfOfCompIDField struct{ quickfix.FIXString }

OnBehalfOfCompIDField is a STRING field.

func NewOnBehalfOfCompID

func NewOnBehalfOfCompID(val string) OnBehalfOfCompIDField

NewOnBehalfOfCompID returns a new OnBehalfOfCompIDField initialized with val.

func (OnBehalfOfCompIDField) Tag

Tag returns tag.OnBehalfOfCompID (115).

func (OnBehalfOfCompIDField) Value

func (f OnBehalfOfCompIDField) Value() string

type OnBehalfOfLocationIDField

type OnBehalfOfLocationIDField struct{ quickfix.FIXString }

OnBehalfOfLocationIDField is a STRING field.

func NewOnBehalfOfLocationID

func NewOnBehalfOfLocationID(val string) OnBehalfOfLocationIDField

NewOnBehalfOfLocationID returns a new OnBehalfOfLocationIDField initialized with val.

func (OnBehalfOfLocationIDField) Tag

Tag returns tag.OnBehalfOfLocationID (144).

func (OnBehalfOfLocationIDField) Value

type OnBehalfOfSendingTimeField

type OnBehalfOfSendingTimeField struct{ quickfix.FIXUTCTimestamp }

OnBehalfOfSendingTimeField is a UTCTIMESTAMP field.

func NewOnBehalfOfSendingTime

func NewOnBehalfOfSendingTime(val time.Time) OnBehalfOfSendingTimeField

NewOnBehalfOfSendingTime returns a new OnBehalfOfSendingTimeField initialized with val.

func NewOnBehalfOfSendingTimeNoMillis

func NewOnBehalfOfSendingTimeNoMillis(val time.Time) OnBehalfOfSendingTimeField

NewOnBehalfOfSendingTimeNoMillis returns a new OnBehalfOfSendingTimeField initialized with val without millisecs.

func NewOnBehalfOfSendingTimeWithPrecision

func NewOnBehalfOfSendingTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) OnBehalfOfSendingTimeField

NewOnBehalfOfSendingTimeWithPrecision returns a new OnBehalfOfSendingTimeField initialized with val of specified precision.

func (OnBehalfOfSendingTimeField) Tag

Tag returns tag.OnBehalfOfSendingTime (370).

func (OnBehalfOfSendingTimeField) Value

type OnBehalfOfSubIDField

type OnBehalfOfSubIDField struct{ quickfix.FIXString }

OnBehalfOfSubIDField is a STRING field.

func NewOnBehalfOfSubID

func NewOnBehalfOfSubID(val string) OnBehalfOfSubIDField

NewOnBehalfOfSubID returns a new OnBehalfOfSubIDField initialized with val.

func (OnBehalfOfSubIDField) Tag

Tag returns tag.OnBehalfOfSubID (116).

func (OnBehalfOfSubIDField) Value

func (f OnBehalfOfSubIDField) Value() string

type OpenCloseField

type OpenCloseField struct{ quickfix.FIXString }

OpenCloseField is a enum.OpenClose field.

func NewOpenClose

func NewOpenClose(val enum.OpenClose) OpenCloseField

func (OpenCloseField) Tag

func (f OpenCloseField) Tag() quickfix.Tag

Tag returns tag.OpenClose (77).

func (OpenCloseField) Value

func (f OpenCloseField) Value() enum.OpenClose

type OpenCloseSettleFlagField

type OpenCloseSettleFlagField struct{ quickfix.FIXString }

OpenCloseSettleFlagField is a enum.OpenCloseSettleFlag field.

func (OpenCloseSettleFlagField) Tag

Tag returns tag.OpenCloseSettleFlag (286).

func (OpenCloseSettleFlagField) Value

type OptAttributeField

type OptAttributeField struct{ quickfix.FIXString }

OptAttributeField is a CHAR field.

func NewOptAttribute

func NewOptAttribute(val string) OptAttributeField

NewOptAttribute returns a new OptAttributeField initialized with val.

func (OptAttributeField) Tag

func (f OptAttributeField) Tag() quickfix.Tag

Tag returns tag.OptAttribute (206).

func (OptAttributeField) Value

func (f OptAttributeField) Value() string

type OrdRejReasonField

type OrdRejReasonField struct{ quickfix.FIXString }

OrdRejReasonField is a enum.OrdRejReason field.

func NewOrdRejReason

func NewOrdRejReason(val enum.OrdRejReason) OrdRejReasonField

func (OrdRejReasonField) Tag

func (f OrdRejReasonField) Tag() quickfix.Tag

Tag returns tag.OrdRejReason (103).

func (OrdRejReasonField) Value

type OrdStatusField

type OrdStatusField struct{ quickfix.FIXString }

OrdStatusField is a enum.OrdStatus field.

func NewOrdStatus

func NewOrdStatus(val enum.OrdStatus) OrdStatusField

func (OrdStatusField) Tag

func (f OrdStatusField) Tag() quickfix.Tag

Tag returns tag.OrdStatus (39).

func (OrdStatusField) Value

func (f OrdStatusField) Value() enum.OrdStatus

type OrdTypeField

type OrdTypeField struct{ quickfix.FIXString }

OrdTypeField is a enum.OrdType field.

func NewOrdType

func NewOrdType(val enum.OrdType) OrdTypeField

func (OrdTypeField) Tag

func (f OrdTypeField) Tag() quickfix.Tag

Tag returns tag.OrdType (40).

func (OrdTypeField) Value

func (f OrdTypeField) Value() enum.OrdType

type OrderIDField

type OrderIDField struct{ quickfix.FIXString }

OrderIDField is a STRING field.

func NewOrderID

func NewOrderID(val string) OrderIDField

NewOrderID returns a new OrderIDField initialized with val.

func (OrderIDField) Tag

func (f OrderIDField) Tag() quickfix.Tag

Tag returns tag.OrderID (37).

func (OrderIDField) Value

func (f OrderIDField) Value() string

type OrderQty2Field

type OrderQty2Field struct{ quickfix.FIXDecimal }

OrderQty2Field is a QTY field.

func NewOrderQty2

func NewOrderQty2(val decimal.Decimal, scale int32) OrderQty2Field

NewOrderQty2 returns a new OrderQty2Field initialized with val and scale.

func (OrderQty2Field) Tag

func (f OrderQty2Field) Tag() quickfix.Tag

Tag returns tag.OrderQty2 (192).

func (OrderQty2Field) Value

func (f OrderQty2Field) Value() (val decimal.Decimal)

type OrderQtyField

type OrderQtyField struct{ quickfix.FIXDecimal }

OrderQtyField is a QTY field.

func NewOrderQty

func NewOrderQty(val decimal.Decimal, scale int32) OrderQtyField

NewOrderQty returns a new OrderQtyField initialized with val and scale.

func (OrderQtyField) Tag

func (f OrderQtyField) Tag() quickfix.Tag

Tag returns tag.OrderQty (38).

func (OrderQtyField) Value

func (f OrderQtyField) Value() (val decimal.Decimal)

type OrigClOrdIDField

type OrigClOrdIDField struct{ quickfix.FIXString }

OrigClOrdIDField is a STRING field.

func NewOrigClOrdID

func NewOrigClOrdID(val string) OrigClOrdIDField

NewOrigClOrdID returns a new OrigClOrdIDField initialized with val.

func (OrigClOrdIDField) Tag

func (f OrigClOrdIDField) Tag() quickfix.Tag

Tag returns tag.OrigClOrdID (41).

func (OrigClOrdIDField) Value

func (f OrigClOrdIDField) Value() string

type OrigSendingTimeField

type OrigSendingTimeField struct{ quickfix.FIXUTCTimestamp }

OrigSendingTimeField is a UTCTIMESTAMP field.

func NewOrigSendingTime

func NewOrigSendingTime(val time.Time) OrigSendingTimeField

NewOrigSendingTime returns a new OrigSendingTimeField initialized with val.

func NewOrigSendingTimeNoMillis

func NewOrigSendingTimeNoMillis(val time.Time) OrigSendingTimeField

NewOrigSendingTimeNoMillis returns a new OrigSendingTimeField initialized with val without millisecs.

func NewOrigSendingTimeWithPrecision

func NewOrigSendingTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) OrigSendingTimeField

NewOrigSendingTimeWithPrecision returns a new OrigSendingTimeField initialized with val of specified precision.

func (OrigSendingTimeField) Tag

Tag returns tag.OrigSendingTime (122).

func (OrigSendingTimeField) Value

func (f OrigSendingTimeField) Value() time.Time

type OrigTimeField

type OrigTimeField struct{ quickfix.FIXUTCTimestamp }

OrigTimeField is a UTCTIMESTAMP field.

func NewOrigTime

func NewOrigTime(val time.Time) OrigTimeField

NewOrigTime returns a new OrigTimeField initialized with val.

func NewOrigTimeNoMillis

func NewOrigTimeNoMillis(val time.Time) OrigTimeField

NewOrigTimeNoMillis returns a new OrigTimeField initialized with val without millisecs.

func NewOrigTimeWithPrecision

func NewOrigTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) OrigTimeField

NewOrigTimeWithPrecision returns a new OrigTimeField initialized with val of specified precision.

func (OrigTimeField) Tag

func (f OrigTimeField) Tag() quickfix.Tag

Tag returns tag.OrigTime (42).

func (OrigTimeField) Value

func (f OrigTimeField) Value() time.Time

type OutMainCntryUIndexField

type OutMainCntryUIndexField struct{ quickfix.FIXDecimal }

OutMainCntryUIndexField is a AMT field.

func NewOutMainCntryUIndex

func NewOutMainCntryUIndex(val decimal.Decimal, scale int32) OutMainCntryUIndexField

NewOutMainCntryUIndex returns a new OutMainCntryUIndexField initialized with val and scale.

func (OutMainCntryUIndexField) Tag

Tag returns tag.OutMainCntryUIndex (412).

func (OutMainCntryUIndexField) Value

func (f OutMainCntryUIndexField) Value() (val decimal.Decimal)

type OutsideIndexPctField

type OutsideIndexPctField struct{ quickfix.FIXDecimal }

OutsideIndexPctField is a FLOAT field.

func NewOutsideIndexPct

func NewOutsideIndexPct(val decimal.Decimal, scale int32) OutsideIndexPctField

NewOutsideIndexPct returns a new OutsideIndexPctField initialized with val and scale.

func (OutsideIndexPctField) Tag

Tag returns tag.OutsideIndexPct (407).

func (OutsideIndexPctField) Value

func (f OutsideIndexPctField) Value() (val decimal.Decimal)

type PasswordField

type PasswordField struct{ quickfix.FIXString }

PasswordField is a STRING field.

func NewPassword

func NewPassword(val string) PasswordField

NewPassword returns a new PasswordField initialized with val.

func (PasswordField) Tag

func (f PasswordField) Tag() quickfix.Tag

Tag returns tag.Password (554).

func (PasswordField) Value

func (f PasswordField) Value() string

type PegDifferenceField

type PegDifferenceField struct{ quickfix.FIXDecimal }

PegDifferenceField is a PRICEOFFSET field.

func NewPegDifference

func NewPegDifference(val decimal.Decimal, scale int32) PegDifferenceField

NewPegDifference returns a new PegDifferenceField initialized with val and scale.

func (PegDifferenceField) Tag

Tag returns tag.PegDifference (211).

func (PegDifferenceField) Value

func (f PegDifferenceField) Value() (val decimal.Decimal)

type PossDupFlagField

type PossDupFlagField struct{ quickfix.FIXBoolean }

PossDupFlagField is a BOOLEAN field.

func NewPossDupFlag

func NewPossDupFlag(val bool) PossDupFlagField

NewPossDupFlag returns a new PossDupFlagField initialized with val.

func (PossDupFlagField) Tag

func (f PossDupFlagField) Tag() quickfix.Tag

Tag returns tag.PossDupFlag (43).

func (PossDupFlagField) Value

func (f PossDupFlagField) Value() bool

type PossResendField

type PossResendField struct{ quickfix.FIXBoolean }

PossResendField is a BOOLEAN field.

func NewPossResend

func NewPossResend(val bool) PossResendField

NewPossResend returns a new PossResendField initialized with val.

func (PossResendField) Tag

func (f PossResendField) Tag() quickfix.Tag

Tag returns tag.PossResend (97).

func (PossResendField) Value

func (f PossResendField) Value() bool

type PrevClosePxField

type PrevClosePxField struct{ quickfix.FIXDecimal }

PrevClosePxField is a PRICE field.

func NewPrevClosePx

func NewPrevClosePx(val decimal.Decimal, scale int32) PrevClosePxField

NewPrevClosePx returns a new PrevClosePxField initialized with val and scale.

func (PrevClosePxField) Tag

func (f PrevClosePxField) Tag() quickfix.Tag

Tag returns tag.PrevClosePx (140).

func (PrevClosePxField) Value

func (f PrevClosePxField) Value() (val decimal.Decimal)

type PriceField

type PriceField struct{ quickfix.FIXDecimal }

PriceField is a PRICE field.

func NewPrice

func NewPrice(val decimal.Decimal, scale int32) PriceField

NewPrice returns a new PriceField initialized with val and scale.

func (PriceField) Tag

func (f PriceField) Tag() quickfix.Tag

Tag returns tag.Price (44).

func (PriceField) Value

func (f PriceField) Value() (val decimal.Decimal)

type PriceTypeField

type PriceTypeField struct{ quickfix.FIXString }

PriceTypeField is a enum.PriceType field.

func NewPriceType

func NewPriceType(val enum.PriceType) PriceTypeField

func (PriceTypeField) Tag

func (f PriceTypeField) Tag() quickfix.Tag

Tag returns tag.PriceType (423).

func (PriceTypeField) Value

func (f PriceTypeField) Value() enum.PriceType

type ProcessCodeField

type ProcessCodeField struct{ quickfix.FIXString }

ProcessCodeField is a enum.ProcessCode field.

func NewProcessCode

func NewProcessCode(val enum.ProcessCode) ProcessCodeField

func (ProcessCodeField) Tag

func (f ProcessCodeField) Tag() quickfix.Tag

Tag returns tag.ProcessCode (81).

func (ProcessCodeField) Value

func (f ProcessCodeField) Value() enum.ProcessCode

type ProgPeriodIntervalField

type ProgPeriodIntervalField struct{ quickfix.FIXInt }

ProgPeriodIntervalField is a INT field.

func NewProgPeriodInterval

func NewProgPeriodInterval(val int) ProgPeriodIntervalField

NewProgPeriodInterval returns a new ProgPeriodIntervalField initialized with val.

func (ProgPeriodIntervalField) Tag

Tag returns tag.ProgPeriodInterval (415).

func (ProgPeriodIntervalField) Value

func (f ProgPeriodIntervalField) Value() int

type ProgRptReqsField

type ProgRptReqsField struct{ quickfix.FIXString }

ProgRptReqsField is a enum.ProgRptReqs field.

func NewProgRptReqs

func NewProgRptReqs(val enum.ProgRptReqs) ProgRptReqsField

func (ProgRptReqsField) Tag

func (f ProgRptReqsField) Tag() quickfix.Tag

Tag returns tag.ProgRptReqs (414).

func (ProgRptReqsField) Value

func (f ProgRptReqsField) Value() enum.ProgRptReqs

type PutOrCallField

type PutOrCallField struct{ quickfix.FIXString }

PutOrCallField is a enum.PutOrCall field.

func NewPutOrCall

func NewPutOrCall(val enum.PutOrCall) PutOrCallField

func (PutOrCallField) Tag

func (f PutOrCallField) Tag() quickfix.Tag

Tag returns tag.PutOrCall (201).

func (PutOrCallField) Value

func (f PutOrCallField) Value() enum.PutOrCall

type QuoteCancelTypeField

type QuoteCancelTypeField struct{ quickfix.FIXString }

QuoteCancelTypeField is a enum.QuoteCancelType field.

func NewQuoteCancelType

func NewQuoteCancelType(val enum.QuoteCancelType) QuoteCancelTypeField

func (QuoteCancelTypeField) Tag

Tag returns tag.QuoteCancelType (298).

func (QuoteCancelTypeField) Value

type QuoteConditionField

type QuoteConditionField struct{ quickfix.FIXString }

QuoteConditionField is a enum.QuoteCondition field.

func NewQuoteCondition

func NewQuoteCondition(val enum.QuoteCondition) QuoteConditionField

func (QuoteConditionField) Tag

Tag returns tag.QuoteCondition (276).

func (QuoteConditionField) Value

type QuoteEntryIDField

type QuoteEntryIDField struct{ quickfix.FIXString }

QuoteEntryIDField is a STRING field.

func NewQuoteEntryID

func NewQuoteEntryID(val string) QuoteEntryIDField

NewQuoteEntryID returns a new QuoteEntryIDField initialized with val.

func (QuoteEntryIDField) Tag

func (f QuoteEntryIDField) Tag() quickfix.Tag

Tag returns tag.QuoteEntryID (299).

func (QuoteEntryIDField) Value

func (f QuoteEntryIDField) Value() string

type QuoteEntryRejectReasonField

type QuoteEntryRejectReasonField struct{ quickfix.FIXString }

QuoteEntryRejectReasonField is a enum.QuoteEntryRejectReason field.

func (QuoteEntryRejectReasonField) Tag

Tag returns tag.QuoteEntryRejectReason (368).

func (QuoteEntryRejectReasonField) Value

type QuoteIDField

type QuoteIDField struct{ quickfix.FIXString }

QuoteIDField is a STRING field.

func NewQuoteID

func NewQuoteID(val string) QuoteIDField

NewQuoteID returns a new QuoteIDField initialized with val.

func (QuoteIDField) Tag

func (f QuoteIDField) Tag() quickfix.Tag

Tag returns tag.QuoteID (117).

func (QuoteIDField) Value

func (f QuoteIDField) Value() string

type QuoteRejectReasonField

type QuoteRejectReasonField struct{ quickfix.FIXString }

QuoteRejectReasonField is a enum.QuoteRejectReason field.

func (QuoteRejectReasonField) Tag

Tag returns tag.QuoteRejectReason (300).

func (QuoteRejectReasonField) Value

type QuoteReqIDField

type QuoteReqIDField struct{ quickfix.FIXString }

QuoteReqIDField is a STRING field.

func NewQuoteReqID

func NewQuoteReqID(val string) QuoteReqIDField

NewQuoteReqID returns a new QuoteReqIDField initialized with val.

func (QuoteReqIDField) Tag

func (f QuoteReqIDField) Tag() quickfix.Tag

Tag returns tag.QuoteReqID (131).

func (QuoteReqIDField) Value

func (f QuoteReqIDField) Value() string

type QuoteRequestRejectReasonField

type QuoteRequestRejectReasonField struct{ quickfix.FIXString }

QuoteRequestRejectReasonField is a enum.QuoteRequestRejectReason field.

func (QuoteRequestRejectReasonField) Tag

Tag returns tag.QuoteRequestRejectReason (658).

func (QuoteRequestRejectReasonField) Value

type QuoteRequestTypeField

type QuoteRequestTypeField struct{ quickfix.FIXString }

QuoteRequestTypeField is a enum.QuoteRequestType field.

func (QuoteRequestTypeField) Tag

Tag returns tag.QuoteRequestType (303).

func (QuoteRequestTypeField) Value

type QuoteRespIDField

type QuoteRespIDField struct{ quickfix.FIXString }

QuoteRespIDField is a STRING field.

func NewQuoteRespID

func NewQuoteRespID(val string) QuoteRespIDField

NewQuoteRespID returns a new QuoteRespIDField initialized with val.

func (QuoteRespIDField) Tag

func (f QuoteRespIDField) Tag() quickfix.Tag

Tag returns tag.QuoteRespID (693).

func (QuoteRespIDField) Value

func (f QuoteRespIDField) Value() string

type QuoteRespTypeField

type QuoteRespTypeField struct{ quickfix.FIXString }

QuoteRespTypeField is a enum.QuoteRespType field.

func NewQuoteRespType

func NewQuoteRespType(val enum.QuoteRespType) QuoteRespTypeField

func (QuoteRespTypeField) Tag

Tag returns tag.QuoteRespType (694).

func (QuoteRespTypeField) Value

type QuoteResponseLevelField

type QuoteResponseLevelField struct{ quickfix.FIXString }

QuoteResponseLevelField is a enum.QuoteResponseLevel field.

func (QuoteResponseLevelField) Tag

Tag returns tag.QuoteResponseLevel (301).

func (QuoteResponseLevelField) Value

type QuoteSetIDField

type QuoteSetIDField struct{ quickfix.FIXString }

QuoteSetIDField is a STRING field.

func NewQuoteSetID

func NewQuoteSetID(val string) QuoteSetIDField

NewQuoteSetID returns a new QuoteSetIDField initialized with val.

func (QuoteSetIDField) Tag

func (f QuoteSetIDField) Tag() quickfix.Tag

Tag returns tag.QuoteSetID (302).

func (QuoteSetIDField) Value

func (f QuoteSetIDField) Value() string

type QuoteSetValidUntilTimeField

type QuoteSetValidUntilTimeField struct{ quickfix.FIXUTCTimestamp }

QuoteSetValidUntilTimeField is a UTCTIMESTAMP field.

func NewQuoteSetValidUntilTime

func NewQuoteSetValidUntilTime(val time.Time) QuoteSetValidUntilTimeField

NewQuoteSetValidUntilTime returns a new QuoteSetValidUntilTimeField initialized with val.

func NewQuoteSetValidUntilTimeNoMillis

func NewQuoteSetValidUntilTimeNoMillis(val time.Time) QuoteSetValidUntilTimeField

NewQuoteSetValidUntilTimeNoMillis returns a new QuoteSetValidUntilTimeField initialized with val without millisecs.

func NewQuoteSetValidUntilTimeWithPrecision

func NewQuoteSetValidUntilTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) QuoteSetValidUntilTimeField

NewQuoteSetValidUntilTimeWithPrecision returns a new QuoteSetValidUntilTimeField initialized with val of specified precision.

func (QuoteSetValidUntilTimeField) Tag

Tag returns tag.QuoteSetValidUntilTime (367).

func (QuoteSetValidUntilTimeField) Value

type QuoteStatusField

type QuoteStatusField struct{ quickfix.FIXString }

QuoteStatusField is a enum.QuoteStatus field.

func NewQuoteStatus

func NewQuoteStatus(val enum.QuoteStatus) QuoteStatusField

func (QuoteStatusField) Tag

func (f QuoteStatusField) Tag() quickfix.Tag

Tag returns tag.QuoteStatus (297).

func (QuoteStatusField) Value

func (f QuoteStatusField) Value() enum.QuoteStatus

type RFQReqIDField

type RFQReqIDField struct{ quickfix.FIXString }

RFQReqIDField is a STRING field.

func NewRFQReqID

func NewRFQReqID(val string) RFQReqIDField

NewRFQReqID returns a new RFQReqIDField initialized with val.

func (RFQReqIDField) Tag

func (f RFQReqIDField) Tag() quickfix.Tag

Tag returns tag.RFQReqID (644).

func (RFQReqIDField) Value

func (f RFQReqIDField) Value() string

type RatioQtyField

type RatioQtyField struct{ quickfix.FIXDecimal }

RatioQtyField is a QTY field.

func NewRatioQty

func NewRatioQty(val decimal.Decimal, scale int32) RatioQtyField

NewRatioQty returns a new RatioQtyField initialized with val and scale.

func (RatioQtyField) Tag

func (f RatioQtyField) Tag() quickfix.Tag

Tag returns tag.RatioQty (319).

func (RatioQtyField) Value

func (f RatioQtyField) Value() (val decimal.Decimal)

type RawDataField

type RawDataField struct{ quickfix.FIXString }

RawDataField is a DATA field.

func NewRawData

func NewRawData(val string) RawDataField

NewRawData returns a new RawDataField initialized with val.

func (RawDataField) Tag

func (f RawDataField) Tag() quickfix.Tag

Tag returns tag.RawData (96).

func (RawDataField) Value

func (f RawDataField) Value() string

type RawDataLengthField

type RawDataLengthField struct{ quickfix.FIXInt }

RawDataLengthField is a LENGTH field.

func NewRawDataLength

func NewRawDataLength(val int) RawDataLengthField

NewRawDataLength returns a new RawDataLengthField initialized with val.

func (RawDataLengthField) Tag

Tag returns tag.RawDataLength (95).

func (RawDataLengthField) Value

func (f RawDataLengthField) Value() int

type RefAllocIDField

type RefAllocIDField struct{ quickfix.FIXString }

RefAllocIDField is a STRING field.

func NewRefAllocID

func NewRefAllocID(val string) RefAllocIDField

NewRefAllocID returns a new RefAllocIDField initialized with val.

func (RefAllocIDField) Tag

func (f RefAllocIDField) Tag() quickfix.Tag

Tag returns tag.RefAllocID (72).

func (RefAllocIDField) Value

func (f RefAllocIDField) Value() string

type RefMsgTypeField

type RefMsgTypeField struct{ quickfix.FIXString }

RefMsgTypeField is a STRING field.

func NewRefMsgType

func NewRefMsgType(val string) RefMsgTypeField

NewRefMsgType returns a new RefMsgTypeField initialized with val.

func (RefMsgTypeField) Tag

func (f RefMsgTypeField) Tag() quickfix.Tag

Tag returns tag.RefMsgType (372).

func (RefMsgTypeField) Value

func (f RefMsgTypeField) Value() string

type RefSeqNumField

type RefSeqNumField struct{ quickfix.FIXInt }

RefSeqNumField is a INT field.

func NewRefSeqNum

func NewRefSeqNum(val int) RefSeqNumField

NewRefSeqNum returns a new RefSeqNumField initialized with val.

func (RefSeqNumField) Tag

func (f RefSeqNumField) Tag() quickfix.Tag

Tag returns tag.RefSeqNum (45).

func (RefSeqNumField) Value

func (f RefSeqNumField) Value() int

type RefTagIDField

type RefTagIDField struct{ quickfix.FIXInt }

RefTagIDField is a INT field.

func NewRefTagID

func NewRefTagID(val int) RefTagIDField

NewRefTagID returns a new RefTagIDField initialized with val.

func (RefTagIDField) Tag

func (f RefTagIDField) Tag() quickfix.Tag

Tag returns tag.RefTagID (371).

func (RefTagIDField) Value

func (f RefTagIDField) Value() int

type RelatdSymField

type RelatdSymField struct{ quickfix.FIXString }

RelatdSymField is a STRING field.

func NewRelatdSym

func NewRelatdSym(val string) RelatdSymField

NewRelatdSym returns a new RelatdSymField initialized with val.

func (RelatdSymField) Tag

func (f RelatdSymField) Tag() quickfix.Tag

Tag returns tag.RelatdSym (46).

func (RelatdSymField) Value

func (f RelatdSymField) Value() string

type ReportToExchField

type ReportToExchField struct{ quickfix.FIXBoolean }

ReportToExchField is a BOOLEAN field.

func NewReportToExch

func NewReportToExch(val bool) ReportToExchField

NewReportToExch returns a new ReportToExchField initialized with val.

func (ReportToExchField) Tag

func (f ReportToExchField) Tag() quickfix.Tag

Tag returns tag.ReportToExch (113).

func (ReportToExchField) Value

func (f ReportToExchField) Value() bool

type ResetSeqNumFlagField

type ResetSeqNumFlagField struct{ quickfix.FIXBoolean }

ResetSeqNumFlagField is a BOOLEAN field.

func NewResetSeqNumFlag

func NewResetSeqNumFlag(val bool) ResetSeqNumFlagField

NewResetSeqNumFlag returns a new ResetSeqNumFlagField initialized with val.

func (ResetSeqNumFlagField) Tag

Tag returns tag.ResetSeqNumFlag (141).

func (ResetSeqNumFlagField) Value

func (f ResetSeqNumFlagField) Value() bool

type RoutingIDField

type RoutingIDField struct{ quickfix.FIXString }

RoutingIDField is a STRING field.

func NewRoutingID

func NewRoutingID(val string) RoutingIDField

NewRoutingID returns a new RoutingIDField initialized with val.

func (RoutingIDField) Tag

func (f RoutingIDField) Tag() quickfix.Tag

Tag returns tag.RoutingID (217).

func (RoutingIDField) Value

func (f RoutingIDField) Value() string

type RoutingTypeField

type RoutingTypeField struct{ quickfix.FIXString }

RoutingTypeField is a enum.RoutingType field.

func NewRoutingType

func NewRoutingType(val enum.RoutingType) RoutingTypeField

func (RoutingTypeField) Tag

func (f RoutingTypeField) Tag() quickfix.Tag

Tag returns tag.RoutingType (216).

func (RoutingTypeField) Value

func (f RoutingTypeField) Value() enum.RoutingType

type RptSeqField

type RptSeqField struct{ quickfix.FIXInt }

RptSeqField is a INT field.

func NewRptSeq

func NewRptSeq(val int) RptSeqField

NewRptSeq returns a new RptSeqField initialized with val.

func (RptSeqField) Tag

func (f RptSeqField) Tag() quickfix.Tag

Tag returns tag.RptSeq (83).

func (RptSeqField) Value

func (f RptSeqField) Value() int

type Rule80AField

type Rule80AField struct{ quickfix.FIXString }

Rule80AField is a enum.Rule80A field.

func NewRule80A

func NewRule80A(val enum.Rule80A) Rule80AField

func (Rule80AField) Tag

func (f Rule80AField) Tag() quickfix.Tag

Tag returns tag.Rule80A (47).

func (Rule80AField) Value

func (f Rule80AField) Value() enum.Rule80A

type SecondaryOrderIDField

type SecondaryOrderIDField struct{ quickfix.FIXString }

SecondaryOrderIDField is a STRING field.

func NewSecondaryOrderID

func NewSecondaryOrderID(val string) SecondaryOrderIDField

NewSecondaryOrderID returns a new SecondaryOrderIDField initialized with val.

func (SecondaryOrderIDField) Tag

Tag returns tag.SecondaryOrderID (198).

func (SecondaryOrderIDField) Value

func (f SecondaryOrderIDField) Value() string

type SecureDataField

type SecureDataField struct{ quickfix.FIXString }

SecureDataField is a DATA field.

func NewSecureData

func NewSecureData(val string) SecureDataField

NewSecureData returns a new SecureDataField initialized with val.

func (SecureDataField) Tag

func (f SecureDataField) Tag() quickfix.Tag

Tag returns tag.SecureData (91).

func (SecureDataField) Value

func (f SecureDataField) Value() string

type SecureDataLenField

type SecureDataLenField struct{ quickfix.FIXInt }

SecureDataLenField is a LENGTH field.

func NewSecureDataLen

func NewSecureDataLen(val int) SecureDataLenField

NewSecureDataLen returns a new SecureDataLenField initialized with val.

func (SecureDataLenField) Tag

Tag returns tag.SecureDataLen (90).

func (SecureDataLenField) Value

func (f SecureDataLenField) Value() int

type SecurityDescField

type SecurityDescField struct{ quickfix.FIXString }

SecurityDescField is a STRING field.

func NewSecurityDesc

func NewSecurityDesc(val string) SecurityDescField

NewSecurityDesc returns a new SecurityDescField initialized with val.

func (SecurityDescField) Tag

func (f SecurityDescField) Tag() quickfix.Tag

Tag returns tag.SecurityDesc (107).

func (SecurityDescField) Value

func (f SecurityDescField) Value() string

type SecurityExchangeField

type SecurityExchangeField struct{ quickfix.FIXString }

SecurityExchangeField is a EXCHANGE field.

func NewSecurityExchange

func NewSecurityExchange(val string) SecurityExchangeField

NewSecurityExchange returns a new SecurityExchangeField initialized with val.

func (SecurityExchangeField) Tag

Tag returns tag.SecurityExchange (207).

func (SecurityExchangeField) Value

func (f SecurityExchangeField) Value() string

type SecurityIDField

type SecurityIDField struct{ quickfix.FIXString }

SecurityIDField is a STRING field.

func NewSecurityID

func NewSecurityID(val string) SecurityIDField

NewSecurityID returns a new SecurityIDField initialized with val.

func (SecurityIDField) Tag

func (f SecurityIDField) Tag() quickfix.Tag

Tag returns tag.SecurityID (48).

func (SecurityIDField) Value

func (f SecurityIDField) Value() string

type SecurityReqIDField

type SecurityReqIDField struct{ quickfix.FIXString }

SecurityReqIDField is a STRING field.

func NewSecurityReqID

func NewSecurityReqID(val string) SecurityReqIDField

NewSecurityReqID returns a new SecurityReqIDField initialized with val.

func (SecurityReqIDField) Tag

Tag returns tag.SecurityReqID (320).

func (SecurityReqIDField) Value

func (f SecurityReqIDField) Value() string

type SecurityRequestTypeField

type SecurityRequestTypeField struct{ quickfix.FIXString }

SecurityRequestTypeField is a enum.SecurityRequestType field.

func (SecurityRequestTypeField) Tag

Tag returns tag.SecurityRequestType (321).

func (SecurityRequestTypeField) Value

type SecurityResponseIDField

type SecurityResponseIDField struct{ quickfix.FIXString }

SecurityResponseIDField is a STRING field.

func NewSecurityResponseID

func NewSecurityResponseID(val string) SecurityResponseIDField

NewSecurityResponseID returns a new SecurityResponseIDField initialized with val.

func (SecurityResponseIDField) Tag

Tag returns tag.SecurityResponseID (322).

func (SecurityResponseIDField) Value

func (f SecurityResponseIDField) Value() string

type SecurityResponseTypeField

type SecurityResponseTypeField struct{ quickfix.FIXString }

SecurityResponseTypeField is a enum.SecurityResponseType field.

func (SecurityResponseTypeField) Tag

Tag returns tag.SecurityResponseType (323).

func (SecurityResponseTypeField) Value

type SecuritySettlAgentAcctNameField

type SecuritySettlAgentAcctNameField struct{ quickfix.FIXString }

SecuritySettlAgentAcctNameField is a STRING field.

func NewSecuritySettlAgentAcctName

func NewSecuritySettlAgentAcctName(val string) SecuritySettlAgentAcctNameField

NewSecuritySettlAgentAcctName returns a new SecuritySettlAgentAcctNameField initialized with val.

func (SecuritySettlAgentAcctNameField) Tag

Tag returns tag.SecuritySettlAgentAcctName (179).

func (SecuritySettlAgentAcctNameField) Value

type SecuritySettlAgentAcctNumField

type SecuritySettlAgentAcctNumField struct{ quickfix.FIXString }

SecuritySettlAgentAcctNumField is a STRING field.

func NewSecuritySettlAgentAcctNum

func NewSecuritySettlAgentAcctNum(val string) SecuritySettlAgentAcctNumField

NewSecuritySettlAgentAcctNum returns a new SecuritySettlAgentAcctNumField initialized with val.

func (SecuritySettlAgentAcctNumField) Tag

Tag returns tag.SecuritySettlAgentAcctNum (178).

func (SecuritySettlAgentAcctNumField) Value

type SecuritySettlAgentCodeField

type SecuritySettlAgentCodeField struct{ quickfix.FIXString }

SecuritySettlAgentCodeField is a STRING field.

func NewSecuritySettlAgentCode

func NewSecuritySettlAgentCode(val string) SecuritySettlAgentCodeField

NewSecuritySettlAgentCode returns a new SecuritySettlAgentCodeField initialized with val.

func (SecuritySettlAgentCodeField) Tag

Tag returns tag.SecuritySettlAgentCode (177).

func (SecuritySettlAgentCodeField) Value

type SecuritySettlAgentContactNameField

type SecuritySettlAgentContactNameField struct{ quickfix.FIXString }

SecuritySettlAgentContactNameField is a STRING field.

func NewSecuritySettlAgentContactName

func NewSecuritySettlAgentContactName(val string) SecuritySettlAgentContactNameField

NewSecuritySettlAgentContactName returns a new SecuritySettlAgentContactNameField initialized with val.

func (SecuritySettlAgentContactNameField) Tag

Tag returns tag.SecuritySettlAgentContactName (180).

func (SecuritySettlAgentContactNameField) Value

type SecuritySettlAgentContactPhoneField

type SecuritySettlAgentContactPhoneField struct{ quickfix.FIXString }

SecuritySettlAgentContactPhoneField is a STRING field.

func NewSecuritySettlAgentContactPhone

func NewSecuritySettlAgentContactPhone(val string) SecuritySettlAgentContactPhoneField

NewSecuritySettlAgentContactPhone returns a new SecuritySettlAgentContactPhoneField initialized with val.

func (SecuritySettlAgentContactPhoneField) Tag

Tag returns tag.SecuritySettlAgentContactPhone (181).

func (SecuritySettlAgentContactPhoneField) Value

type SecuritySettlAgentNameField

type SecuritySettlAgentNameField struct{ quickfix.FIXString }

SecuritySettlAgentNameField is a STRING field.

func NewSecuritySettlAgentName

func NewSecuritySettlAgentName(val string) SecuritySettlAgentNameField

NewSecuritySettlAgentName returns a new SecuritySettlAgentNameField initialized with val.

func (SecuritySettlAgentNameField) Tag

Tag returns tag.SecuritySettlAgentName (176).

func (SecuritySettlAgentNameField) Value

type SecurityStatusReqIDField

type SecurityStatusReqIDField struct{ quickfix.FIXString }

SecurityStatusReqIDField is a STRING field.

func NewSecurityStatusReqID

func NewSecurityStatusReqID(val string) SecurityStatusReqIDField

NewSecurityStatusReqID returns a new SecurityStatusReqIDField initialized with val.

func (SecurityStatusReqIDField) Tag

Tag returns tag.SecurityStatusReqID (324).

func (SecurityStatusReqIDField) Value

func (f SecurityStatusReqIDField) Value() string

type SecurityTradingStatusField

type SecurityTradingStatusField struct{ quickfix.FIXString }

SecurityTradingStatusField is a enum.SecurityTradingStatus field.

func (SecurityTradingStatusField) Tag

Tag returns tag.SecurityTradingStatus (326).

func (SecurityTradingStatusField) Value

type SecurityTypeField

type SecurityTypeField struct{ quickfix.FIXString }

SecurityTypeField is a enum.SecurityType field.

func NewSecurityType

func NewSecurityType(val enum.SecurityType) SecurityTypeField

func (SecurityTypeField) Tag

func (f SecurityTypeField) Tag() quickfix.Tag

Tag returns tag.SecurityType (167).

func (SecurityTypeField) Value

type SelfTradePreventionField

type SelfTradePreventionField struct{ quickfix.FIXString }

SelfTradePreventionField is a enum.SelfTradePrevention field.

func (SelfTradePreventionField) Tag

Tag returns tag.SelfTradePrevention (7928).

func (SelfTradePreventionField) Value

type SellVolumeField

type SellVolumeField struct{ quickfix.FIXDecimal }

SellVolumeField is a QTY field.

func NewSellVolume

func NewSellVolume(val decimal.Decimal, scale int32) SellVolumeField

NewSellVolume returns a new SellVolumeField initialized with val and scale.

func (SellVolumeField) Tag

func (f SellVolumeField) Tag() quickfix.Tag

Tag returns tag.SellVolume (331).

func (SellVolumeField) Value

func (f SellVolumeField) Value() (val decimal.Decimal)

type SellerDaysField

type SellerDaysField struct{ quickfix.FIXInt }

SellerDaysField is a INT field.

func NewSellerDays

func NewSellerDays(val int) SellerDaysField

NewSellerDays returns a new SellerDaysField initialized with val.

func (SellerDaysField) Tag

func (f SellerDaysField) Tag() quickfix.Tag

Tag returns tag.SellerDays (287).

func (SellerDaysField) Value

func (f SellerDaysField) Value() int

type SenderCompIDField

type SenderCompIDField struct{ quickfix.FIXString }

SenderCompIDField is a STRING field.

func NewSenderCompID

func NewSenderCompID(val string) SenderCompIDField

NewSenderCompID returns a new SenderCompIDField initialized with val.

func (SenderCompIDField) Tag

func (f SenderCompIDField) Tag() quickfix.Tag

Tag returns tag.SenderCompID (49).

func (SenderCompIDField) Value

func (f SenderCompIDField) Value() string

type SenderLocationIDField

type SenderLocationIDField struct{ quickfix.FIXString }

SenderLocationIDField is a STRING field.

func NewSenderLocationID

func NewSenderLocationID(val string) SenderLocationIDField

NewSenderLocationID returns a new SenderLocationIDField initialized with val.

func (SenderLocationIDField) Tag

Tag returns tag.SenderLocationID (142).

func (SenderLocationIDField) Value

func (f SenderLocationIDField) Value() string

type SenderSubIDField

type SenderSubIDField struct{ quickfix.FIXString }

SenderSubIDField is a STRING field.

func NewSenderSubID

func NewSenderSubID(val string) SenderSubIDField

NewSenderSubID returns a new SenderSubIDField initialized with val.

func (SenderSubIDField) Tag

func (f SenderSubIDField) Tag() quickfix.Tag

Tag returns tag.SenderSubID (50).

func (SenderSubIDField) Value

func (f SenderSubIDField) Value() string

type SendingDateField

type SendingDateField struct{ quickfix.FIXString }

SendingDateField is a LOCALMKTDATE field.

func NewSendingDate

func NewSendingDate(val string) SendingDateField

NewSendingDate returns a new SendingDateField initialized with val.

func (SendingDateField) Tag

func (f SendingDateField) Tag() quickfix.Tag

Tag returns tag.SendingDate (51).

func (SendingDateField) Value

func (f SendingDateField) Value() string

type SendingTimeField

type SendingTimeField struct{ quickfix.FIXUTCTimestamp }

SendingTimeField is a UTCTIMESTAMP field.

func NewSendingTime

func NewSendingTime(val time.Time) SendingTimeField

NewSendingTime returns a new SendingTimeField initialized with val.

func NewSendingTimeNoMillis

func NewSendingTimeNoMillis(val time.Time) SendingTimeField

NewSendingTimeNoMillis returns a new SendingTimeField initialized with val without millisecs.

func NewSendingTimeWithPrecision

func NewSendingTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) SendingTimeField

NewSendingTimeWithPrecision returns a new SendingTimeField initialized with val of specified precision.

func (SendingTimeField) Tag

func (f SendingTimeField) Tag() quickfix.Tag

Tag returns tag.SendingTime (52).

func (SendingTimeField) Value

func (f SendingTimeField) Value() time.Time

type SessionRejectReasonField

type SessionRejectReasonField struct{ quickfix.FIXString }

SessionRejectReasonField is a enum.SessionRejectReason field.

func (SessionRejectReasonField) Tag

Tag returns tag.SessionRejectReason (373).

func (SessionRejectReasonField) Value

type SettlBrkrCodeField

type SettlBrkrCodeField struct{ quickfix.FIXString }

SettlBrkrCodeField is a STRING field.

func NewSettlBrkrCode

func NewSettlBrkrCode(val string) SettlBrkrCodeField

NewSettlBrkrCode returns a new SettlBrkrCodeField initialized with val.

func (SettlBrkrCodeField) Tag

Tag returns tag.SettlBrkrCode (174).

func (SettlBrkrCodeField) Value

func (f SettlBrkrCodeField) Value() string

type SettlCurrAmtField

type SettlCurrAmtField struct{ quickfix.FIXDecimal }

SettlCurrAmtField is a AMT field.

func NewSettlCurrAmt

func NewSettlCurrAmt(val decimal.Decimal, scale int32) SettlCurrAmtField

NewSettlCurrAmt returns a new SettlCurrAmtField initialized with val and scale.

func (SettlCurrAmtField) Tag

func (f SettlCurrAmtField) Tag() quickfix.Tag

Tag returns tag.SettlCurrAmt (119).

func (SettlCurrAmtField) Value

func (f SettlCurrAmtField) Value() (val decimal.Decimal)

type SettlCurrFxRateCalcField

type SettlCurrFxRateCalcField struct{ quickfix.FIXString }

SettlCurrFxRateCalcField is a enum.SettlCurrFxRateCalc field.

func (SettlCurrFxRateCalcField) Tag

Tag returns tag.SettlCurrFxRateCalc (156).

func (SettlCurrFxRateCalcField) Value

type SettlCurrFxRateField

type SettlCurrFxRateField struct{ quickfix.FIXDecimal }

SettlCurrFxRateField is a FLOAT field.

func NewSettlCurrFxRate

func NewSettlCurrFxRate(val decimal.Decimal, scale int32) SettlCurrFxRateField

NewSettlCurrFxRate returns a new SettlCurrFxRateField initialized with val and scale.

func (SettlCurrFxRateField) Tag

Tag returns tag.SettlCurrFxRate (155).

func (SettlCurrFxRateField) Value

func (f SettlCurrFxRateField) Value() (val decimal.Decimal)

type SettlCurrencyField

type SettlCurrencyField struct{ quickfix.FIXString }

SettlCurrencyField is a CURRENCY field.

func NewSettlCurrency

func NewSettlCurrency(val string) SettlCurrencyField

NewSettlCurrency returns a new SettlCurrencyField initialized with val.

func (SettlCurrencyField) Tag

Tag returns tag.SettlCurrency (120).

func (SettlCurrencyField) Value

func (f SettlCurrencyField) Value() string

type SettlDeliveryTypeField

type SettlDeliveryTypeField struct{ quickfix.FIXInt }

SettlDeliveryTypeField is a INT field.

func NewSettlDeliveryType

func NewSettlDeliveryType(val int) SettlDeliveryTypeField

NewSettlDeliveryType returns a new SettlDeliveryTypeField initialized with val.

func (SettlDeliveryTypeField) Tag

Tag returns tag.SettlDeliveryType (172).

func (SettlDeliveryTypeField) Value

func (f SettlDeliveryTypeField) Value() int

type SettlDepositoryCodeField

type SettlDepositoryCodeField struct{ quickfix.FIXString }

SettlDepositoryCodeField is a STRING field.

func NewSettlDepositoryCode

func NewSettlDepositoryCode(val string) SettlDepositoryCodeField

NewSettlDepositoryCode returns a new SettlDepositoryCodeField initialized with val.

func (SettlDepositoryCodeField) Tag

Tag returns tag.SettlDepositoryCode (173).

func (SettlDepositoryCodeField) Value

func (f SettlDepositoryCodeField) Value() string

type SettlInstCodeField

type SettlInstCodeField struct{ quickfix.FIXString }

SettlInstCodeField is a STRING field.

func NewSettlInstCode

func NewSettlInstCode(val string) SettlInstCodeField

NewSettlInstCode returns a new SettlInstCodeField initialized with val.

func (SettlInstCodeField) Tag

Tag returns tag.SettlInstCode (175).

func (SettlInstCodeField) Value

func (f SettlInstCodeField) Value() string

type SettlInstIDField

type SettlInstIDField struct{ quickfix.FIXString }

SettlInstIDField is a STRING field.

func NewSettlInstID

func NewSettlInstID(val string) SettlInstIDField

NewSettlInstID returns a new SettlInstIDField initialized with val.

func (SettlInstIDField) Tag

func (f SettlInstIDField) Tag() quickfix.Tag

Tag returns tag.SettlInstID (162).

func (SettlInstIDField) Value

func (f SettlInstIDField) Value() string

type SettlInstModeField

type SettlInstModeField struct{ quickfix.FIXString }

SettlInstModeField is a enum.SettlInstMode field.

func NewSettlInstMode

func NewSettlInstMode(val enum.SettlInstMode) SettlInstModeField

func (SettlInstModeField) Tag

Tag returns tag.SettlInstMode (160).

func (SettlInstModeField) Value

type SettlInstRefIDField

type SettlInstRefIDField struct{ quickfix.FIXString }

SettlInstRefIDField is a STRING field.

func NewSettlInstRefID

func NewSettlInstRefID(val string) SettlInstRefIDField

NewSettlInstRefID returns a new SettlInstRefIDField initialized with val.

func (SettlInstRefIDField) Tag

Tag returns tag.SettlInstRefID (214).

func (SettlInstRefIDField) Value

func (f SettlInstRefIDField) Value() string

type SettlInstSourceField

type SettlInstSourceField struct{ quickfix.FIXString }

SettlInstSourceField is a enum.SettlInstSource field.

func NewSettlInstSource

func NewSettlInstSource(val enum.SettlInstSource) SettlInstSourceField

func (SettlInstSourceField) Tag

Tag returns tag.SettlInstSource (165).

func (SettlInstSourceField) Value

type SettlInstTransTypeField

type SettlInstTransTypeField struct{ quickfix.FIXString }

SettlInstTransTypeField is a enum.SettlInstTransType field.

func (SettlInstTransTypeField) Tag

Tag returns tag.SettlInstTransType (163).

func (SettlInstTransTypeField) Value

type SettlLocationField

type SettlLocationField struct{ quickfix.FIXString }

SettlLocationField is a enum.SettlLocation field.

func NewSettlLocation

func NewSettlLocation(val enum.SettlLocation) SettlLocationField

func (SettlLocationField) Tag

Tag returns tag.SettlLocation (166).

func (SettlLocationField) Value

type SettlmntTypField

type SettlmntTypField struct{ quickfix.FIXString }

SettlmntTypField is a enum.SettlmntTyp field.

func NewSettlmntTyp

func NewSettlmntTyp(val enum.SettlmntTyp) SettlmntTypField

func (SettlmntTypField) Tag

func (f SettlmntTypField) Tag() quickfix.Tag

Tag returns tag.SettlmntTyp (63).

func (SettlmntTypField) Value

func (f SettlmntTypField) Value() enum.SettlmntTyp

type SharesField

type SharesField struct{ quickfix.FIXDecimal }

SharesField is a QTY field.

func NewShares

func NewShares(val decimal.Decimal, scale int32) SharesField

NewShares returns a new SharesField initialized with val and scale.

func (SharesField) Tag

func (f SharesField) Tag() quickfix.Tag

Tag returns tag.Shares (53).

func (SharesField) Value

func (f SharesField) Value() (val decimal.Decimal)

type SideField

type SideField struct{ quickfix.FIXString }

SideField is a enum.Side field.

func NewSide

func NewSide(val enum.Side) SideField

func (SideField) Tag

func (f SideField) Tag() quickfix.Tag

Tag returns tag.Side (54).

func (SideField) Value

func (f SideField) Value() enum.Side

type SideValue1Field

type SideValue1Field struct{ quickfix.FIXDecimal }

SideValue1Field is a AMT field.

func NewSideValue1

func NewSideValue1(val decimal.Decimal, scale int32) SideValue1Field

NewSideValue1 returns a new SideValue1Field initialized with val and scale.

func (SideValue1Field) Tag

func (f SideValue1Field) Tag() quickfix.Tag

Tag returns tag.SideValue1 (396).

func (SideValue1Field) Value

func (f SideValue1Field) Value() (val decimal.Decimal)

type SideValue2Field

type SideValue2Field struct{ quickfix.FIXDecimal }

SideValue2Field is a AMT field.

func NewSideValue2

func NewSideValue2(val decimal.Decimal, scale int32) SideValue2Field

NewSideValue2 returns a new SideValue2Field initialized with val and scale.

func (SideValue2Field) Tag

func (f SideValue2Field) Tag() quickfix.Tag

Tag returns tag.SideValue2 (397).

func (SideValue2Field) Value

func (f SideValue2Field) Value() (val decimal.Decimal)

type SideValueIndField

type SideValueIndField struct{ quickfix.FIXInt }

SideValueIndField is a INT field.

func NewSideValueInd

func NewSideValueInd(val int) SideValueIndField

NewSideValueInd returns a new SideValueIndField initialized with val.

func (SideValueIndField) Tag

func (f SideValueIndField) Tag() quickfix.Tag

Tag returns tag.SideValueInd (401).

func (SideValueIndField) Value

func (f SideValueIndField) Value() int

type SignatureField

type SignatureField struct{ quickfix.FIXString }

SignatureField is a DATA field.

func NewSignature

func NewSignature(val string) SignatureField

NewSignature returns a new SignatureField initialized with val.

func (SignatureField) Tag

func (f SignatureField) Tag() quickfix.Tag

Tag returns tag.Signature (89).

func (SignatureField) Value

func (f SignatureField) Value() string

type SignatureLengthField

type SignatureLengthField struct{ quickfix.FIXInt }

SignatureLengthField is a LENGTH field.

func NewSignatureLength

func NewSignatureLength(val int) SignatureLengthField

NewSignatureLength returns a new SignatureLengthField initialized with val.

func (SignatureLengthField) Tag

Tag returns tag.SignatureLength (93).

func (SignatureLengthField) Value

func (f SignatureLengthField) Value() int

type SolicitedFlagField

type SolicitedFlagField struct{ quickfix.FIXBoolean }

SolicitedFlagField is a BOOLEAN field.

func NewSolicitedFlag

func NewSolicitedFlag(val bool) SolicitedFlagField

NewSolicitedFlag returns a new SolicitedFlagField initialized with val.

func (SolicitedFlagField) Tag

Tag returns tag.SolicitedFlag (377).

func (SolicitedFlagField) Value

func (f SolicitedFlagField) Value() bool

type SpreadToBenchmarkField

type SpreadToBenchmarkField struct{ quickfix.FIXDecimal }

SpreadToBenchmarkField is a PRICEOFFSET field.

func NewSpreadToBenchmark

func NewSpreadToBenchmark(val decimal.Decimal, scale int32) SpreadToBenchmarkField

NewSpreadToBenchmark returns a new SpreadToBenchmarkField initialized with val and scale.

func (SpreadToBenchmarkField) Tag

Tag returns tag.SpreadToBenchmark (218).

func (SpreadToBenchmarkField) Value

func (f SpreadToBenchmarkField) Value() (val decimal.Decimal)

type StandInstDbIDField

type StandInstDbIDField struct{ quickfix.FIXString }

StandInstDbIDField is a STRING field.

func NewStandInstDbID

func NewStandInstDbID(val string) StandInstDbIDField

NewStandInstDbID returns a new StandInstDbIDField initialized with val.

func (StandInstDbIDField) Tag

Tag returns tag.StandInstDbID (171).

func (StandInstDbIDField) Value

func (f StandInstDbIDField) Value() string

type StandInstDbNameField

type StandInstDbNameField struct{ quickfix.FIXString }

StandInstDbNameField is a STRING field.

func NewStandInstDbName

func NewStandInstDbName(val string) StandInstDbNameField

NewStandInstDbName returns a new StandInstDbNameField initialized with val.

func (StandInstDbNameField) Tag

Tag returns tag.StandInstDbName (170).

func (StandInstDbNameField) Value

func (f StandInstDbNameField) Value() string

type StandInstDbTypeField

type StandInstDbTypeField struct{ quickfix.FIXString }

StandInstDbTypeField is a enum.StandInstDbType field.

func NewStandInstDbType

func NewStandInstDbType(val enum.StandInstDbType) StandInstDbTypeField

func (StandInstDbTypeField) Tag

Tag returns tag.StandInstDbType (169).

func (StandInstDbTypeField) Value

type StopPxField

type StopPxField struct{ quickfix.FIXDecimal }

StopPxField is a PRICE field.

func NewStopPx

func NewStopPx(val decimal.Decimal, scale int32) StopPxField

NewStopPx returns a new StopPxField initialized with val and scale.

func (StopPxField) Tag

func (f StopPxField) Tag() quickfix.Tag

Tag returns tag.StopPx (99).

func (StopPxField) Value

func (f StopPxField) Value() (val decimal.Decimal)

type StrikePriceField

type StrikePriceField struct{ quickfix.FIXDecimal }

StrikePriceField is a PRICE field.

func NewStrikePrice

func NewStrikePrice(val decimal.Decimal, scale int32) StrikePriceField

NewStrikePrice returns a new StrikePriceField initialized with val and scale.

func (StrikePriceField) Tag

func (f StrikePriceField) Tag() quickfix.Tag

Tag returns tag.StrikePrice (202).

func (StrikePriceField) Value

func (f StrikePriceField) Value() (val decimal.Decimal)

type StrikeTimeField

type StrikeTimeField struct{ quickfix.FIXUTCTimestamp }

StrikeTimeField is a UTCTIMESTAMP field.

func NewStrikeTime

func NewStrikeTime(val time.Time) StrikeTimeField

NewStrikeTime returns a new StrikeTimeField initialized with val.

func NewStrikeTimeNoMillis

func NewStrikeTimeNoMillis(val time.Time) StrikeTimeField

NewStrikeTimeNoMillis returns a new StrikeTimeField initialized with val without millisecs.

func NewStrikeTimeWithPrecision

func NewStrikeTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) StrikeTimeField

NewStrikeTimeWithPrecision returns a new StrikeTimeField initialized with val of specified precision.

func (StrikeTimeField) Tag

func (f StrikeTimeField) Tag() quickfix.Tag

Tag returns tag.StrikeTime (443).

func (StrikeTimeField) Value

func (f StrikeTimeField) Value() time.Time

type SubjectField

type SubjectField struct{ quickfix.FIXString }

SubjectField is a STRING field.

func NewSubject

func NewSubject(val string) SubjectField

NewSubject returns a new SubjectField initialized with val.

func (SubjectField) Tag

func (f SubjectField) Tag() quickfix.Tag

Tag returns tag.Subject (147).

func (SubjectField) Value

func (f SubjectField) Value() string

type SubscriptionRequestTypeField

type SubscriptionRequestTypeField struct{ quickfix.FIXString }

SubscriptionRequestTypeField is a enum.SubscriptionRequestType field.

func (SubscriptionRequestTypeField) Tag

Tag returns tag.SubscriptionRequestType (263).

func (SubscriptionRequestTypeField) Value

type SymbolField

type SymbolField struct{ quickfix.FIXString }

SymbolField is a STRING field.

func NewSymbol

func NewSymbol(val string) SymbolField

NewSymbol returns a new SymbolField initialized with val.

func (SymbolField) Tag

func (f SymbolField) Tag() quickfix.Tag

Tag returns tag.Symbol (55).

func (SymbolField) Value

func (f SymbolField) Value() string

type SymbolSfxField

type SymbolSfxField struct{ quickfix.FIXString }

SymbolSfxField is a STRING field.

func NewSymbolSfx

func NewSymbolSfx(val string) SymbolSfxField

NewSymbolSfx returns a new SymbolSfxField initialized with val.

func (SymbolSfxField) Tag

func (f SymbolSfxField) Tag() quickfix.Tag

Tag returns tag.SymbolSfx (65).

func (SymbolSfxField) Value

func (f SymbolSfxField) Value() string

type TargetCompIDField

type TargetCompIDField struct{ quickfix.FIXString }

TargetCompIDField is a STRING field.

func NewTargetCompID

func NewTargetCompID(val string) TargetCompIDField

NewTargetCompID returns a new TargetCompIDField initialized with val.

func (TargetCompIDField) Tag

func (f TargetCompIDField) Tag() quickfix.Tag

Tag returns tag.TargetCompID (56).

func (TargetCompIDField) Value

func (f TargetCompIDField) Value() string

type TargetLocationIDField

type TargetLocationIDField struct{ quickfix.FIXString }

TargetLocationIDField is a STRING field.

func NewTargetLocationID

func NewTargetLocationID(val string) TargetLocationIDField

NewTargetLocationID returns a new TargetLocationIDField initialized with val.

func (TargetLocationIDField) Tag

Tag returns tag.TargetLocationID (143).

func (TargetLocationIDField) Value

func (f TargetLocationIDField) Value() string

type TargetSubIDField

type TargetSubIDField struct{ quickfix.FIXString }

TargetSubIDField is a STRING field.

func NewTargetSubID

func NewTargetSubID(val string) TargetSubIDField

NewTargetSubID returns a new TargetSubIDField initialized with val.

func (TargetSubIDField) Tag

func (f TargetSubIDField) Tag() quickfix.Tag

Tag returns tag.TargetSubID (57).

func (TargetSubIDField) Value

func (f TargetSubIDField) Value() string

type TestReqIDField

type TestReqIDField struct{ quickfix.FIXString }

TestReqIDField is a STRING field.

func NewTestReqID

func NewTestReqID(val string) TestReqIDField

NewTestReqID returns a new TestReqIDField initialized with val.

func (TestReqIDField) Tag

func (f TestReqIDField) Tag() quickfix.Tag

Tag returns tag.TestReqID (112).

func (TestReqIDField) Value

func (f TestReqIDField) Value() string

type TextField

type TextField struct{ quickfix.FIXString }

TextField is a STRING field.

func NewText

func NewText(val string) TextField

NewText returns a new TextField initialized with val.

func (TextField) Tag

func (f TextField) Tag() quickfix.Tag

Tag returns tag.Text (58).

func (TextField) Value

func (f TextField) Value() string

type TickDirectionField

type TickDirectionField struct{ quickfix.FIXString }

TickDirectionField is a enum.TickDirection field.

func NewTickDirection

func NewTickDirection(val enum.TickDirection) TickDirectionField

func (TickDirectionField) Tag

Tag returns tag.TickDirection (274).

func (TickDirectionField) Value

type TimeInForceField

type TimeInForceField struct{ quickfix.FIXString }

TimeInForceField is a enum.TimeInForce field.

func NewTimeInForce

func NewTimeInForce(val enum.TimeInForce) TimeInForceField

func (TimeInForceField) Tag

func (f TimeInForceField) Tag() quickfix.Tag

Tag returns tag.TimeInForce (59).

func (TimeInForceField) Value

func (f TimeInForceField) Value() enum.TimeInForce

type TotNoOrdersField

type TotNoOrdersField struct{ quickfix.FIXInt }

TotNoOrdersField is a INT field.

func NewTotNoOrders

func NewTotNoOrders(val int) TotNoOrdersField

NewTotNoOrders returns a new TotNoOrdersField initialized with val.

func (TotNoOrdersField) Tag

func (f TotNoOrdersField) Tag() quickfix.Tag

Tag returns tag.TotNoOrders (68).

func (TotNoOrdersField) Value

func (f TotNoOrdersField) Value() int

type TotNoStrikesField

type TotNoStrikesField struct{ quickfix.FIXInt }

TotNoStrikesField is a INT field.

func NewTotNoStrikes

func NewTotNoStrikes(val int) TotNoStrikesField

NewTotNoStrikes returns a new TotNoStrikesField initialized with val.

func (TotNoStrikesField) Tag

func (f TotNoStrikesField) Tag() quickfix.Tag

Tag returns tag.TotNoStrikes (422).

func (TotNoStrikesField) Value

func (f TotNoStrikesField) Value() int

type TotQuoteEntriesField

type TotQuoteEntriesField struct{ quickfix.FIXInt }

TotQuoteEntriesField is a INT field.

func NewTotQuoteEntries

func NewTotQuoteEntries(val int) TotQuoteEntriesField

NewTotQuoteEntries returns a new TotQuoteEntriesField initialized with val.

func (TotQuoteEntriesField) Tag

Tag returns tag.TotQuoteEntries (304).

func (TotQuoteEntriesField) Value

func (f TotQuoteEntriesField) Value() int

type TotalNumSecuritiesField

type TotalNumSecuritiesField struct{ quickfix.FIXInt }

TotalNumSecuritiesField is a INT field.

func NewTotalNumSecurities

func NewTotalNumSecurities(val int) TotalNumSecuritiesField

NewTotalNumSecurities returns a new TotalNumSecuritiesField initialized with val.

func (TotalNumSecuritiesField) Tag

Tag returns tag.TotalNumSecurities (393).

func (TotalNumSecuritiesField) Value

func (f TotalNumSecuritiesField) Value() int

type TotalVolumeTradedField

type TotalVolumeTradedField struct{ quickfix.FIXDecimal }

TotalVolumeTradedField is a QTY field.

func NewTotalVolumeTraded

func NewTotalVolumeTraded(val decimal.Decimal, scale int32) TotalVolumeTradedField

NewTotalVolumeTraded returns a new TotalVolumeTradedField initialized with val and scale.

func (TotalVolumeTradedField) Tag

Tag returns tag.TotalVolumeTraded (387).

func (TotalVolumeTradedField) Value

func (f TotalVolumeTradedField) Value() (val decimal.Decimal)

type TradSesCloseTimeField

type TradSesCloseTimeField struct{ quickfix.FIXUTCTimestamp }

TradSesCloseTimeField is a UTCTIMESTAMP field.

func NewTradSesCloseTime

func NewTradSesCloseTime(val time.Time) TradSesCloseTimeField

NewTradSesCloseTime returns a new TradSesCloseTimeField initialized with val.

func NewTradSesCloseTimeNoMillis

func NewTradSesCloseTimeNoMillis(val time.Time) TradSesCloseTimeField

NewTradSesCloseTimeNoMillis returns a new TradSesCloseTimeField initialized with val without millisecs.

func NewTradSesCloseTimeWithPrecision

func NewTradSesCloseTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) TradSesCloseTimeField

NewTradSesCloseTimeWithPrecision returns a new TradSesCloseTimeField initialized with val of specified precision.

func (TradSesCloseTimeField) Tag

Tag returns tag.TradSesCloseTime (344).

func (TradSesCloseTimeField) Value

func (f TradSesCloseTimeField) Value() time.Time

type TradSesEndTimeField

type TradSesEndTimeField struct{ quickfix.FIXUTCTimestamp }

TradSesEndTimeField is a UTCTIMESTAMP field.

func NewTradSesEndTime

func NewTradSesEndTime(val time.Time) TradSesEndTimeField

NewTradSesEndTime returns a new TradSesEndTimeField initialized with val.

func NewTradSesEndTimeNoMillis

func NewTradSesEndTimeNoMillis(val time.Time) TradSesEndTimeField

NewTradSesEndTimeNoMillis returns a new TradSesEndTimeField initialized with val without millisecs.

func NewTradSesEndTimeWithPrecision

func NewTradSesEndTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) TradSesEndTimeField

NewTradSesEndTimeWithPrecision returns a new TradSesEndTimeField initialized with val of specified precision.

func (TradSesEndTimeField) Tag

Tag returns tag.TradSesEndTime (345).

func (TradSesEndTimeField) Value

func (f TradSesEndTimeField) Value() time.Time

type TradSesMethodField

type TradSesMethodField struct{ quickfix.FIXString }

TradSesMethodField is a enum.TradSesMethod field.

func NewTradSesMethod

func NewTradSesMethod(val enum.TradSesMethod) TradSesMethodField

func (TradSesMethodField) Tag

Tag returns tag.TradSesMethod (338).

func (TradSesMethodField) Value

type TradSesModeField

type TradSesModeField struct{ quickfix.FIXString }

TradSesModeField is a enum.TradSesMode field.

func NewTradSesMode

func NewTradSesMode(val enum.TradSesMode) TradSesModeField

func (TradSesModeField) Tag

func (f TradSesModeField) Tag() quickfix.Tag

Tag returns tag.TradSesMode (339).

func (TradSesModeField) Value

func (f TradSesModeField) Value() enum.TradSesMode

type TradSesOpenTimeField

type TradSesOpenTimeField struct{ quickfix.FIXUTCTimestamp }

TradSesOpenTimeField is a UTCTIMESTAMP field.

func NewTradSesOpenTime

func NewTradSesOpenTime(val time.Time) TradSesOpenTimeField

NewTradSesOpenTime returns a new TradSesOpenTimeField initialized with val.

func NewTradSesOpenTimeNoMillis

func NewTradSesOpenTimeNoMillis(val time.Time) TradSesOpenTimeField

NewTradSesOpenTimeNoMillis returns a new TradSesOpenTimeField initialized with val without millisecs.

func NewTradSesOpenTimeWithPrecision

func NewTradSesOpenTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) TradSesOpenTimeField

NewTradSesOpenTimeWithPrecision returns a new TradSesOpenTimeField initialized with val of specified precision.

func (TradSesOpenTimeField) Tag

Tag returns tag.TradSesOpenTime (342).

func (TradSesOpenTimeField) Value

func (f TradSesOpenTimeField) Value() time.Time

type TradSesPreCloseTimeField

type TradSesPreCloseTimeField struct{ quickfix.FIXUTCTimestamp }

TradSesPreCloseTimeField is a UTCTIMESTAMP field.

func NewTradSesPreCloseTime

func NewTradSesPreCloseTime(val time.Time) TradSesPreCloseTimeField

NewTradSesPreCloseTime returns a new TradSesPreCloseTimeField initialized with val.

func NewTradSesPreCloseTimeNoMillis

func NewTradSesPreCloseTimeNoMillis(val time.Time) TradSesPreCloseTimeField

NewTradSesPreCloseTimeNoMillis returns a new TradSesPreCloseTimeField initialized with val without millisecs.

func NewTradSesPreCloseTimeWithPrecision

func NewTradSesPreCloseTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) TradSesPreCloseTimeField

NewTradSesPreCloseTimeWithPrecision returns a new TradSesPreCloseTimeField initialized with val of specified precision.

func (TradSesPreCloseTimeField) Tag

Tag returns tag.TradSesPreCloseTime (343).

func (TradSesPreCloseTimeField) Value

type TradSesReqIDField

type TradSesReqIDField struct{ quickfix.FIXString }

TradSesReqIDField is a STRING field.

func NewTradSesReqID

func NewTradSesReqID(val string) TradSesReqIDField

NewTradSesReqID returns a new TradSesReqIDField initialized with val.

func (TradSesReqIDField) Tag

func (f TradSesReqIDField) Tag() quickfix.Tag

Tag returns tag.TradSesReqID (335).

func (TradSesReqIDField) Value

func (f TradSesReqIDField) Value() string

type TradSesStartTimeField

type TradSesStartTimeField struct{ quickfix.FIXUTCTimestamp }

TradSesStartTimeField is a UTCTIMESTAMP field.

func NewTradSesStartTime

func NewTradSesStartTime(val time.Time) TradSesStartTimeField

NewTradSesStartTime returns a new TradSesStartTimeField initialized with val.

func NewTradSesStartTimeNoMillis

func NewTradSesStartTimeNoMillis(val time.Time) TradSesStartTimeField

NewTradSesStartTimeNoMillis returns a new TradSesStartTimeField initialized with val without millisecs.

func NewTradSesStartTimeWithPrecision

func NewTradSesStartTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) TradSesStartTimeField

NewTradSesStartTimeWithPrecision returns a new TradSesStartTimeField initialized with val of specified precision.

func (TradSesStartTimeField) Tag

Tag returns tag.TradSesStartTime (341).

func (TradSesStartTimeField) Value

func (f TradSesStartTimeField) Value() time.Time

type TradSesStatusField

type TradSesStatusField struct{ quickfix.FIXString }

TradSesStatusField is a enum.TradSesStatus field.

func NewTradSesStatus

func NewTradSesStatus(val enum.TradSesStatus) TradSesStatusField

func (TradSesStatusField) Tag

Tag returns tag.TradSesStatus (340).

func (TradSesStatusField) Value

type TradeConditionField

type TradeConditionField struct{ quickfix.FIXString }

TradeConditionField is a enum.TradeCondition field.

func NewTradeCondition

func NewTradeCondition(val enum.TradeCondition) TradeConditionField

func (TradeConditionField) Tag

Tag returns tag.TradeCondition (277).

func (TradeConditionField) Value

type TradeDateField

type TradeDateField struct{ quickfix.FIXString }

TradeDateField is a LOCALMKTDATE field.

func NewTradeDate

func NewTradeDate(val string) TradeDateField

NewTradeDate returns a new TradeDateField initialized with val.

func (TradeDateField) Tag

func (f TradeDateField) Tag() quickfix.Tag

Tag returns tag.TradeDate (75).

func (TradeDateField) Value

func (f TradeDateField) Value() string

type TradeTypeField

type TradeTypeField struct{ quickfix.FIXString }

TradeTypeField is a enum.TradeType field.

func NewTradeType

func NewTradeType(val enum.TradeType) TradeTypeField

func (TradeTypeField) Tag

func (f TradeTypeField) Tag() quickfix.Tag

Tag returns tag.TradeType (418).

func (TradeTypeField) Value

func (f TradeTypeField) Value() enum.TradeType

type TradingSessionIDField

type TradingSessionIDField struct{ quickfix.FIXString }

TradingSessionIDField is a STRING field.

func NewTradingSessionID

func NewTradingSessionID(val string) TradingSessionIDField

NewTradingSessionID returns a new TradingSessionIDField initialized with val.

func (TradingSessionIDField) Tag

Tag returns tag.TradingSessionID (336).

func (TradingSessionIDField) Value

func (f TradingSessionIDField) Value() string

type TransactTimeField

type TransactTimeField struct{ quickfix.FIXUTCTimestamp }

TransactTimeField is a UTCTIMESTAMP field.

func NewTransactTime

func NewTransactTime(val time.Time) TransactTimeField

NewTransactTime returns a new TransactTimeField initialized with val.

func NewTransactTimeNoMillis

func NewTransactTimeNoMillis(val time.Time) TransactTimeField

NewTransactTimeNoMillis returns a new TransactTimeField initialized with val without millisecs.

func NewTransactTimeWithPrecision

func NewTransactTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) TransactTimeField

NewTransactTimeWithPrecision returns a new TransactTimeField initialized with val of specified precision.

func (TransactTimeField) Tag

func (f TransactTimeField) Tag() quickfix.Tag

Tag returns tag.TransactTime (60).

func (TransactTimeField) Value

func (f TransactTimeField) Value() time.Time

type TriggerPriceDirectionField

type TriggerPriceDirectionField struct{ quickfix.FIXString }

TriggerPriceDirectionField is a enum.TriggerPriceDirection field.

func (TriggerPriceDirectionField) Tag

Tag returns tag.TriggerPriceDirection (1109).

func (TriggerPriceDirectionField) Value

type URLLinkField

type URLLinkField struct{ quickfix.FIXString }

URLLinkField is a STRING field.

func NewURLLink(val string) URLLinkField

NewURLLink returns a new URLLinkField initialized with val.

func (URLLinkField) Tag

func (f URLLinkField) Tag() quickfix.Tag

Tag returns tag.URLLink (149).

func (URLLinkField) Value

func (f URLLinkField) Value() string

type UnderlyingContractMultiplierField

type UnderlyingContractMultiplierField struct{ quickfix.FIXDecimal }

UnderlyingContractMultiplierField is a FLOAT field.

func NewUnderlyingContractMultiplier

func NewUnderlyingContractMultiplier(val decimal.Decimal, scale int32) UnderlyingContractMultiplierField

NewUnderlyingContractMultiplier returns a new UnderlyingContractMultiplierField initialized with val and scale.

func (UnderlyingContractMultiplierField) Tag

Tag returns tag.UnderlyingContractMultiplier (436).

func (UnderlyingContractMultiplierField) Value

type UnderlyingCouponRateField

type UnderlyingCouponRateField struct{ quickfix.FIXDecimal }

UnderlyingCouponRateField is a FLOAT field.

func NewUnderlyingCouponRate

func NewUnderlyingCouponRate(val decimal.Decimal, scale int32) UnderlyingCouponRateField

NewUnderlyingCouponRate returns a new UnderlyingCouponRateField initialized with val and scale.

func (UnderlyingCouponRateField) Tag

Tag returns tag.UnderlyingCouponRate (435).

func (UnderlyingCouponRateField) Value

func (f UnderlyingCouponRateField) Value() (val decimal.Decimal)

type UnderlyingCurrencyField

type UnderlyingCurrencyField struct{ quickfix.FIXString }

UnderlyingCurrencyField is a CURRENCY field.

func NewUnderlyingCurrency

func NewUnderlyingCurrency(val string) UnderlyingCurrencyField

NewUnderlyingCurrency returns a new UnderlyingCurrencyField initialized with val.

func (UnderlyingCurrencyField) Tag

Tag returns tag.UnderlyingCurrency (318).

func (UnderlyingCurrencyField) Value

func (f UnderlyingCurrencyField) Value() string

type UnderlyingIDSourceField

type UnderlyingIDSourceField struct{ quickfix.FIXString }

UnderlyingIDSourceField is a STRING field.

func NewUnderlyingIDSource

func NewUnderlyingIDSource(val string) UnderlyingIDSourceField

NewUnderlyingIDSource returns a new UnderlyingIDSourceField initialized with val.

func (UnderlyingIDSourceField) Tag

Tag returns tag.UnderlyingIDSource (305).

func (UnderlyingIDSourceField) Value

func (f UnderlyingIDSourceField) Value() string

type UnderlyingIssuerField

type UnderlyingIssuerField struct{ quickfix.FIXString }

UnderlyingIssuerField is a STRING field.

func NewUnderlyingIssuer

func NewUnderlyingIssuer(val string) UnderlyingIssuerField

NewUnderlyingIssuer returns a new UnderlyingIssuerField initialized with val.

func (UnderlyingIssuerField) Tag

Tag returns tag.UnderlyingIssuer (306).

func (UnderlyingIssuerField) Value

func (f UnderlyingIssuerField) Value() string

type UnderlyingMaturityDayField

type UnderlyingMaturityDayField struct{ quickfix.FIXInt }

UnderlyingMaturityDayField is a DAYOFMONTH field.

func NewUnderlyingMaturityDay

func NewUnderlyingMaturityDay(val int) UnderlyingMaturityDayField

NewUnderlyingMaturityDay returns a new UnderlyingMaturityDayField initialized with val.

func (UnderlyingMaturityDayField) Tag

Tag returns tag.UnderlyingMaturityDay (314).

func (UnderlyingMaturityDayField) Value

func (f UnderlyingMaturityDayField) Value() int

type UnderlyingMaturityMonthYearField

type UnderlyingMaturityMonthYearField struct{ quickfix.FIXString }

UnderlyingMaturityMonthYearField is a MONTHYEAR field.

func NewUnderlyingMaturityMonthYear

func NewUnderlyingMaturityMonthYear(val string) UnderlyingMaturityMonthYearField

NewUnderlyingMaturityMonthYear returns a new UnderlyingMaturityMonthYearField initialized with val.

func (UnderlyingMaturityMonthYearField) Tag

Tag returns tag.UnderlyingMaturityMonthYear (313).

func (UnderlyingMaturityMonthYearField) Value

type UnderlyingOptAttributeField

type UnderlyingOptAttributeField struct{ quickfix.FIXString }

UnderlyingOptAttributeField is a CHAR field.

func NewUnderlyingOptAttribute

func NewUnderlyingOptAttribute(val string) UnderlyingOptAttributeField

NewUnderlyingOptAttribute returns a new UnderlyingOptAttributeField initialized with val.

func (UnderlyingOptAttributeField) Tag

Tag returns tag.UnderlyingOptAttribute (317).

func (UnderlyingOptAttributeField) Value

type UnderlyingPutOrCallField

type UnderlyingPutOrCallField struct{ quickfix.FIXInt }

UnderlyingPutOrCallField is a INT field.

func NewUnderlyingPutOrCall

func NewUnderlyingPutOrCall(val int) UnderlyingPutOrCallField

NewUnderlyingPutOrCall returns a new UnderlyingPutOrCallField initialized with val.

func (UnderlyingPutOrCallField) Tag

Tag returns tag.UnderlyingPutOrCall (315).

func (UnderlyingPutOrCallField) Value

func (f UnderlyingPutOrCallField) Value() int

type UnderlyingSecurityDescField

type UnderlyingSecurityDescField struct{ quickfix.FIXString }

UnderlyingSecurityDescField is a STRING field.

func NewUnderlyingSecurityDesc

func NewUnderlyingSecurityDesc(val string) UnderlyingSecurityDescField

NewUnderlyingSecurityDesc returns a new UnderlyingSecurityDescField initialized with val.

func (UnderlyingSecurityDescField) Tag

Tag returns tag.UnderlyingSecurityDesc (307).

func (UnderlyingSecurityDescField) Value

type UnderlyingSecurityExchangeField

type UnderlyingSecurityExchangeField struct{ quickfix.FIXString }

UnderlyingSecurityExchangeField is a EXCHANGE field.

func NewUnderlyingSecurityExchange

func NewUnderlyingSecurityExchange(val string) UnderlyingSecurityExchangeField

NewUnderlyingSecurityExchange returns a new UnderlyingSecurityExchangeField initialized with val.

func (UnderlyingSecurityExchangeField) Tag

Tag returns tag.UnderlyingSecurityExchange (308).

func (UnderlyingSecurityExchangeField) Value

type UnderlyingSecurityIDField

type UnderlyingSecurityIDField struct{ quickfix.FIXString }

UnderlyingSecurityIDField is a STRING field.

func NewUnderlyingSecurityID

func NewUnderlyingSecurityID(val string) UnderlyingSecurityIDField

NewUnderlyingSecurityID returns a new UnderlyingSecurityIDField initialized with val.

func (UnderlyingSecurityIDField) Tag

Tag returns tag.UnderlyingSecurityID (309).

func (UnderlyingSecurityIDField) Value

type UnderlyingSecurityTypeField

type UnderlyingSecurityTypeField struct{ quickfix.FIXString }

UnderlyingSecurityTypeField is a STRING field.

func NewUnderlyingSecurityType

func NewUnderlyingSecurityType(val string) UnderlyingSecurityTypeField

NewUnderlyingSecurityType returns a new UnderlyingSecurityTypeField initialized with val.

func (UnderlyingSecurityTypeField) Tag

Tag returns tag.UnderlyingSecurityType (310).

func (UnderlyingSecurityTypeField) Value

type UnderlyingStrikePriceField

type UnderlyingStrikePriceField struct{ quickfix.FIXDecimal }

UnderlyingStrikePriceField is a PRICE field.

func NewUnderlyingStrikePrice

func NewUnderlyingStrikePrice(val decimal.Decimal, scale int32) UnderlyingStrikePriceField

NewUnderlyingStrikePrice returns a new UnderlyingStrikePriceField initialized with val and scale.

func (UnderlyingStrikePriceField) Tag

Tag returns tag.UnderlyingStrikePrice (316).

func (UnderlyingStrikePriceField) Value

func (f UnderlyingStrikePriceField) Value() (val decimal.Decimal)

type UnderlyingSymbolField

type UnderlyingSymbolField struct{ quickfix.FIXString }

UnderlyingSymbolField is a STRING field.

func NewUnderlyingSymbol

func NewUnderlyingSymbol(val string) UnderlyingSymbolField

NewUnderlyingSymbol returns a new UnderlyingSymbolField initialized with val.

func (UnderlyingSymbolField) Tag

Tag returns tag.UnderlyingSymbol (311).

func (UnderlyingSymbolField) Value

func (f UnderlyingSymbolField) Value() string

type UnderlyingSymbolSfxField

type UnderlyingSymbolSfxField struct{ quickfix.FIXString }

UnderlyingSymbolSfxField is a STRING field.

func NewUnderlyingSymbolSfx

func NewUnderlyingSymbolSfx(val string) UnderlyingSymbolSfxField

NewUnderlyingSymbolSfx returns a new UnderlyingSymbolSfxField initialized with val.

func (UnderlyingSymbolSfxField) Tag

Tag returns tag.UnderlyingSymbolSfx (312).

func (UnderlyingSymbolSfxField) Value

func (f UnderlyingSymbolSfxField) Value() string

type UnsolicitedIndicatorField

type UnsolicitedIndicatorField struct{ quickfix.FIXBoolean }

UnsolicitedIndicatorField is a BOOLEAN field.

func NewUnsolicitedIndicator

func NewUnsolicitedIndicator(val bool) UnsolicitedIndicatorField

NewUnsolicitedIndicator returns a new UnsolicitedIndicatorField initialized with val.

func (UnsolicitedIndicatorField) Tag

Tag returns tag.UnsolicitedIndicator (325).

func (UnsolicitedIndicatorField) Value

func (f UnsolicitedIndicatorField) Value() bool

type UrgencyField

type UrgencyField struct{ quickfix.FIXString }

UrgencyField is a enum.Urgency field.

func NewUrgency

func NewUrgency(val enum.Urgency) UrgencyField

func (UrgencyField) Tag

func (f UrgencyField) Tag() quickfix.Tag

Tag returns tag.Urgency (61).

func (UrgencyField) Value

func (f UrgencyField) Value() enum.Urgency

type ValidUntilTimeField

type ValidUntilTimeField struct{ quickfix.FIXUTCTimestamp }

ValidUntilTimeField is a UTCTIMESTAMP field.

func NewValidUntilTime

func NewValidUntilTime(val time.Time) ValidUntilTimeField

NewValidUntilTime returns a new ValidUntilTimeField initialized with val.

func NewValidUntilTimeNoMillis

func NewValidUntilTimeNoMillis(val time.Time) ValidUntilTimeField

NewValidUntilTimeNoMillis returns a new ValidUntilTimeField initialized with val without millisecs.

func NewValidUntilTimeWithPrecision

func NewValidUntilTimeWithPrecision(val time.Time, precision quickfix.TimestampPrecision) ValidUntilTimeField

NewValidUntilTimeWithPrecision returns a new ValidUntilTimeField initialized with val of specified precision.

func (ValidUntilTimeField) Tag

Tag returns tag.ValidUntilTime (62).

func (ValidUntilTimeField) Value

func (f ValidUntilTimeField) Value() time.Time

type ValueOfFuturesField

type ValueOfFuturesField struct{ quickfix.FIXDecimal }

ValueOfFuturesField is a AMT field.

func NewValueOfFutures

func NewValueOfFutures(val decimal.Decimal, scale int32) ValueOfFuturesField

NewValueOfFutures returns a new ValueOfFuturesField initialized with val and scale.

func (ValueOfFuturesField) Tag

Tag returns tag.ValueOfFutures (408).

func (ValueOfFuturesField) Value

func (f ValueOfFuturesField) Value() (val decimal.Decimal)

type WaveNoField

type WaveNoField struct{ quickfix.FIXString }

WaveNoField is a STRING field.

func NewWaveNo

func NewWaveNo(val string) WaveNoField

NewWaveNo returns a new WaveNoField initialized with val.

func (WaveNoField) Tag

func (f WaveNoField) Tag() quickfix.Tag

Tag returns tag.WaveNo (105).

func (WaveNoField) Value

func (f WaveNoField) Value() string

type WtAverageLiquidityField

type WtAverageLiquidityField struct{ quickfix.FIXDecimal }

WtAverageLiquidityField is a FLOAT field.

func NewWtAverageLiquidity

func NewWtAverageLiquidity(val decimal.Decimal, scale int32) WtAverageLiquidityField

NewWtAverageLiquidity returns a new WtAverageLiquidityField initialized with val and scale.

func (WtAverageLiquidityField) Tag

Tag returns tag.WtAverageLiquidity (410).

func (WtAverageLiquidityField) Value

func (f WtAverageLiquidityField) Value() (val decimal.Decimal)

type XmlDataField

type XmlDataField struct{ quickfix.FIXString }

XmlDataField is a DATA field.

func NewXmlData

func NewXmlData(val string) XmlDataField

NewXmlData returns a new XmlDataField initialized with val.

func (XmlDataField) Tag

func (f XmlDataField) Tag() quickfix.Tag

Tag returns tag.XmlData (213).

func (XmlDataField) Value

func (f XmlDataField) Value() string

type XmlDataLenField

type XmlDataLenField struct{ quickfix.FIXInt }

XmlDataLenField is a LENGTH field.

func NewXmlDataLen

func NewXmlDataLen(val int) XmlDataLenField

NewXmlDataLen returns a new XmlDataLenField initialized with val.

func (XmlDataLenField) Tag

func (f XmlDataLenField) Tag() quickfix.Tag

Tag returns tag.XmlDataLen (212).

func (XmlDataLenField) Value

func (f XmlDataLenField) Value() int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL