field

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2017 License: Apache-1.1 Imports: 5 Imported by: 0

Documentation

Overview

Package field declares standard FIX fields.

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 added in v0.6.0

func (f AccountField) Value() string

type AccountTypeField

type AccountTypeField struct{ quickfix.FIXString }

AccountTypeField is a enum.AccountType field

func NewAccountType

func NewAccountType(val enum.AccountType) AccountTypeField

func (AccountTypeField) Tag

func (f AccountTypeField) Tag() quickfix.Tag

Tag returns tag.AccountType (581)

func (AccountTypeField) Value added in v0.6.0

func (f AccountTypeField) Value() enum.AccountType

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 added in v0.6.0

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

type AccruedInterestRateField

type AccruedInterestRateField struct{ quickfix.FIXDecimal }

AccruedInterestRateField is a PERCENTAGE 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 added in v0.6.0

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

type AcctIDSourceField

type AcctIDSourceField struct{ quickfix.FIXString }

AcctIDSourceField is a enum.AcctIDSource field

func NewAcctIDSource

func NewAcctIDSource(val enum.AcctIDSource) AcctIDSourceField

func (AcctIDSourceField) Tag

func (f AcctIDSourceField) Tag() quickfix.Tag

Tag returns tag.AcctIDSource (660)

func (AcctIDSourceField) Value added in v0.6.0

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 added in v0.6.0

func (f AdjustmentField) Value() enum.Adjustment

type AdjustmentTypeField

type AdjustmentTypeField struct{ quickfix.FIXString }

AdjustmentTypeField is a enum.AdjustmentType field

func NewAdjustmentType

func NewAdjustmentType(val enum.AdjustmentType) AdjustmentTypeField

func (AdjustmentTypeField) Tag

Tag returns tag.AdjustmentType (718)

func (AdjustmentTypeField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

type AffectedOrderIDField

type AffectedOrderIDField struct{ quickfix.FIXString }

AffectedOrderIDField is a STRING field

func NewAffectedOrderID

func NewAffectedOrderID(val string) AffectedOrderIDField

NewAffectedOrderID returns a new AffectedOrderIDField initialized with val

func (AffectedOrderIDField) Tag

Tag returns tag.AffectedOrderID (535)

func (AffectedOrderIDField) Value added in v0.6.0

func (f AffectedOrderIDField) Value() string

type AffectedSecondaryOrderIDField

type AffectedSecondaryOrderIDField struct{ quickfix.FIXString }

AffectedSecondaryOrderIDField is a STRING field

func NewAffectedSecondaryOrderID

func NewAffectedSecondaryOrderID(val string) AffectedSecondaryOrderIDField

NewAffectedSecondaryOrderID returns a new AffectedSecondaryOrderIDField initialized with val

func (AffectedSecondaryOrderIDField) Tag

Tag returns tag.AffectedSecondaryOrderID (536)

func (AffectedSecondaryOrderIDField) Value added in v0.6.0

type AffirmStatusField

type AffirmStatusField struct{ quickfix.FIXString }

AffirmStatusField is a enum.AffirmStatus field

func NewAffirmStatus

func NewAffirmStatus(val enum.AffirmStatus) AffirmStatusField

func (AffirmStatusField) Tag

func (f AffirmStatusField) Tag() quickfix.Tag

Tag returns tag.AffirmStatus (940)

func (AffirmStatusField) Value added in v0.6.0

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 added in v0.6.0

func (f AggregatedBookField) Value() bool

type AggressorIndicatorField

type AggressorIndicatorField struct{ quickfix.FIXBoolean }

AggressorIndicatorField is a BOOLEAN field

func NewAggressorIndicator

func NewAggressorIndicator(val bool) AggressorIndicatorField

NewAggressorIndicator returns a new AggressorIndicatorField initialized with val

func (AggressorIndicatorField) Tag

Tag returns tag.AggressorIndicator (1057)

func (AggressorIndicatorField) Value added in v0.6.0

func (f AggressorIndicatorField) Value() bool

type AgreementCurrencyField

type AgreementCurrencyField struct{ quickfix.FIXString }

AgreementCurrencyField is a CURRENCY field

func NewAgreementCurrency

func NewAgreementCurrency(val string) AgreementCurrencyField

NewAgreementCurrency returns a new AgreementCurrencyField initialized with val

func (AgreementCurrencyField) Tag

Tag returns tag.AgreementCurrency (918)

func (AgreementCurrencyField) Value added in v0.6.0

func (f AgreementCurrencyField) Value() string

type AgreementDateField

type AgreementDateField struct{ quickfix.FIXString }

AgreementDateField is a LOCALMKTDATE field

func NewAgreementDate

func NewAgreementDate(val string) AgreementDateField

NewAgreementDate returns a new AgreementDateField initialized with val

func (AgreementDateField) Tag

Tag returns tag.AgreementDate (915)

func (AgreementDateField) Value added in v0.6.0

func (f AgreementDateField) Value() string

type AgreementDescField

type AgreementDescField struct{ quickfix.FIXString }

AgreementDescField is a STRING field

func NewAgreementDesc

func NewAgreementDesc(val string) AgreementDescField

NewAgreementDesc returns a new AgreementDescField initialized with val

func (AgreementDescField) Tag

Tag returns tag.AgreementDesc (913)

func (AgreementDescField) Value added in v0.6.0

func (f AgreementDescField) Value() string

type AgreementIDField

type AgreementIDField struct{ quickfix.FIXString }

AgreementIDField is a STRING field

func NewAgreementID

func NewAgreementID(val string) AgreementIDField

NewAgreementID returns a new AgreementIDField initialized with val

func (AgreementIDField) Tag

func (f AgreementIDField) Tag() quickfix.Tag

Tag returns tag.AgreementID (914)

func (AgreementIDField) Value added in v0.6.0

func (f AgreementIDField) Value() string

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 added in v0.6.0

func (f AllocAccountField) Value() string

type AllocAccountTypeField

type AllocAccountTypeField struct{ quickfix.FIXString }

AllocAccountTypeField is a enum.AllocAccountType field

func (AllocAccountTypeField) Tag

Tag returns tag.AllocAccountType (798)

func (AllocAccountTypeField) Value added in v0.6.0

type AllocAccruedInterestAmtField

type AllocAccruedInterestAmtField struct{ quickfix.FIXDecimal }

AllocAccruedInterestAmtField is a AMT field

func NewAllocAccruedInterestAmt

func NewAllocAccruedInterestAmt(val decimal.Decimal, scale int32) AllocAccruedInterestAmtField

NewAllocAccruedInterestAmt returns a new AllocAccruedInterestAmtField initialized with val and scale

func (AllocAccruedInterestAmtField) Tag

Tag returns tag.AllocAccruedInterestAmt (742)

func (AllocAccruedInterestAmtField) Value added in v0.6.0

type AllocAcctIDSourceField

type AllocAcctIDSourceField struct{ quickfix.FIXInt }

AllocAcctIDSourceField is a INT field

func NewAllocAcctIDSource

func NewAllocAcctIDSource(val int) AllocAcctIDSourceField

NewAllocAcctIDSource returns a new AllocAcctIDSourceField initialized with val

func (AllocAcctIDSourceField) Tag

Tag returns tag.AllocAcctIDSource (661)

func (AllocAcctIDSourceField) Value added in v0.6.0

func (f AllocAcctIDSourceField) Value() int

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 added in v0.6.0

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

type AllocCancReplaceReasonField

type AllocCancReplaceReasonField struct{ quickfix.FIXString }

AllocCancReplaceReasonField is a enum.AllocCancReplaceReason field

func (AllocCancReplaceReasonField) Tag

Tag returns tag.AllocCancReplaceReason (796)

func (AllocCancReplaceReasonField) Value added in v0.6.0

type AllocClearingFeeIndicatorField

type AllocClearingFeeIndicatorField struct{ quickfix.FIXString }

AllocClearingFeeIndicatorField is a STRING field

func NewAllocClearingFeeIndicator

func NewAllocClearingFeeIndicator(val string) AllocClearingFeeIndicatorField

NewAllocClearingFeeIndicator returns a new AllocClearingFeeIndicatorField initialized with val

func (AllocClearingFeeIndicatorField) Tag

Tag returns tag.AllocClearingFeeIndicator (1136)

func (AllocClearingFeeIndicatorField) Value added in v0.6.0

type AllocCustomerCapacityField

type AllocCustomerCapacityField struct{ quickfix.FIXString }

AllocCustomerCapacityField is a STRING field

func NewAllocCustomerCapacity

func NewAllocCustomerCapacity(val string) AllocCustomerCapacityField

NewAllocCustomerCapacity returns a new AllocCustomerCapacityField initialized with val

func (AllocCustomerCapacityField) Tag

Tag returns tag.AllocCustomerCapacity (993)

func (AllocCustomerCapacityField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f AllocIDField) Value() string

type AllocInterestAtMaturityField

type AllocInterestAtMaturityField struct{ quickfix.FIXDecimal }

AllocInterestAtMaturityField is a AMT field

func NewAllocInterestAtMaturity

func NewAllocInterestAtMaturity(val decimal.Decimal, scale int32) AllocInterestAtMaturityField

NewAllocInterestAtMaturity returns a new AllocInterestAtMaturityField initialized with val and scale

func (AllocInterestAtMaturityField) Tag

Tag returns tag.AllocInterestAtMaturity (741)

func (AllocInterestAtMaturityField) Value added in v0.6.0

type AllocIntermedReqTypeField

type AllocIntermedReqTypeField struct{ quickfix.FIXString }

AllocIntermedReqTypeField is a enum.AllocIntermedReqType field

func (AllocIntermedReqTypeField) Tag

Tag returns tag.AllocIntermedReqType (808)

func (AllocIntermedReqTypeField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

type AllocMethodField

type AllocMethodField struct{ quickfix.FIXString }

AllocMethodField is a enum.AllocMethod field

func NewAllocMethod

func NewAllocMethod(val enum.AllocMethod) AllocMethodField

func (AllocMethodField) Tag

func (f AllocMethodField) Tag() quickfix.Tag

Tag returns tag.AllocMethod (1002)

func (AllocMethodField) Value added in v0.6.0

func (f AllocMethodField) Value() enum.AllocMethod

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 added in v0.6.0

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

type AllocNoOrdersTypeField

type AllocNoOrdersTypeField struct{ quickfix.FIXString }

AllocNoOrdersTypeField is a enum.AllocNoOrdersType field

func (AllocNoOrdersTypeField) Tag

Tag returns tag.AllocNoOrdersType (857)

func (AllocNoOrdersTypeField) Value added in v0.6.0

type AllocPositionEffectField

type AllocPositionEffectField struct{ quickfix.FIXString }

AllocPositionEffectField is a enum.AllocPositionEffect field

func (AllocPositionEffectField) Tag

Tag returns tag.AllocPositionEffect (1047)

func (AllocPositionEffectField) Value added in v0.6.0

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 added in v0.6.0

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

type AllocQtyField

type AllocQtyField struct{ quickfix.FIXDecimal }

AllocQtyField is a QTY field

func NewAllocQty

func NewAllocQty(val decimal.Decimal, scale int32) AllocQtyField

NewAllocQty returns a new AllocQtyField initialized with val and scale

func (AllocQtyField) Tag

func (f AllocQtyField) Tag() quickfix.Tag

Tag returns tag.AllocQty (80)

func (AllocQtyField) Value added in v0.6.0

func (f AllocQtyField) 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 added in v0.6.0

type AllocReportIDField

type AllocReportIDField struct{ quickfix.FIXString }

AllocReportIDField is a STRING field

func NewAllocReportID

func NewAllocReportID(val string) AllocReportIDField

NewAllocReportID returns a new AllocReportIDField initialized with val

func (AllocReportIDField) Tag

Tag returns tag.AllocReportID (755)

func (AllocReportIDField) Value added in v0.6.0

func (f AllocReportIDField) Value() string

type AllocReportRefIDField

type AllocReportRefIDField struct{ quickfix.FIXString }

AllocReportRefIDField is a STRING field

func NewAllocReportRefID

func NewAllocReportRefID(val string) AllocReportRefIDField

NewAllocReportRefID returns a new AllocReportRefIDField initialized with val

func (AllocReportRefIDField) Tag

Tag returns tag.AllocReportRefID (795)

func (AllocReportRefIDField) Value added in v0.6.0

func (f AllocReportRefIDField) Value() string

type AllocReportTypeField

type AllocReportTypeField struct{ quickfix.FIXString }

AllocReportTypeField is a enum.AllocReportType field

func NewAllocReportType

func NewAllocReportType(val enum.AllocReportType) AllocReportTypeField

func (AllocReportTypeField) Tag

Tag returns tag.AllocReportType (794)

func (AllocReportTypeField) Value added in v0.6.0

type AllocSettlCurrAmtField

type AllocSettlCurrAmtField struct{ quickfix.FIXDecimal }

AllocSettlCurrAmtField is a AMT field

func NewAllocSettlCurrAmt

func NewAllocSettlCurrAmt(val decimal.Decimal, scale int32) AllocSettlCurrAmtField

NewAllocSettlCurrAmt returns a new AllocSettlCurrAmtField initialized with val and scale

func (AllocSettlCurrAmtField) Tag

Tag returns tag.AllocSettlCurrAmt (737)

func (AllocSettlCurrAmtField) Value added in v0.6.0

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

type AllocSettlCurrencyField

type AllocSettlCurrencyField struct{ quickfix.FIXString }

AllocSettlCurrencyField is a CURRENCY field

func NewAllocSettlCurrency

func NewAllocSettlCurrency(val string) AllocSettlCurrencyField

NewAllocSettlCurrency returns a new AllocSettlCurrencyField initialized with val

func (AllocSettlCurrencyField) Tag

Tag returns tag.AllocSettlCurrency (736)

func (AllocSettlCurrencyField) Value added in v0.6.0

func (f AllocSettlCurrencyField) Value() string

type AllocSettlInstTypeField

type AllocSettlInstTypeField struct{ quickfix.FIXString }

AllocSettlInstTypeField is a enum.AllocSettlInstType field

func (AllocSettlInstTypeField) Tag

Tag returns tag.AllocSettlInstType (780)

func (AllocSettlInstTypeField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

type AllocTypeField

type AllocTypeField struct{ quickfix.FIXString }

AllocTypeField is a enum.AllocType field

func NewAllocType

func NewAllocType(val enum.AllocType) AllocTypeField

func (AllocTypeField) Tag

func (f AllocTypeField) Tag() quickfix.Tag

Tag returns tag.AllocType (626)

func (AllocTypeField) Value added in v0.6.0

func (f AllocTypeField) Value() enum.AllocType

type AllowableOneSidednessCurrField

type AllowableOneSidednessCurrField struct{ quickfix.FIXString }

AllowableOneSidednessCurrField is a CURRENCY field

func NewAllowableOneSidednessCurr

func NewAllowableOneSidednessCurr(val string) AllowableOneSidednessCurrField

NewAllowableOneSidednessCurr returns a new AllowableOneSidednessCurrField initialized with val

func (AllowableOneSidednessCurrField) Tag

Tag returns tag.AllowableOneSidednessCurr (767)

func (AllowableOneSidednessCurrField) Value added in v0.6.0

type AllowableOneSidednessPctField

type AllowableOneSidednessPctField struct{ quickfix.FIXDecimal }

AllowableOneSidednessPctField is a PERCENTAGE field

func NewAllowableOneSidednessPct

func NewAllowableOneSidednessPct(val decimal.Decimal, scale int32) AllowableOneSidednessPctField

NewAllowableOneSidednessPct returns a new AllowableOneSidednessPctField initialized with val and scale

func (AllowableOneSidednessPctField) Tag

Tag returns tag.AllowableOneSidednessPct (765)

func (AllowableOneSidednessPctField) Value added in v0.6.0

type AllowableOneSidednessValueField

type AllowableOneSidednessValueField struct{ quickfix.FIXDecimal }

AllowableOneSidednessValueField is a AMT field

func NewAllowableOneSidednessValue

func NewAllowableOneSidednessValue(val decimal.Decimal, scale int32) AllowableOneSidednessValueField

NewAllowableOneSidednessValue returns a new AllowableOneSidednessValueField initialized with val and scale

func (AllowableOneSidednessValueField) Tag

Tag returns tag.AllowableOneSidednessValue (766)

func (AllowableOneSidednessValueField) Value added in v0.6.0

type AltMDSourceIDField

type AltMDSourceIDField struct{ quickfix.FIXString }

AltMDSourceIDField is a STRING field

func NewAltMDSourceID

func NewAltMDSourceID(val string) AltMDSourceIDField

NewAltMDSourceID returns a new AltMDSourceIDField initialized with val

func (AltMDSourceIDField) Tag

Tag returns tag.AltMDSourceID (817)

func (AltMDSourceIDField) Value added in v0.6.0

func (f AltMDSourceIDField) Value() string

type ApplBegSeqNumField

type ApplBegSeqNumField struct{ quickfix.FIXInt }

ApplBegSeqNumField is a SEQNUM field

func NewApplBegSeqNum

func NewApplBegSeqNum(val int) ApplBegSeqNumField

NewApplBegSeqNum returns a new ApplBegSeqNumField initialized with val

func (ApplBegSeqNumField) Tag

Tag returns tag.ApplBegSeqNum (1182)

func (ApplBegSeqNumField) Value added in v0.6.0

func (f ApplBegSeqNumField) Value() int

type ApplEndSeqNumField

type ApplEndSeqNumField struct{ quickfix.FIXInt }

ApplEndSeqNumField is a SEQNUM field

func NewApplEndSeqNum

func NewApplEndSeqNum(val int) ApplEndSeqNumField

NewApplEndSeqNum returns a new ApplEndSeqNumField initialized with val

func (ApplEndSeqNumField) Tag

Tag returns tag.ApplEndSeqNum (1183)

func (ApplEndSeqNumField) Value added in v0.6.0

func (f ApplEndSeqNumField) Value() int

type ApplExtIDField

type ApplExtIDField struct{ quickfix.FIXInt }

ApplExtIDField is a INT field

func NewApplExtID

func NewApplExtID(val int) ApplExtIDField

NewApplExtID returns a new ApplExtIDField initialized with val

func (ApplExtIDField) Tag

func (f ApplExtIDField) Tag() quickfix.Tag

Tag returns tag.ApplExtID (1156)

func (ApplExtIDField) Value added in v0.6.0

func (f ApplExtIDField) Value() int

type ApplIDField

type ApplIDField struct{ quickfix.FIXString }

ApplIDField is a STRING field

func NewApplID

func NewApplID(val string) ApplIDField

NewApplID returns a new ApplIDField initialized with val

func (ApplIDField) Tag

func (f ApplIDField) Tag() quickfix.Tag

Tag returns tag.ApplID (1180)

func (ApplIDField) Value added in v0.6.0

func (f ApplIDField) Value() string

type ApplLastSeqNumField

type ApplLastSeqNumField struct{ quickfix.FIXInt }

ApplLastSeqNumField is a SEQNUM field

func NewApplLastSeqNum

func NewApplLastSeqNum(val int) ApplLastSeqNumField

NewApplLastSeqNum returns a new ApplLastSeqNumField initialized with val

func (ApplLastSeqNumField) Tag

Tag returns tag.ApplLastSeqNum (1350)

func (ApplLastSeqNumField) Value added in v0.6.0

func (f ApplLastSeqNumField) Value() int

type ApplNewSeqNumField

type ApplNewSeqNumField struct{ quickfix.FIXInt }

ApplNewSeqNumField is a SEQNUM field

func NewApplNewSeqNum

func NewApplNewSeqNum(val int) ApplNewSeqNumField

NewApplNewSeqNum returns a new ApplNewSeqNumField initialized with val

func (ApplNewSeqNumField) Tag

Tag returns tag.ApplNewSeqNum (1399)

func (ApplNewSeqNumField) Value added in v0.6.0

func (f ApplNewSeqNumField) Value() int

type ApplQueueActionField

type ApplQueueActionField struct{ quickfix.FIXString }

ApplQueueActionField is a enum.ApplQueueAction field

func NewApplQueueAction

func NewApplQueueAction(val enum.ApplQueueAction) ApplQueueActionField

func (ApplQueueActionField) Tag

Tag returns tag.ApplQueueAction (815)

func (ApplQueueActionField) Value added in v0.6.0

type ApplQueueDepthField

type ApplQueueDepthField struct{ quickfix.FIXInt }

ApplQueueDepthField is a INT field

func NewApplQueueDepth

func NewApplQueueDepth(val int) ApplQueueDepthField

NewApplQueueDepth returns a new ApplQueueDepthField initialized with val

func (ApplQueueDepthField) Tag

Tag returns tag.ApplQueueDepth (813)

func (ApplQueueDepthField) Value added in v0.6.0

func (f ApplQueueDepthField) Value() int

type ApplQueueMaxField

type ApplQueueMaxField struct{ quickfix.FIXInt }

ApplQueueMaxField is a INT field

func NewApplQueueMax

func NewApplQueueMax(val int) ApplQueueMaxField

NewApplQueueMax returns a new ApplQueueMaxField initialized with val

func (ApplQueueMaxField) Tag

func (f ApplQueueMaxField) Tag() quickfix.Tag

Tag returns tag.ApplQueueMax (812)

func (ApplQueueMaxField) Value added in v0.6.0

func (f ApplQueueMaxField) Value() int

type ApplQueueResolutionField

type ApplQueueResolutionField struct{ quickfix.FIXString }

ApplQueueResolutionField is a enum.ApplQueueResolution field

func (ApplQueueResolutionField) Tag

Tag returns tag.ApplQueueResolution (814)

func (ApplQueueResolutionField) Value added in v0.6.0

type ApplReportIDField

type ApplReportIDField struct{ quickfix.FIXString }

ApplReportIDField is a STRING field

func NewApplReportID

func NewApplReportID(val string) ApplReportIDField

NewApplReportID returns a new ApplReportIDField initialized with val

func (ApplReportIDField) Tag

func (f ApplReportIDField) Tag() quickfix.Tag

Tag returns tag.ApplReportID (1356)

func (ApplReportIDField) Value added in v0.6.0

func (f ApplReportIDField) Value() string

type ApplReportTypeField

type ApplReportTypeField struct{ quickfix.FIXString }

ApplReportTypeField is a enum.ApplReportType field

func NewApplReportType

func NewApplReportType(val enum.ApplReportType) ApplReportTypeField

func (ApplReportTypeField) Tag

Tag returns tag.ApplReportType (1426)

func (ApplReportTypeField) Value added in v0.6.0

type ApplReqIDField

type ApplReqIDField struct{ quickfix.FIXString }

ApplReqIDField is a STRING field

func NewApplReqID

func NewApplReqID(val string) ApplReqIDField

NewApplReqID returns a new ApplReqIDField initialized with val

func (ApplReqIDField) Tag

func (f ApplReqIDField) Tag() quickfix.Tag

Tag returns tag.ApplReqID (1346)

func (ApplReqIDField) Value added in v0.6.0

func (f ApplReqIDField) Value() string

type ApplReqTypeField

type ApplReqTypeField struct{ quickfix.FIXString }

ApplReqTypeField is a enum.ApplReqType field

func NewApplReqType

func NewApplReqType(val enum.ApplReqType) ApplReqTypeField

func (ApplReqTypeField) Tag

func (f ApplReqTypeField) Tag() quickfix.Tag

Tag returns tag.ApplReqType (1347)

func (ApplReqTypeField) Value added in v0.6.0

func (f ApplReqTypeField) Value() enum.ApplReqType

type ApplResendFlagField

type ApplResendFlagField struct{ quickfix.FIXBoolean }

ApplResendFlagField is a BOOLEAN field

func NewApplResendFlag

func NewApplResendFlag(val bool) ApplResendFlagField

NewApplResendFlag returns a new ApplResendFlagField initialized with val

func (ApplResendFlagField) Tag

Tag returns tag.ApplResendFlag (1352)

func (ApplResendFlagField) Value added in v0.6.0

func (f ApplResendFlagField) Value() bool

type ApplResponseErrorField

type ApplResponseErrorField struct{ quickfix.FIXString }

ApplResponseErrorField is a enum.ApplResponseError field

func (ApplResponseErrorField) Tag

Tag returns tag.ApplResponseError (1354)

func (ApplResponseErrorField) Value added in v0.6.0

type ApplResponseIDField

type ApplResponseIDField struct{ quickfix.FIXString }

ApplResponseIDField is a STRING field

func NewApplResponseID

func NewApplResponseID(val string) ApplResponseIDField

NewApplResponseID returns a new ApplResponseIDField initialized with val

func (ApplResponseIDField) Tag

Tag returns tag.ApplResponseID (1353)

func (ApplResponseIDField) Value added in v0.6.0

func (f ApplResponseIDField) Value() string

type ApplResponseTypeField

type ApplResponseTypeField struct{ quickfix.FIXString }

ApplResponseTypeField is a enum.ApplResponseType field

func (ApplResponseTypeField) Tag

Tag returns tag.ApplResponseType (1348)

func (ApplResponseTypeField) Value added in v0.6.0

type ApplSeqNumField

type ApplSeqNumField struct{ quickfix.FIXInt }

ApplSeqNumField is a SEQNUM field

func NewApplSeqNum

func NewApplSeqNum(val int) ApplSeqNumField

NewApplSeqNum returns a new ApplSeqNumField initialized with val

func (ApplSeqNumField) Tag

func (f ApplSeqNumField) Tag() quickfix.Tag

Tag returns tag.ApplSeqNum (1181)

func (ApplSeqNumField) Value added in v0.6.0

func (f ApplSeqNumField) Value() int

type ApplTotalMessageCountField

type ApplTotalMessageCountField struct{ quickfix.FIXInt }

ApplTotalMessageCountField is a INT field

func NewApplTotalMessageCount

func NewApplTotalMessageCount(val int) ApplTotalMessageCountField

NewApplTotalMessageCount returns a new ApplTotalMessageCountField initialized with val

func (ApplTotalMessageCountField) Tag

Tag returns tag.ApplTotalMessageCount (1349)

func (ApplTotalMessageCountField) Value added in v0.6.0

func (f ApplTotalMessageCountField) Value() int

type ApplVerIDField

type ApplVerIDField struct{ quickfix.FIXString }

ApplVerIDField is a enum.ApplVerID field

func NewApplVerID

func NewApplVerID(val enum.ApplVerID) ApplVerIDField

func (ApplVerIDField) Tag

func (f ApplVerIDField) Tag() quickfix.Tag

Tag returns tag.ApplVerID (1128)

func (ApplVerIDField) Value added in v0.6.0

func (f ApplVerIDField) Value() enum.ApplVerID

type AsOfIndicatorField

type AsOfIndicatorField struct{ quickfix.FIXString }

AsOfIndicatorField is a enum.AsOfIndicator field

func NewAsOfIndicator

func NewAsOfIndicator(val enum.AsOfIndicator) AsOfIndicatorField

func (AsOfIndicatorField) Tag

Tag returns tag.AsOfIndicator (1015)

func (AsOfIndicatorField) Value added in v0.6.0

type AsgnReqIDField

type AsgnReqIDField struct{ quickfix.FIXString }

AsgnReqIDField is a STRING field

func NewAsgnReqID

func NewAsgnReqID(val string) AsgnReqIDField

NewAsgnReqID returns a new AsgnReqIDField initialized with val

func (AsgnReqIDField) Tag

func (f AsgnReqIDField) Tag() quickfix.Tag

Tag returns tag.AsgnReqID (831)

func (AsgnReqIDField) Value added in v0.6.0

func (f AsgnReqIDField) Value() string

type AsgnRptIDField

type AsgnRptIDField struct{ quickfix.FIXString }

AsgnRptIDField is a STRING field

func NewAsgnRptID

func NewAsgnRptID(val string) AsgnRptIDField

NewAsgnRptID returns a new AsgnRptIDField initialized with val

func (AsgnRptIDField) Tag

func (f AsgnRptIDField) Tag() quickfix.Tag

Tag returns tag.AsgnRptID (833)

func (AsgnRptIDField) Value added in v0.6.0

func (f AsgnRptIDField) Value() string

type AssignmentMethodField

type AssignmentMethodField struct{ quickfix.FIXString }

AssignmentMethodField is a enum.AssignmentMethod field

func (AssignmentMethodField) Tag

Tag returns tag.AssignmentMethod (744)

func (AssignmentMethodField) Value added in v0.6.0

type AssignmentUnitField

type AssignmentUnitField struct{ quickfix.FIXDecimal }

AssignmentUnitField is a QTY field

func NewAssignmentUnit

func NewAssignmentUnit(val decimal.Decimal, scale int32) AssignmentUnitField

NewAssignmentUnit returns a new AssignmentUnitField initialized with val and scale

func (AssignmentUnitField) Tag

Tag returns tag.AssignmentUnit (745)

func (AssignmentUnitField) Value added in v0.6.0

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

type AttachmentPointField

type AttachmentPointField struct{ quickfix.FIXDecimal }

AttachmentPointField is a PERCENTAGE field

func NewAttachmentPoint

func NewAttachmentPoint(val decimal.Decimal, scale int32) AttachmentPointField

NewAttachmentPoint returns a new AttachmentPointField initialized with val and scale

func (AttachmentPointField) Tag

Tag returns tag.AttachmentPoint (1457)

func (AttachmentPointField) Value added in v0.6.0

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

type AutoAcceptIndicatorField

type AutoAcceptIndicatorField struct{ quickfix.FIXBoolean }

AutoAcceptIndicatorField is a BOOLEAN field

func NewAutoAcceptIndicator

func NewAutoAcceptIndicator(val bool) AutoAcceptIndicatorField

NewAutoAcceptIndicator returns a new AutoAcceptIndicatorField initialized with val

func (AutoAcceptIndicatorField) Tag

Tag returns tag.AutoAcceptIndicator (754)

func (AutoAcceptIndicatorField) Value added in v0.6.0

func (f AutoAcceptIndicatorField) Value() bool

type AvgParPxField

type AvgParPxField struct{ quickfix.FIXDecimal }

AvgParPxField is a PRICE field

func NewAvgParPx

func NewAvgParPx(val decimal.Decimal, scale int32) AvgParPxField

NewAvgParPx returns a new AvgParPxField initialized with val and scale

func (AvgParPxField) Tag

func (f AvgParPxField) Tag() quickfix.Tag

Tag returns tag.AvgParPx (860)

func (AvgParPxField) Value added in v0.6.0

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

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 added in v0.6.0

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 added in v0.6.0

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

type AvgPxIndicatorField

type AvgPxIndicatorField struct{ quickfix.FIXString }

AvgPxIndicatorField is a enum.AvgPxIndicator field

func NewAvgPxIndicator

func NewAvgPxIndicator(val enum.AvgPxIndicator) AvgPxIndicatorField

func (AvgPxIndicatorField) Tag

Tag returns tag.AvgPxIndicator (819)

func (AvgPxIndicatorField) Value added in v0.6.0

type AvgPxPrecisionField

type AvgPxPrecisionField struct{ quickfix.FIXInt }

AvgPxPrecisionField is a INT field

func NewAvgPxPrecision

func NewAvgPxPrecision(val int) AvgPxPrecisionField

NewAvgPxPrecision returns a new AvgPxPrecisionField initialized with val

func (AvgPxPrecisionField) Tag

Tag returns tag.AvgPxPrecision (74)

func (AvgPxPrecisionField) Value added in v0.6.0

func (f AvgPxPrecisionField) Value() int

type BasisFeatureDateField

type BasisFeatureDateField struct{ quickfix.FIXString }

BasisFeatureDateField is a LOCALMKTDATE field

func NewBasisFeatureDate

func NewBasisFeatureDate(val string) BasisFeatureDateField

NewBasisFeatureDate returns a new BasisFeatureDateField initialized with val

func (BasisFeatureDateField) Tag

Tag returns tag.BasisFeatureDate (259)

func (BasisFeatureDateField) Value added in v0.6.0

func (f BasisFeatureDateField) Value() string

type BasisFeaturePriceField

type BasisFeaturePriceField struct{ quickfix.FIXDecimal }

BasisFeaturePriceField is a PRICE field

func NewBasisFeaturePrice

func NewBasisFeaturePrice(val decimal.Decimal, scale int32) BasisFeaturePriceField

NewBasisFeaturePrice returns a new BasisFeaturePriceField initialized with val and scale

func (BasisFeaturePriceField) Tag

Tag returns tag.BasisFeaturePrice (260)

func (BasisFeaturePriceField) Value added in v0.6.0

func (f BasisFeaturePriceField) 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 added in v0.6.0

func (f BasisPxTypeField) Value() enum.BasisPxType

type BeginSeqNoField

type BeginSeqNoField struct{ quickfix.FIXInt }

BeginSeqNoField is a SEQNUM 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 added in v0.6.0

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 added in v0.6.0

func (f BeginStringField) Value() string

type BenchmarkCurveCurrencyField

type BenchmarkCurveCurrencyField struct{ quickfix.FIXString }

BenchmarkCurveCurrencyField is a CURRENCY field

func NewBenchmarkCurveCurrency

func NewBenchmarkCurveCurrency(val string) BenchmarkCurveCurrencyField

NewBenchmarkCurveCurrency returns a new BenchmarkCurveCurrencyField initialized with val

func (BenchmarkCurveCurrencyField) Tag

Tag returns tag.BenchmarkCurveCurrency (220)

func (BenchmarkCurveCurrencyField) Value added in v0.6.0

type BenchmarkCurveNameField

type BenchmarkCurveNameField struct{ quickfix.FIXString }

BenchmarkCurveNameField is a enum.BenchmarkCurveName field

func (BenchmarkCurveNameField) Tag

Tag returns tag.BenchmarkCurveName (221)

func (BenchmarkCurveNameField) Value added in v0.6.0

type BenchmarkCurvePointField

type BenchmarkCurvePointField struct{ quickfix.FIXString }

BenchmarkCurvePointField is a STRING field

func NewBenchmarkCurvePoint

func NewBenchmarkCurvePoint(val string) BenchmarkCurvePointField

NewBenchmarkCurvePoint returns a new BenchmarkCurvePointField initialized with val

func (BenchmarkCurvePointField) Tag

Tag returns tag.BenchmarkCurvePoint (222)

func (BenchmarkCurvePointField) Value added in v0.6.0

func (f BenchmarkCurvePointField) 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 added in v0.6.0

func (f BenchmarkField) Value() enum.Benchmark

type BenchmarkPriceField

type BenchmarkPriceField struct{ quickfix.FIXDecimal }

BenchmarkPriceField is a PRICE field

func NewBenchmarkPrice

func NewBenchmarkPrice(val decimal.Decimal, scale int32) BenchmarkPriceField

NewBenchmarkPrice returns a new BenchmarkPriceField initialized with val and scale

func (BenchmarkPriceField) Tag

Tag returns tag.BenchmarkPrice (662)

func (BenchmarkPriceField) Value added in v0.6.0

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

type BenchmarkPriceTypeField

type BenchmarkPriceTypeField struct{ quickfix.FIXInt }

BenchmarkPriceTypeField is a INT field

func NewBenchmarkPriceType

func NewBenchmarkPriceType(val int) BenchmarkPriceTypeField

NewBenchmarkPriceType returns a new BenchmarkPriceTypeField initialized with val

func (BenchmarkPriceTypeField) Tag

Tag returns tag.BenchmarkPriceType (663)

func (BenchmarkPriceTypeField) Value added in v0.6.0

func (f BenchmarkPriceTypeField) Value() int

type BenchmarkSecurityIDField

type BenchmarkSecurityIDField struct{ quickfix.FIXString }

BenchmarkSecurityIDField is a STRING field

func NewBenchmarkSecurityID

func NewBenchmarkSecurityID(val string) BenchmarkSecurityIDField

NewBenchmarkSecurityID returns a new BenchmarkSecurityIDField initialized with val

func (BenchmarkSecurityIDField) Tag

Tag returns tag.BenchmarkSecurityID (699)

func (BenchmarkSecurityIDField) Value added in v0.6.0

func (f BenchmarkSecurityIDField) Value() string

type BenchmarkSecurityIDSourceField

type BenchmarkSecurityIDSourceField struct{ quickfix.FIXString }

BenchmarkSecurityIDSourceField is a STRING field

func NewBenchmarkSecurityIDSource

func NewBenchmarkSecurityIDSource(val string) BenchmarkSecurityIDSourceField

NewBenchmarkSecurityIDSource returns a new BenchmarkSecurityIDSourceField initialized with val

func (BenchmarkSecurityIDSourceField) Tag

Tag returns tag.BenchmarkSecurityIDSource (761)

func (BenchmarkSecurityIDSourceField) Value added in v0.6.0

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 added in v0.6.0

func (f BidDescriptorField) Value() string

type BidDescriptorTypeField

type BidDescriptorTypeField struct{ quickfix.FIXString }

BidDescriptorTypeField is a enum.BidDescriptorType field

func (BidDescriptorTypeField) Tag

Tag returns tag.BidDescriptorType (399)

func (BidDescriptorTypeField) Value added in v0.6.0

type BidForwardPoints2Field

type BidForwardPoints2Field struct{ quickfix.FIXDecimal }

BidForwardPoints2Field is a PRICEOFFSET field

func NewBidForwardPoints2

func NewBidForwardPoints2(val decimal.Decimal, scale int32) BidForwardPoints2Field

NewBidForwardPoints2 returns a new BidForwardPoints2Field initialized with val and scale

func (BidForwardPoints2Field) Tag

Tag returns tag.BidForwardPoints2 (642)

func (BidForwardPoints2Field) Value added in v0.6.0

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

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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

type BidSwapPointsField

type BidSwapPointsField struct{ quickfix.FIXDecimal }

BidSwapPointsField is a PRICEOFFSET field

func NewBidSwapPoints

func NewBidSwapPoints(val decimal.Decimal, scale int32) BidSwapPointsField

NewBidSwapPoints returns a new BidSwapPointsField initialized with val and scale

func (BidSwapPointsField) Tag

Tag returns tag.BidSwapPoints (1065)

func (BidSwapPointsField) Value added in v0.6.0

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

type BidTradeTypeField

type BidTradeTypeField struct{ quickfix.FIXString }

BidTradeTypeField is a enum.BidTradeType field

func NewBidTradeType

func NewBidTradeType(val enum.BidTradeType) BidTradeTypeField

func (BidTradeTypeField) Tag

func (f BidTradeTypeField) Tag() quickfix.Tag

Tag returns tag.BidTradeType (418)

func (BidTradeTypeField) Value added in v0.6.0

type BidTypeField

type BidTypeField struct{ quickfix.FIXString }

BidTypeField is a enum.BidType field

func NewBidType

func NewBidType(val enum.BidType) BidTypeField

func (BidTypeField) Tag

func (f BidTypeField) Tag() quickfix.Tag

Tag returns tag.BidType (394)

func (BidTypeField) Value added in v0.6.0

func (f BidTypeField) Value() enum.BidType

type BidYieldField

type BidYieldField struct{ quickfix.FIXDecimal }

BidYieldField is a PERCENTAGE field

func NewBidYield

func NewBidYield(val decimal.Decimal, scale int32) BidYieldField

NewBidYield returns a new BidYieldField initialized with val and scale

func (BidYieldField) Tag

func (f BidYieldField) Tag() quickfix.Tag

Tag returns tag.BidYield (632)

func (BidYieldField) Value added in v0.6.0

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

type BodyLengthField

type BodyLengthField struct{ quickfix.FIXInt }

BodyLengthField is a LENGTH 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 added in v0.6.0

func (f BodyLengthField) Value() int

type BookingRefIDField

type BookingRefIDField struct{ quickfix.FIXString }

BookingRefIDField is a STRING field

func NewBookingRefID

func NewBookingRefID(val string) BookingRefIDField

NewBookingRefID returns a new BookingRefIDField initialized with val

func (BookingRefIDField) Tag

func (f BookingRefIDField) Tag() quickfix.Tag

Tag returns tag.BookingRefID (466)

func (BookingRefIDField) Value added in v0.6.0

func (f BookingRefIDField) Value() string

type BookingTypeField

type BookingTypeField struct{ quickfix.FIXString }

BookingTypeField is a enum.BookingType field

func NewBookingType

func NewBookingType(val enum.BookingType) BookingTypeField

func (BookingTypeField) Tag

func (f BookingTypeField) Tag() quickfix.Tag

Tag returns tag.BookingType (775)

func (BookingTypeField) Value added in v0.6.0

func (f BookingTypeField) Value() enum.BookingType

type BookingUnitField

type BookingUnitField struct{ quickfix.FIXString }

BookingUnitField is a enum.BookingUnit field

func NewBookingUnit

func NewBookingUnit(val enum.BookingUnit) BookingUnitField

func (BookingUnitField) Tag

func (f BookingUnitField) Tag() quickfix.Tag

Tag returns tag.BookingUnit (590)

func (BookingUnitField) Value added in v0.6.0

func (f BookingUnitField) Value() enum.BookingUnit

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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

type CFICodeField

type CFICodeField struct{ quickfix.FIXString }

CFICodeField is a STRING field

func NewCFICode

func NewCFICode(val string) CFICodeField

NewCFICode returns a new CFICodeField initialized with val

func (CFICodeField) Tag

func (f CFICodeField) Tag() quickfix.Tag

Tag returns tag.CFICode (461)

func (CFICodeField) Value added in v0.6.0

func (f CFICodeField) Value() string

type CPProgramField

type CPProgramField struct{ quickfix.FIXString }

CPProgramField is a enum.CPProgram field

func NewCPProgram

func NewCPProgram(val enum.CPProgram) CPProgramField

func (CPProgramField) Tag

func (f CPProgramField) Tag() quickfix.Tag

Tag returns tag.CPProgram (875)

func (CPProgramField) Value added in v0.6.0

func (f CPProgramField) Value() enum.CPProgram

type CPRegTypeField

type CPRegTypeField struct{ quickfix.FIXString }

CPRegTypeField is a STRING field

func NewCPRegType

func NewCPRegType(val string) CPRegTypeField

NewCPRegType returns a new CPRegTypeField initialized with val

func (CPRegTypeField) Tag

func (f CPRegTypeField) Tag() quickfix.Tag

Tag returns tag.CPRegType (876)

func (CPRegTypeField) Value added in v0.6.0

func (f CPRegTypeField) Value() string

type CalculatedCcyLastQtyField

type CalculatedCcyLastQtyField struct{ quickfix.FIXDecimal }

CalculatedCcyLastQtyField is a QTY field

func NewCalculatedCcyLastQty

func NewCalculatedCcyLastQty(val decimal.Decimal, scale int32) CalculatedCcyLastQtyField

NewCalculatedCcyLastQty returns a new CalculatedCcyLastQtyField initialized with val and scale

func (CalculatedCcyLastQtyField) Tag

Tag returns tag.CalculatedCcyLastQty (1056)

func (CalculatedCcyLastQtyField) Value added in v0.6.0

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

type CancellationRightsField

type CancellationRightsField struct{ quickfix.FIXString }

CancellationRightsField is a enum.CancellationRights field

func (CancellationRightsField) Tag

Tag returns tag.CancellationRights (480)

func (CancellationRightsField) Value added in v0.6.0

type CapPriceField

type CapPriceField struct{ quickfix.FIXDecimal }

CapPriceField is a PRICE field

func NewCapPrice

func NewCapPrice(val decimal.Decimal, scale int32) CapPriceField

NewCapPrice returns a new CapPriceField initialized with val and scale

func (CapPriceField) Tag

func (f CapPriceField) Tag() quickfix.Tag

Tag returns tag.CapPrice (1199)

func (CapPriceField) Value added in v0.6.0

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

type CardExpDateField

type CardExpDateField struct{ quickfix.FIXString }

CardExpDateField is a LOCALMKTDATE field

func NewCardExpDate

func NewCardExpDate(val string) CardExpDateField

NewCardExpDate returns a new CardExpDateField initialized with val

func (CardExpDateField) Tag

func (f CardExpDateField) Tag() quickfix.Tag

Tag returns tag.CardExpDate (490)

func (CardExpDateField) Value added in v0.6.0

func (f CardExpDateField) Value() string

type CardHolderNameField

type CardHolderNameField struct{ quickfix.FIXString }

CardHolderNameField is a STRING field

func NewCardHolderName

func NewCardHolderName(val string) CardHolderNameField

NewCardHolderName returns a new CardHolderNameField initialized with val

func (CardHolderNameField) Tag

Tag returns tag.CardHolderName (488)

func (CardHolderNameField) Value added in v0.6.0

func (f CardHolderNameField) Value() string

type CardIssNoField

type CardIssNoField struct{ quickfix.FIXString }

CardIssNoField is a STRING field

func NewCardIssNo

func NewCardIssNo(val string) CardIssNoField

NewCardIssNo returns a new CardIssNoField initialized with val

func (CardIssNoField) Tag

func (f CardIssNoField) Tag() quickfix.Tag

Tag returns tag.CardIssNo (491)

func (CardIssNoField) Value added in v0.6.0

func (f CardIssNoField) Value() string

type CardIssNumField

type CardIssNumField struct{ quickfix.FIXString }

CardIssNumField is a STRING field

func NewCardIssNum

func NewCardIssNum(val string) CardIssNumField

NewCardIssNum returns a new CardIssNumField initialized with val

func (CardIssNumField) Tag

func (f CardIssNumField) Tag() quickfix.Tag

Tag returns tag.CardIssNum (491)

func (CardIssNumField) Value added in v0.6.0

func (f CardIssNumField) Value() string

type CardNumberField

type CardNumberField struct{ quickfix.FIXString }

CardNumberField is a STRING field

func NewCardNumber

func NewCardNumber(val string) CardNumberField

NewCardNumber returns a new CardNumberField initialized with val

func (CardNumberField) Tag

func (f CardNumberField) Tag() quickfix.Tag

Tag returns tag.CardNumber (489)

func (CardNumberField) Value added in v0.6.0

func (f CardNumberField) Value() string

type CardStartDateField

type CardStartDateField struct{ quickfix.FIXString }

CardStartDateField is a LOCALMKTDATE field

func NewCardStartDate

func NewCardStartDate(val string) CardStartDateField

NewCardStartDate returns a new CardStartDateField initialized with val

func (CardStartDateField) Tag

Tag returns tag.CardStartDate (503)

func (CardStartDateField) Value added in v0.6.0

func (f CardStartDateField) Value() string

type CashDistribAgentAcctNameField

type CashDistribAgentAcctNameField struct{ quickfix.FIXString }

CashDistribAgentAcctNameField is a STRING field

func NewCashDistribAgentAcctName

func NewCashDistribAgentAcctName(val string) CashDistribAgentAcctNameField

NewCashDistribAgentAcctName returns a new CashDistribAgentAcctNameField initialized with val

func (CashDistribAgentAcctNameField) Tag

Tag returns tag.CashDistribAgentAcctName (502)

func (CashDistribAgentAcctNameField) Value added in v0.6.0

type CashDistribAgentAcctNumberField

type CashDistribAgentAcctNumberField struct{ quickfix.FIXString }

CashDistribAgentAcctNumberField is a STRING field

func NewCashDistribAgentAcctNumber

func NewCashDistribAgentAcctNumber(val string) CashDistribAgentAcctNumberField

NewCashDistribAgentAcctNumber returns a new CashDistribAgentAcctNumberField initialized with val

func (CashDistribAgentAcctNumberField) Tag

Tag returns tag.CashDistribAgentAcctNumber (500)

func (CashDistribAgentAcctNumberField) Value added in v0.6.0

type CashDistribAgentCodeField

type CashDistribAgentCodeField struct{ quickfix.FIXString }

CashDistribAgentCodeField is a STRING field

func NewCashDistribAgentCode

func NewCashDistribAgentCode(val string) CashDistribAgentCodeField

NewCashDistribAgentCode returns a new CashDistribAgentCodeField initialized with val

func (CashDistribAgentCodeField) Tag

Tag returns tag.CashDistribAgentCode (499)

func (CashDistribAgentCodeField) Value added in v0.6.0

type CashDistribAgentNameField

type CashDistribAgentNameField struct{ quickfix.FIXString }

CashDistribAgentNameField is a STRING field

func NewCashDistribAgentName

func NewCashDistribAgentName(val string) CashDistribAgentNameField

NewCashDistribAgentName returns a new CashDistribAgentNameField initialized with val

func (CashDistribAgentNameField) Tag

Tag returns tag.CashDistribAgentName (498)

func (CashDistribAgentNameField) Value added in v0.6.0

type CashDistribCurrField

type CashDistribCurrField struct{ quickfix.FIXString }

CashDistribCurrField is a CURRENCY field

func NewCashDistribCurr

func NewCashDistribCurr(val string) CashDistribCurrField

NewCashDistribCurr returns a new CashDistribCurrField initialized with val

func (CashDistribCurrField) Tag

Tag returns tag.CashDistribCurr (478)

func (CashDistribCurrField) Value added in v0.6.0

func (f CashDistribCurrField) Value() string

type CashDistribPayRefField

type CashDistribPayRefField struct{ quickfix.FIXString }

CashDistribPayRefField is a STRING field

func NewCashDistribPayRef

func NewCashDistribPayRef(val string) CashDistribPayRefField

NewCashDistribPayRef returns a new CashDistribPayRefField initialized with val

func (CashDistribPayRefField) Tag

Tag returns tag.CashDistribPayRef (501)

func (CashDistribPayRefField) Value added in v0.6.0

func (f CashDistribPayRefField) Value() string

type CashMarginField

type CashMarginField struct{ quickfix.FIXString }

CashMarginField is a enum.CashMargin field

func NewCashMargin

func NewCashMargin(val enum.CashMargin) CashMarginField

func (CashMarginField) Tag

func (f CashMarginField) Tag() quickfix.Tag

Tag returns tag.CashMargin (544)

func (CashMarginField) Value added in v0.6.0

func (f CashMarginField) Value() enum.CashMargin

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 added in v0.6.0

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

type CashOutstandingField

type CashOutstandingField struct{ quickfix.FIXDecimal }

CashOutstandingField is a AMT field

func NewCashOutstanding

func NewCashOutstanding(val decimal.Decimal, scale int32) CashOutstandingField

NewCashOutstanding returns a new CashOutstandingField initialized with val and scale

func (CashOutstandingField) Tag

Tag returns tag.CashOutstanding (901)

func (CashOutstandingField) Value added in v0.6.0

func (f CashOutstandingField) 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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f CashSettlAgentNameField) Value() string

type CcyAmtField

type CcyAmtField struct{ quickfix.FIXDecimal }

CcyAmtField is a AMT field

func NewCcyAmt

func NewCcyAmt(val decimal.Decimal, scale int32) CcyAmtField

NewCcyAmt returns a new CcyAmtField initialized with val and scale

func (CcyAmtField) Tag

func (f CcyAmtField) Tag() quickfix.Tag

Tag returns tag.CcyAmt (1157)

func (CcyAmtField) Value added in v0.6.0

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

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 added in v0.6.0

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 added in v0.6.0

func (f ClOrdIDField) Value() string

type ClOrdLinkIDField

type ClOrdLinkIDField struct{ quickfix.FIXString }

ClOrdLinkIDField is a STRING field

func NewClOrdLinkID

func NewClOrdLinkID(val string) ClOrdLinkIDField

NewClOrdLinkID returns a new ClOrdLinkIDField initialized with val

func (ClOrdLinkIDField) Tag

func (f ClOrdLinkIDField) Tag() quickfix.Tag

Tag returns tag.ClOrdLinkID (583)

func (ClOrdLinkIDField) Value added in v0.6.0

func (f ClOrdLinkIDField) 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 added in v0.6.0

func (f ClearingAccountField) Value() string

type ClearingBusinessDateField

type ClearingBusinessDateField struct{ quickfix.FIXString }

ClearingBusinessDateField is a LOCALMKTDATE field

func NewClearingBusinessDate

func NewClearingBusinessDate(val string) ClearingBusinessDateField

NewClearingBusinessDate returns a new ClearingBusinessDateField initialized with val

func (ClearingBusinessDateField) Tag

Tag returns tag.ClearingBusinessDate (715)

func (ClearingBusinessDateField) Value added in v0.6.0

type ClearingFeeIndicatorField

type ClearingFeeIndicatorField struct{ quickfix.FIXString }

ClearingFeeIndicatorField is a enum.ClearingFeeIndicator field

func (ClearingFeeIndicatorField) Tag

Tag returns tag.ClearingFeeIndicator (635)

func (ClearingFeeIndicatorField) Value added in v0.6.0

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 added in v0.6.0

func (f ClearingFirmField) Value() string

type ClearingInstructionField

type ClearingInstructionField struct{ quickfix.FIXString }

ClearingInstructionField is a enum.ClearingInstruction field

func (ClearingInstructionField) Tag

Tag returns tag.ClearingInstruction (577)

func (ClearingInstructionField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f ClientIDField) Value() string

type CollActionField

type CollActionField struct{ quickfix.FIXString }

CollActionField is a enum.CollAction field

func NewCollAction

func NewCollAction(val enum.CollAction) CollActionField

func (CollActionField) Tag

func (f CollActionField) Tag() quickfix.Tag

Tag returns tag.CollAction (944)

func (CollActionField) Value added in v0.6.0

func (f CollActionField) Value() enum.CollAction

type CollApplTypeField

type CollApplTypeField struct{ quickfix.FIXString }

CollApplTypeField is a enum.CollApplType field

func NewCollApplType

func NewCollApplType(val enum.CollApplType) CollApplTypeField

func (CollApplTypeField) Tag

func (f CollApplTypeField) Tag() quickfix.Tag

Tag returns tag.CollApplType (1043)

func (CollApplTypeField) Value added in v0.6.0

type CollAsgnIDField

type CollAsgnIDField struct{ quickfix.FIXString }

CollAsgnIDField is a STRING field

func NewCollAsgnID

func NewCollAsgnID(val string) CollAsgnIDField

NewCollAsgnID returns a new CollAsgnIDField initialized with val

func (CollAsgnIDField) Tag

func (f CollAsgnIDField) Tag() quickfix.Tag

Tag returns tag.CollAsgnID (902)

func (CollAsgnIDField) Value added in v0.6.0

func (f CollAsgnIDField) Value() string

type CollAsgnReasonField

type CollAsgnReasonField struct{ quickfix.FIXString }

CollAsgnReasonField is a enum.CollAsgnReason field

func NewCollAsgnReason

func NewCollAsgnReason(val enum.CollAsgnReason) CollAsgnReasonField

func (CollAsgnReasonField) Tag

Tag returns tag.CollAsgnReason (895)

func (CollAsgnReasonField) Value added in v0.6.0

type CollAsgnRefIDField

type CollAsgnRefIDField struct{ quickfix.FIXString }

CollAsgnRefIDField is a STRING field

func NewCollAsgnRefID

func NewCollAsgnRefID(val string) CollAsgnRefIDField

NewCollAsgnRefID returns a new CollAsgnRefIDField initialized with val

func (CollAsgnRefIDField) Tag

Tag returns tag.CollAsgnRefID (907)

func (CollAsgnRefIDField) Value added in v0.6.0

func (f CollAsgnRefIDField) Value() string

type CollAsgnRejectReasonField

type CollAsgnRejectReasonField struct{ quickfix.FIXString }

CollAsgnRejectReasonField is a enum.CollAsgnRejectReason field

func (CollAsgnRejectReasonField) Tag

Tag returns tag.CollAsgnRejectReason (906)

func (CollAsgnRejectReasonField) Value added in v0.6.0

type CollAsgnRespTypeField

type CollAsgnRespTypeField struct{ quickfix.FIXString }

CollAsgnRespTypeField is a enum.CollAsgnRespType field

func (CollAsgnRespTypeField) Tag

Tag returns tag.CollAsgnRespType (905)

func (CollAsgnRespTypeField) Value added in v0.6.0

type CollAsgnTransTypeField

type CollAsgnTransTypeField struct{ quickfix.FIXString }

CollAsgnTransTypeField is a enum.CollAsgnTransType field

func (CollAsgnTransTypeField) Tag

Tag returns tag.CollAsgnTransType (903)

func (CollAsgnTransTypeField) Value added in v0.6.0

type CollInquiryIDField

type CollInquiryIDField struct{ quickfix.FIXString }

CollInquiryIDField is a STRING field

func NewCollInquiryID

func NewCollInquiryID(val string) CollInquiryIDField

NewCollInquiryID returns a new CollInquiryIDField initialized with val

func (CollInquiryIDField) Tag

Tag returns tag.CollInquiryID (909)

func (CollInquiryIDField) Value added in v0.6.0

func (f CollInquiryIDField) Value() string

type CollInquiryQualifierField

type CollInquiryQualifierField struct{ quickfix.FIXString }

CollInquiryQualifierField is a enum.CollInquiryQualifier field

func (CollInquiryQualifierField) Tag

Tag returns tag.CollInquiryQualifier (896)

func (CollInquiryQualifierField) Value added in v0.6.0

type CollInquiryResultField

type CollInquiryResultField struct{ quickfix.FIXString }

CollInquiryResultField is a enum.CollInquiryResult field

func (CollInquiryResultField) Tag

Tag returns tag.CollInquiryResult (946)

func (CollInquiryResultField) Value added in v0.6.0

type CollInquiryStatusField

type CollInquiryStatusField struct{ quickfix.FIXString }

CollInquiryStatusField is a enum.CollInquiryStatus field

func (CollInquiryStatusField) Tag

Tag returns tag.CollInquiryStatus (945)

func (CollInquiryStatusField) Value added in v0.6.0

type CollReqIDField

type CollReqIDField struct{ quickfix.FIXString }

CollReqIDField is a STRING field

func NewCollReqID

func NewCollReqID(val string) CollReqIDField

NewCollReqID returns a new CollReqIDField initialized with val

func (CollReqIDField) Tag

func (f CollReqIDField) Tag() quickfix.Tag

Tag returns tag.CollReqID (894)

func (CollReqIDField) Value added in v0.6.0

func (f CollReqIDField) Value() string

type CollRespIDField

type CollRespIDField struct{ quickfix.FIXString }

CollRespIDField is a STRING field

func NewCollRespID

func NewCollRespID(val string) CollRespIDField

NewCollRespID returns a new CollRespIDField initialized with val

func (CollRespIDField) Tag

func (f CollRespIDField) Tag() quickfix.Tag

Tag returns tag.CollRespID (904)

func (CollRespIDField) Value added in v0.6.0

func (f CollRespIDField) Value() string

type CollRptIDField

type CollRptIDField struct{ quickfix.FIXString }

CollRptIDField is a STRING field

func NewCollRptID

func NewCollRptID(val string) CollRptIDField

NewCollRptID returns a new CollRptIDField initialized with val

func (CollRptIDField) Tag

func (f CollRptIDField) Tag() quickfix.Tag

Tag returns tag.CollRptID (908)

func (CollRptIDField) Value added in v0.6.0

func (f CollRptIDField) Value() string

type CollStatusField

type CollStatusField struct{ quickfix.FIXString }

CollStatusField is a enum.CollStatus field

func NewCollStatus

func NewCollStatus(val enum.CollStatus) CollStatusField

func (CollStatusField) Tag

func (f CollStatusField) Tag() quickfix.Tag

Tag returns tag.CollStatus (910)

func (CollStatusField) Value added in v0.6.0

func (f CollStatusField) Value() enum.CollStatus

type CommCurrencyField

type CommCurrencyField struct{ quickfix.FIXString }

CommCurrencyField is a CURRENCY field

func NewCommCurrency

func NewCommCurrency(val string) CommCurrencyField

NewCommCurrency returns a new CommCurrencyField initialized with val

func (CommCurrencyField) Tag

func (f CommCurrencyField) Tag() quickfix.Tag

Tag returns tag.CommCurrency (479)

func (CommCurrencyField) Value added in v0.6.0

func (f CommCurrencyField) 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 added in v0.6.0

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 added in v0.6.0

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

type ComplexEventConditionField

type ComplexEventConditionField struct{ quickfix.FIXString }

ComplexEventConditionField is a enum.ComplexEventCondition field

func (ComplexEventConditionField) Tag

Tag returns tag.ComplexEventCondition (1490)

func (ComplexEventConditionField) Value added in v0.6.0

type ComplexEventEndDateField

type ComplexEventEndDateField struct{ quickfix.FIXUTCTimestamp }

ComplexEventEndDateField is a UTCTIMESTAMP field

func NewComplexEventEndDate added in v0.3.0

func NewComplexEventEndDate(val time.Time) ComplexEventEndDateField

NewComplexEventEndDate returns a new ComplexEventEndDateField initialized with val

func NewComplexEventEndDateNoMillis added in v0.3.0

func NewComplexEventEndDateNoMillis(val time.Time) ComplexEventEndDateField

NewComplexEventEndDateNoMillis returns a new ComplexEventEndDateField initialized with val without millisecs

func (ComplexEventEndDateField) Tag

Tag returns tag.ComplexEventEndDate (1493)

func (ComplexEventEndDateField) Value added in v0.6.0

type ComplexEventEndTimeField

type ComplexEventEndTimeField struct{ quickfix.FIXString }

ComplexEventEndTimeField is a UTCTIMEONLY field

func NewComplexEventEndTime

func NewComplexEventEndTime(val string) ComplexEventEndTimeField

NewComplexEventEndTime returns a new ComplexEventEndTimeField initialized with val

func (ComplexEventEndTimeField) Tag

Tag returns tag.ComplexEventEndTime (1496)

func (ComplexEventEndTimeField) Value added in v0.6.0

func (f ComplexEventEndTimeField) Value() string

type ComplexEventPriceBoundaryMethodField

type ComplexEventPriceBoundaryMethodField struct{ quickfix.FIXString }

ComplexEventPriceBoundaryMethodField is a enum.ComplexEventPriceBoundaryMethod field

func (ComplexEventPriceBoundaryMethodField) Tag

Tag returns tag.ComplexEventPriceBoundaryMethod (1487)

func (ComplexEventPriceBoundaryMethodField) Value added in v0.6.0

type ComplexEventPriceBoundaryPrecisionField

type ComplexEventPriceBoundaryPrecisionField struct{ quickfix.FIXDecimal }

ComplexEventPriceBoundaryPrecisionField is a PERCENTAGE field

func NewComplexEventPriceBoundaryPrecision

func NewComplexEventPriceBoundaryPrecision(val decimal.Decimal, scale int32) ComplexEventPriceBoundaryPrecisionField

NewComplexEventPriceBoundaryPrecision returns a new ComplexEventPriceBoundaryPrecisionField initialized with val and scale

func (ComplexEventPriceBoundaryPrecisionField) Tag

Tag returns tag.ComplexEventPriceBoundaryPrecision (1488)

func (ComplexEventPriceBoundaryPrecisionField) Value added in v0.6.0

type ComplexEventPriceField

type ComplexEventPriceField struct{ quickfix.FIXDecimal }

ComplexEventPriceField is a PRICE field

func NewComplexEventPrice

func NewComplexEventPrice(val decimal.Decimal, scale int32) ComplexEventPriceField

NewComplexEventPrice returns a new ComplexEventPriceField initialized with val and scale

func (ComplexEventPriceField) Tag

Tag returns tag.ComplexEventPrice (1486)

func (ComplexEventPriceField) Value added in v0.6.0

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

type ComplexEventPriceTimeTypeField

type ComplexEventPriceTimeTypeField struct{ quickfix.FIXString }

ComplexEventPriceTimeTypeField is a enum.ComplexEventPriceTimeType field

func (ComplexEventPriceTimeTypeField) Tag

Tag returns tag.ComplexEventPriceTimeType (1489)

func (ComplexEventPriceTimeTypeField) Value added in v0.6.0

type ComplexEventStartDateField

type ComplexEventStartDateField struct{ quickfix.FIXUTCTimestamp }

ComplexEventStartDateField is a UTCTIMESTAMP field

func NewComplexEventStartDate added in v0.3.0

func NewComplexEventStartDate(val time.Time) ComplexEventStartDateField

NewComplexEventStartDate returns a new ComplexEventStartDateField initialized with val

func NewComplexEventStartDateNoMillis added in v0.3.0

func NewComplexEventStartDateNoMillis(val time.Time) ComplexEventStartDateField

NewComplexEventStartDateNoMillis returns a new ComplexEventStartDateField initialized with val without millisecs

func (ComplexEventStartDateField) Tag

Tag returns tag.ComplexEventStartDate (1492)

func (ComplexEventStartDateField) Value added in v0.6.0

type ComplexEventStartTimeField

type ComplexEventStartTimeField struct{ quickfix.FIXString }

ComplexEventStartTimeField is a UTCTIMEONLY field

func NewComplexEventStartTime

func NewComplexEventStartTime(val string) ComplexEventStartTimeField

NewComplexEventStartTime returns a new ComplexEventStartTimeField initialized with val

func (ComplexEventStartTimeField) Tag

Tag returns tag.ComplexEventStartTime (1495)

func (ComplexEventStartTimeField) Value added in v0.6.0

type ComplexEventTypeField

type ComplexEventTypeField struct{ quickfix.FIXString }

ComplexEventTypeField is a enum.ComplexEventType field

func (ComplexEventTypeField) Tag

Tag returns tag.ComplexEventType (1484)

func (ComplexEventTypeField) Value added in v0.6.0

type ComplexOptPayoutAmountField

type ComplexOptPayoutAmountField struct{ quickfix.FIXDecimal }

ComplexOptPayoutAmountField is a AMT field

func NewComplexOptPayoutAmount

func NewComplexOptPayoutAmount(val decimal.Decimal, scale int32) ComplexOptPayoutAmountField

NewComplexOptPayoutAmount returns a new ComplexOptPayoutAmountField initialized with val and scale

func (ComplexOptPayoutAmountField) Tag

Tag returns tag.ComplexOptPayoutAmount (1485)

func (ComplexOptPayoutAmountField) Value added in v0.6.0

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 added in v0.6.0

func (f ComplianceIDField) Value() string

type ConcessionField

type ConcessionField struct{ quickfix.FIXDecimal }

ConcessionField is a AMT field

func NewConcession

func NewConcession(val decimal.Decimal, scale int32) ConcessionField

NewConcession returns a new ConcessionField initialized with val and scale

func (ConcessionField) Tag

func (f ConcessionField) Tag() quickfix.Tag

Tag returns tag.Concession (238)

func (ConcessionField) Value added in v0.6.0

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

type ConfirmIDField

type ConfirmIDField struct{ quickfix.FIXString }

ConfirmIDField is a STRING field

func NewConfirmID

func NewConfirmID(val string) ConfirmIDField

NewConfirmID returns a new ConfirmIDField initialized with val

func (ConfirmIDField) Tag

func (f ConfirmIDField) Tag() quickfix.Tag

Tag returns tag.ConfirmID (664)

func (ConfirmIDField) Value added in v0.6.0

func (f ConfirmIDField) Value() string

type ConfirmRefIDField

type ConfirmRefIDField struct{ quickfix.FIXString }

ConfirmRefIDField is a STRING field

func NewConfirmRefID

func NewConfirmRefID(val string) ConfirmRefIDField

NewConfirmRefID returns a new ConfirmRefIDField initialized with val

func (ConfirmRefIDField) Tag

func (f ConfirmRefIDField) Tag() quickfix.Tag

Tag returns tag.ConfirmRefID (772)

func (ConfirmRefIDField) Value added in v0.6.0

func (f ConfirmRefIDField) Value() string

type ConfirmRejReasonField

type ConfirmRejReasonField struct{ quickfix.FIXString }

ConfirmRejReasonField is a enum.ConfirmRejReason field

func (ConfirmRejReasonField) Tag

Tag returns tag.ConfirmRejReason (774)

func (ConfirmRejReasonField) Value added in v0.6.0

type ConfirmReqIDField

type ConfirmReqIDField struct{ quickfix.FIXString }

ConfirmReqIDField is a STRING field

func NewConfirmReqID

func NewConfirmReqID(val string) ConfirmReqIDField

NewConfirmReqID returns a new ConfirmReqIDField initialized with val

func (ConfirmReqIDField) Tag

func (f ConfirmReqIDField) Tag() quickfix.Tag

Tag returns tag.ConfirmReqID (859)

func (ConfirmReqIDField) Value added in v0.6.0

func (f ConfirmReqIDField) Value() string

type ConfirmStatusField

type ConfirmStatusField struct{ quickfix.FIXString }

ConfirmStatusField is a enum.ConfirmStatus field

func NewConfirmStatus

func NewConfirmStatus(val enum.ConfirmStatus) ConfirmStatusField

func (ConfirmStatusField) Tag

Tag returns tag.ConfirmStatus (665)

func (ConfirmStatusField) Value added in v0.6.0

type ConfirmTransTypeField

type ConfirmTransTypeField struct{ quickfix.FIXString }

ConfirmTransTypeField is a enum.ConfirmTransType field

func (ConfirmTransTypeField) Tag

Tag returns tag.ConfirmTransType (666)

func (ConfirmTransTypeField) Value added in v0.6.0

type ConfirmTypeField

type ConfirmTypeField struct{ quickfix.FIXString }

ConfirmTypeField is a enum.ConfirmType field

func NewConfirmType

func NewConfirmType(val enum.ConfirmType) ConfirmTypeField

func (ConfirmTypeField) Tag

func (f ConfirmTypeField) Tag() quickfix.Tag

Tag returns tag.ConfirmType (773)

func (ConfirmTypeField) Value added in v0.6.0

func (f ConfirmTypeField) Value() enum.ConfirmType

type ContAmtCurrField

type ContAmtCurrField struct{ quickfix.FIXString }

ContAmtCurrField is a CURRENCY field

func NewContAmtCurr

func NewContAmtCurr(val string) ContAmtCurrField

NewContAmtCurr returns a new ContAmtCurrField initialized with val

func (ContAmtCurrField) Tag

func (f ContAmtCurrField) Tag() quickfix.Tag

Tag returns tag.ContAmtCurr (521)

func (ContAmtCurrField) Value added in v0.6.0

func (f ContAmtCurrField) Value() string

type ContAmtTypeField

type ContAmtTypeField struct{ quickfix.FIXString }

ContAmtTypeField is a enum.ContAmtType field

func NewContAmtType

func NewContAmtType(val enum.ContAmtType) ContAmtTypeField

func (ContAmtTypeField) Tag

func (f ContAmtTypeField) Tag() quickfix.Tag

Tag returns tag.ContAmtType (519)

func (ContAmtTypeField) Value added in v0.6.0

func (f ContAmtTypeField) Value() enum.ContAmtType

type ContAmtValueField

type ContAmtValueField struct{ quickfix.FIXDecimal }

ContAmtValueField is a FLOAT field

func NewContAmtValue

func NewContAmtValue(val decimal.Decimal, scale int32) ContAmtValueField

NewContAmtValue returns a new ContAmtValueField initialized with val and scale

func (ContAmtValueField) Tag

func (f ContAmtValueField) Tag() quickfix.Tag

Tag returns tag.ContAmtValue (520)

func (ContAmtValueField) Value added in v0.6.0

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

type ContIntRptIDField

type ContIntRptIDField struct{ quickfix.FIXString }

ContIntRptIDField is a STRING field

func NewContIntRptID

func NewContIntRptID(val string) ContIntRptIDField

NewContIntRptID returns a new ContIntRptIDField initialized with val

func (ContIntRptIDField) Tag

func (f ContIntRptIDField) Tag() quickfix.Tag

Tag returns tag.ContIntRptID (977)

func (ContIntRptIDField) Value added in v0.6.0

func (f ContIntRptIDField) Value() string

type ContextPartyIDField

type ContextPartyIDField struct{ quickfix.FIXString }

ContextPartyIDField is a STRING field

func NewContextPartyID

func NewContextPartyID(val string) ContextPartyIDField

NewContextPartyID returns a new ContextPartyIDField initialized with val

func (ContextPartyIDField) Tag

Tag returns tag.ContextPartyID (1523)

func (ContextPartyIDField) Value added in v0.6.0

func (f ContextPartyIDField) Value() string

type ContextPartyIDSourceField

type ContextPartyIDSourceField struct{ quickfix.FIXString }

ContextPartyIDSourceField is a CHAR field

func NewContextPartyIDSource

func NewContextPartyIDSource(val string) ContextPartyIDSourceField

NewContextPartyIDSource returns a new ContextPartyIDSourceField initialized with val

func (ContextPartyIDSourceField) Tag

Tag returns tag.ContextPartyIDSource (1524)

func (ContextPartyIDSourceField) Value added in v0.6.0

type ContextPartyRoleField

type ContextPartyRoleField struct{ quickfix.FIXInt }

ContextPartyRoleField is a INT field

func NewContextPartyRole

func NewContextPartyRole(val int) ContextPartyRoleField

NewContextPartyRole returns a new ContextPartyRoleField initialized with val

func (ContextPartyRoleField) Tag

Tag returns tag.ContextPartyRole (1525)

func (ContextPartyRoleField) Value added in v0.6.0

func (f ContextPartyRoleField) Value() int

type ContextPartySubIDField

type ContextPartySubIDField struct{ quickfix.FIXString }

ContextPartySubIDField is a STRING field

func NewContextPartySubID

func NewContextPartySubID(val string) ContextPartySubIDField

NewContextPartySubID returns a new ContextPartySubIDField initialized with val

func (ContextPartySubIDField) Tag

Tag returns tag.ContextPartySubID (1527)

func (ContextPartySubIDField) Value added in v0.6.0

func (f ContextPartySubIDField) Value() string

type ContextPartySubIDTypeField

type ContextPartySubIDTypeField struct{ quickfix.FIXInt }

ContextPartySubIDTypeField is a INT field

func NewContextPartySubIDType

func NewContextPartySubIDType(val int) ContextPartySubIDTypeField

NewContextPartySubIDType returns a new ContextPartySubIDTypeField initialized with val

func (ContextPartySubIDTypeField) Tag

Tag returns tag.ContextPartySubIDType (1528)

func (ContextPartySubIDTypeField) Value added in v0.6.0

func (f ContextPartySubIDTypeField) Value() int

type ContingencyTypeField

type ContingencyTypeField struct{ quickfix.FIXString }

ContingencyTypeField is a enum.ContingencyType field

func NewContingencyType

func NewContingencyType(val enum.ContingencyType) ContingencyTypeField

func (ContingencyTypeField) Tag

Tag returns tag.ContingencyType (1385)

func (ContingencyTypeField) Value added in v0.6.0

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 added in v0.6.0

func (f ContraBrokerField) Value() string

type ContraLegRefIDField

type ContraLegRefIDField struct{ quickfix.FIXString }

ContraLegRefIDField is a STRING field

func NewContraLegRefID

func NewContraLegRefID(val string) ContraLegRefIDField

NewContraLegRefID returns a new ContraLegRefIDField initialized with val

func (ContraLegRefIDField) Tag

Tag returns tag.ContraLegRefID (655)

func (ContraLegRefIDField) Value added in v0.6.0

func (f ContraLegRefIDField) 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 added in v0.6.0

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

type ContraTradeTimeField

type ContraTradeTimeField struct{ quickfix.FIXUTCTimestamp }

ContraTradeTimeField is a UTCTIMESTAMP field

func NewContraTradeTime added in v0.3.0

func NewContraTradeTime(val time.Time) ContraTradeTimeField

NewContraTradeTime returns a new ContraTradeTimeField initialized with val

func NewContraTradeTimeNoMillis added in v0.3.0

func NewContraTradeTimeNoMillis(val time.Time) ContraTradeTimeField

NewContraTradeTimeNoMillis returns a new ContraTradeTimeField initialized with val without millisecs

func (ContraTradeTimeField) Tag

Tag returns tag.ContraTradeTime (438)

func (ContraTradeTimeField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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

type ContractMultiplierUnitField

type ContractMultiplierUnitField struct{ quickfix.FIXString }

ContractMultiplierUnitField is a enum.ContractMultiplierUnit field

func (ContractMultiplierUnitField) Tag

Tag returns tag.ContractMultiplierUnit (1435)

func (ContractMultiplierUnitField) Value added in v0.6.0

type ContractSettlMonthField

type ContractSettlMonthField struct{ quickfix.FIXString }

ContractSettlMonthField is a MONTHYEAR field

func NewContractSettlMonth

func NewContractSettlMonth(val string) ContractSettlMonthField

NewContractSettlMonth returns a new ContractSettlMonthField initialized with val

func (ContractSettlMonthField) Tag

Tag returns tag.ContractSettlMonth (667)

func (ContractSettlMonthField) Value added in v0.6.0

func (f ContractSettlMonthField) Value() string

type ContraryInstructionIndicatorField

type ContraryInstructionIndicatorField struct{ quickfix.FIXBoolean }

ContraryInstructionIndicatorField is a BOOLEAN field

func NewContraryInstructionIndicator

func NewContraryInstructionIndicator(val bool) ContraryInstructionIndicatorField

NewContraryInstructionIndicator returns a new ContraryInstructionIndicatorField initialized with val

func (ContraryInstructionIndicatorField) Tag

Tag returns tag.ContraryInstructionIndicator (719)

func (ContraryInstructionIndicatorField) Value added in v0.6.0

type CopyMsgIndicatorField

type CopyMsgIndicatorField struct{ quickfix.FIXBoolean }

CopyMsgIndicatorField is a BOOLEAN field

func NewCopyMsgIndicator

func NewCopyMsgIndicator(val bool) CopyMsgIndicatorField

NewCopyMsgIndicator returns a new CopyMsgIndicatorField initialized with val

func (CopyMsgIndicatorField) Tag

Tag returns tag.CopyMsgIndicator (797)

func (CopyMsgIndicatorField) Value added in v0.6.0

func (f CopyMsgIndicatorField) Value() bool

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 added in v0.6.0

type CountryField

type CountryField struct{ quickfix.FIXString }

CountryField is a COUNTRY 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 added in v0.6.0

func (f CountryField) Value() string

type CountryOfIssueField

type CountryOfIssueField struct{ quickfix.FIXString }

CountryOfIssueField is a COUNTRY field

func NewCountryOfIssue

func NewCountryOfIssue(val string) CountryOfIssueField

NewCountryOfIssue returns a new CountryOfIssueField initialized with val

func (CountryOfIssueField) Tag

Tag returns tag.CountryOfIssue (470)

func (CountryOfIssueField) Value added in v0.6.0

func (f CountryOfIssueField) Value() string

type CouponPaymentDateField

type CouponPaymentDateField struct{ quickfix.FIXString }

CouponPaymentDateField is a LOCALMKTDATE field

func NewCouponPaymentDate

func NewCouponPaymentDate(val string) CouponPaymentDateField

NewCouponPaymentDate returns a new CouponPaymentDateField initialized with val

func (CouponPaymentDateField) Tag

Tag returns tag.CouponPaymentDate (224)

func (CouponPaymentDateField) Value added in v0.6.0

func (f CouponPaymentDateField) Value() string

type CouponRateField

type CouponRateField struct{ quickfix.FIXDecimal }

CouponRateField is a PERCENTAGE 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 added in v0.6.0

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 added in v0.6.0

type CreditRatingField

type CreditRatingField struct{ quickfix.FIXString }

CreditRatingField is a STRING field

func NewCreditRating

func NewCreditRating(val string) CreditRatingField

NewCreditRating returns a new CreditRatingField initialized with val

func (CreditRatingField) Tag

func (f CreditRatingField) Tag() quickfix.Tag

Tag returns tag.CreditRating (255)

func (CreditRatingField) Value added in v0.6.0

func (f CreditRatingField) Value() string

type CrossIDField

type CrossIDField struct{ quickfix.FIXString }

CrossIDField is a STRING field

func NewCrossID

func NewCrossID(val string) CrossIDField

NewCrossID returns a new CrossIDField initialized with val

func (CrossIDField) Tag

func (f CrossIDField) Tag() quickfix.Tag

Tag returns tag.CrossID (548)

func (CrossIDField) Value added in v0.6.0

func (f CrossIDField) Value() string

type CrossPercentField

type CrossPercentField struct{ quickfix.FIXDecimal }

CrossPercentField is a PERCENTAGE 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 added in v0.6.0

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

type CrossPrioritizationField

type CrossPrioritizationField struct{ quickfix.FIXString }

CrossPrioritizationField is a enum.CrossPrioritization field

func (CrossPrioritizationField) Tag

Tag returns tag.CrossPrioritization (550)

func (CrossPrioritizationField) Value added in v0.6.0

type CrossTypeField

type CrossTypeField struct{ quickfix.FIXString }

CrossTypeField is a enum.CrossType field

func NewCrossType

func NewCrossType(val enum.CrossType) CrossTypeField

func (CrossTypeField) Tag

func (f CrossTypeField) Tag() quickfix.Tag

Tag returns tag.CrossType (549)

func (CrossTypeField) Value added in v0.6.0

func (f CrossTypeField) Value() enum.CrossType

type CstmApplVerIDField

type CstmApplVerIDField struct{ quickfix.FIXString }

CstmApplVerIDField is a STRING field

func NewCstmApplVerID

func NewCstmApplVerID(val string) CstmApplVerIDField

NewCstmApplVerID returns a new CstmApplVerIDField initialized with val

func (CstmApplVerIDField) Tag

Tag returns tag.CstmApplVerID (1129)

func (CstmApplVerIDField) Value added in v0.6.0

func (f CstmApplVerIDField) Value() string

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 added in v0.6.0

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 added in v0.6.0

func (f CurrencyField) Value() string

type CurrencyRatioField

type CurrencyRatioField struct{ quickfix.FIXDecimal }

CurrencyRatioField is a FLOAT field

func NewCurrencyRatio

func NewCurrencyRatio(val decimal.Decimal, scale int32) CurrencyRatioField

NewCurrencyRatio returns a new CurrencyRatioField initialized with val and scale

func (CurrencyRatioField) Tag

Tag returns tag.CurrencyRatio (1382)

func (CurrencyRatioField) Value added in v0.6.0

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

type CustDirectedOrderField

type CustDirectedOrderField struct{ quickfix.FIXBoolean }

CustDirectedOrderField is a BOOLEAN field

func NewCustDirectedOrder

func NewCustDirectedOrder(val bool) CustDirectedOrderField

NewCustDirectedOrder returns a new CustDirectedOrderField initialized with val

func (CustDirectedOrderField) Tag

Tag returns tag.CustDirectedOrder (1029)

func (CustDirectedOrderField) Value added in v0.6.0

func (f CustDirectedOrderField) Value() bool

type CustOrderCapacityField

type CustOrderCapacityField struct{ quickfix.FIXString }

CustOrderCapacityField is a enum.CustOrderCapacity field

func (CustOrderCapacityField) Tag

Tag returns tag.CustOrderCapacity (582)

func (CustOrderCapacityField) Value added in v0.6.0

type CustOrderHandlingInstField

type CustOrderHandlingInstField struct{ quickfix.FIXString }

CustOrderHandlingInstField is a enum.CustOrderHandlingInst field

func (CustOrderHandlingInstField) Tag

Tag returns tag.CustOrderHandlingInst (1031)

func (CustOrderHandlingInstField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

type CxlRejResponseToField

type CxlRejResponseToField struct{ quickfix.FIXString }

CxlRejResponseToField is a enum.CxlRejResponseTo field

func (CxlRejResponseToField) Tag

Tag returns tag.CxlRejResponseTo (434)

func (CxlRejResponseToField) Value added in v0.6.0

type CxlTypeField

type CxlTypeField struct{ quickfix.FIXString }

CxlTypeField is a enum.CxlType field

func NewCxlType

func NewCxlType(val enum.CxlType) CxlTypeField

func (CxlTypeField) Tag

func (f CxlTypeField) Tag() quickfix.Tag

Tag returns tag.CxlType (125)

func (CxlTypeField) Value added in v0.6.0

func (f CxlTypeField) Value() enum.CxlType

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 added in v0.6.0

func (f DKReasonField) Value() enum.DKReason

type DateOfBirthField

type DateOfBirthField struct{ quickfix.FIXString }

DateOfBirthField is a LOCALMKTDATE field

func NewDateOfBirth

func NewDateOfBirth(val string) DateOfBirthField

NewDateOfBirth returns a new DateOfBirthField initialized with val

func (DateOfBirthField) Tag

func (f DateOfBirthField) Tag() quickfix.Tag

Tag returns tag.DateOfBirth (486)

func (DateOfBirthField) Value added in v0.6.0

func (f DateOfBirthField) Value() string

type DatedDateField

type DatedDateField struct{ quickfix.FIXString }

DatedDateField is a LOCALMKTDATE field

func NewDatedDate

func NewDatedDate(val string) DatedDateField

NewDatedDate returns a new DatedDateField initialized with val

func (DatedDateField) Tag

func (f DatedDateField) Tag() quickfix.Tag

Tag returns tag.DatedDate (873)

func (DatedDateField) Value added in v0.6.0

func (f DatedDateField) Value() string

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 added in v0.6.0

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

type DayBookingInstField

type DayBookingInstField struct{ quickfix.FIXString }

DayBookingInstField is a enum.DayBookingInst field

func NewDayBookingInst

func NewDayBookingInst(val enum.DayBookingInst) DayBookingInstField

func (DayBookingInstField) Tag

Tag returns tag.DayBookingInst (589)

func (DayBookingInstField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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

type DealingCapacityField

type DealingCapacityField struct{ quickfix.FIXString }

DealingCapacityField is a enum.DealingCapacity field

func NewDealingCapacity

func NewDealingCapacity(val enum.DealingCapacity) DealingCapacityField

func (DealingCapacityField) Tag

Tag returns tag.DealingCapacity (1048)

func (DealingCapacityField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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

type DefaultApplExtIDField

type DefaultApplExtIDField struct{ quickfix.FIXInt }

DefaultApplExtIDField is a INT field

func NewDefaultApplExtID

func NewDefaultApplExtID(val int) DefaultApplExtIDField

NewDefaultApplExtID returns a new DefaultApplExtIDField initialized with val

func (DefaultApplExtIDField) Tag

Tag returns tag.DefaultApplExtID (1407)

func (DefaultApplExtIDField) Value added in v0.6.0

func (f DefaultApplExtIDField) Value() int

type DefaultApplVerIDField

type DefaultApplVerIDField struct{ quickfix.FIXString }

DefaultApplVerIDField is a STRING field

func NewDefaultApplVerID

func NewDefaultApplVerID(val string) DefaultApplVerIDField

NewDefaultApplVerID returns a new DefaultApplVerIDField initialized with val

func (DefaultApplVerIDField) Tag

Tag returns tag.DefaultApplVerID (1137)

func (DefaultApplVerIDField) Value added in v0.6.0

func (f DefaultApplVerIDField) Value() string

type DefaultCstmApplVerIDField

type DefaultCstmApplVerIDField struct{ quickfix.FIXString }

DefaultCstmApplVerIDField is a STRING field

func NewDefaultCstmApplVerID

func NewDefaultCstmApplVerID(val string) DefaultCstmApplVerIDField

NewDefaultCstmApplVerID returns a new DefaultCstmApplVerIDField initialized with val

func (DefaultCstmApplVerIDField) Tag

Tag returns tag.DefaultCstmApplVerID (1408)

func (DefaultCstmApplVerIDField) Value added in v0.6.0

type DefaultVerIndicatorField

type DefaultVerIndicatorField struct{ quickfix.FIXBoolean }

DefaultVerIndicatorField is a BOOLEAN field

func NewDefaultVerIndicator

func NewDefaultVerIndicator(val bool) DefaultVerIndicatorField

NewDefaultVerIndicator returns a new DefaultVerIndicatorField initialized with val

func (DefaultVerIndicatorField) Tag

Tag returns tag.DefaultVerIndicator (1410)

func (DefaultVerIndicatorField) Value added in v0.6.0

func (f DefaultVerIndicatorField) Value() bool

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f DeliverToSubIDField) Value() string

type DeliveryDateField

type DeliveryDateField struct{ quickfix.FIXString }

DeliveryDateField is a LOCALMKTDATE field

func NewDeliveryDate

func NewDeliveryDate(val string) DeliveryDateField

NewDeliveryDate returns a new DeliveryDateField initialized with val

func (DeliveryDateField) Tag

func (f DeliveryDateField) Tag() quickfix.Tag

Tag returns tag.DeliveryDate (743)

func (DeliveryDateField) Value added in v0.6.0

func (f DeliveryDateField) Value() string

type DeliveryFormField

type DeliveryFormField struct{ quickfix.FIXString }

DeliveryFormField is a enum.DeliveryForm field

func NewDeliveryForm

func NewDeliveryForm(val enum.DeliveryForm) DeliveryFormField

func (DeliveryFormField) Tag

func (f DeliveryFormField) Tag() quickfix.Tag

Tag returns tag.DeliveryForm (668)

func (DeliveryFormField) Value added in v0.6.0

type DeliveryTypeField

type DeliveryTypeField struct{ quickfix.FIXString }

DeliveryTypeField is a enum.DeliveryType field

func NewDeliveryType

func NewDeliveryType(val enum.DeliveryType) DeliveryTypeField

func (DeliveryTypeField) Tag

func (f DeliveryTypeField) Tag() quickfix.Tag

Tag returns tag.DeliveryType (919)

func (DeliveryTypeField) Value added in v0.6.0

type DerivFlexProductEligibilityIndicatorField

type DerivFlexProductEligibilityIndicatorField struct{ quickfix.FIXBoolean }

DerivFlexProductEligibilityIndicatorField is a BOOLEAN field

func NewDerivFlexProductEligibilityIndicator

func NewDerivFlexProductEligibilityIndicator(val bool) DerivFlexProductEligibilityIndicatorField

NewDerivFlexProductEligibilityIndicator returns a new DerivFlexProductEligibilityIndicatorField initialized with val

func (DerivFlexProductEligibilityIndicatorField) Tag

Tag returns tag.DerivFlexProductEligibilityIndicator (1243)

func (DerivFlexProductEligibilityIndicatorField) Value added in v0.6.0

type DerivativeCFICodeField

type DerivativeCFICodeField struct{ quickfix.FIXString }

DerivativeCFICodeField is a STRING field

func NewDerivativeCFICode

func NewDerivativeCFICode(val string) DerivativeCFICodeField

NewDerivativeCFICode returns a new DerivativeCFICodeField initialized with val

func (DerivativeCFICodeField) Tag

Tag returns tag.DerivativeCFICode (1248)

func (DerivativeCFICodeField) Value added in v0.6.0

func (f DerivativeCFICodeField) Value() string

type DerivativeCapPriceField

type DerivativeCapPriceField struct{ quickfix.FIXDecimal }

DerivativeCapPriceField is a PRICE field

func NewDerivativeCapPrice

func NewDerivativeCapPrice(val decimal.Decimal, scale int32) DerivativeCapPriceField

NewDerivativeCapPrice returns a new DerivativeCapPriceField initialized with val and scale

func (DerivativeCapPriceField) Tag

Tag returns tag.DerivativeCapPrice (1321)

func (DerivativeCapPriceField) Value added in v0.6.0

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

type DerivativeContractMultiplierField

type DerivativeContractMultiplierField struct{ quickfix.FIXDecimal }

DerivativeContractMultiplierField is a FLOAT field

func NewDerivativeContractMultiplier

func NewDerivativeContractMultiplier(val decimal.Decimal, scale int32) DerivativeContractMultiplierField

NewDerivativeContractMultiplier returns a new DerivativeContractMultiplierField initialized with val and scale

func (DerivativeContractMultiplierField) Tag

Tag returns tag.DerivativeContractMultiplier (1266)

func (DerivativeContractMultiplierField) Value added in v0.6.0

type DerivativeContractMultiplierUnitField

type DerivativeContractMultiplierUnitField struct{ quickfix.FIXInt }

DerivativeContractMultiplierUnitField is a INT field

func NewDerivativeContractMultiplierUnit

func NewDerivativeContractMultiplierUnit(val int) DerivativeContractMultiplierUnitField

NewDerivativeContractMultiplierUnit returns a new DerivativeContractMultiplierUnitField initialized with val

func (DerivativeContractMultiplierUnitField) Tag

Tag returns tag.DerivativeContractMultiplierUnit (1438)

func (DerivativeContractMultiplierUnitField) Value added in v0.6.0

type DerivativeContractSettlMonthField

type DerivativeContractSettlMonthField struct{ quickfix.FIXString }

DerivativeContractSettlMonthField is a MONTHYEAR field

func NewDerivativeContractSettlMonth

func NewDerivativeContractSettlMonth(val string) DerivativeContractSettlMonthField

NewDerivativeContractSettlMonth returns a new DerivativeContractSettlMonthField initialized with val

func (DerivativeContractSettlMonthField) Tag

Tag returns tag.DerivativeContractSettlMonth (1285)

func (DerivativeContractSettlMonthField) Value added in v0.6.0

type DerivativeCountryOfIssueField

type DerivativeCountryOfIssueField struct{ quickfix.FIXString }

DerivativeCountryOfIssueField is a COUNTRY field

func NewDerivativeCountryOfIssue

func NewDerivativeCountryOfIssue(val string) DerivativeCountryOfIssueField

NewDerivativeCountryOfIssue returns a new DerivativeCountryOfIssueField initialized with val

func (DerivativeCountryOfIssueField) Tag

Tag returns tag.DerivativeCountryOfIssue (1258)

func (DerivativeCountryOfIssueField) Value added in v0.6.0

type DerivativeEncodedIssuerField

type DerivativeEncodedIssuerField struct{ quickfix.FIXString }

DerivativeEncodedIssuerField is a DATA field

func NewDerivativeEncodedIssuer

func NewDerivativeEncodedIssuer(val string) DerivativeEncodedIssuerField

NewDerivativeEncodedIssuer returns a new DerivativeEncodedIssuerField initialized with val

func (DerivativeEncodedIssuerField) Tag

Tag returns tag.DerivativeEncodedIssuer (1278)

func (DerivativeEncodedIssuerField) Value added in v0.6.0

type DerivativeEncodedIssuerLenField

type DerivativeEncodedIssuerLenField struct{ quickfix.FIXInt }

DerivativeEncodedIssuerLenField is a LENGTH field

func NewDerivativeEncodedIssuerLen

func NewDerivativeEncodedIssuerLen(val int) DerivativeEncodedIssuerLenField

NewDerivativeEncodedIssuerLen returns a new DerivativeEncodedIssuerLenField initialized with val

func (DerivativeEncodedIssuerLenField) Tag

Tag returns tag.DerivativeEncodedIssuerLen (1277)

func (DerivativeEncodedIssuerLenField) Value added in v0.6.0

type DerivativeEncodedSecurityDescField

type DerivativeEncodedSecurityDescField struct{ quickfix.FIXString }

DerivativeEncodedSecurityDescField is a DATA field

func NewDerivativeEncodedSecurityDesc

func NewDerivativeEncodedSecurityDesc(val string) DerivativeEncodedSecurityDescField

NewDerivativeEncodedSecurityDesc returns a new DerivativeEncodedSecurityDescField initialized with val

func (DerivativeEncodedSecurityDescField) Tag

Tag returns tag.DerivativeEncodedSecurityDesc (1281)

func (DerivativeEncodedSecurityDescField) Value added in v0.6.0

type DerivativeEncodedSecurityDescLenField

type DerivativeEncodedSecurityDescLenField struct{ quickfix.FIXInt }

DerivativeEncodedSecurityDescLenField is a LENGTH field

func NewDerivativeEncodedSecurityDescLen

func NewDerivativeEncodedSecurityDescLen(val int) DerivativeEncodedSecurityDescLenField

NewDerivativeEncodedSecurityDescLen returns a new DerivativeEncodedSecurityDescLenField initialized with val

func (DerivativeEncodedSecurityDescLenField) Tag

Tag returns tag.DerivativeEncodedSecurityDescLen (1280)

func (DerivativeEncodedSecurityDescLenField) Value added in v0.6.0

type DerivativeEventDateField

type DerivativeEventDateField struct{ quickfix.FIXString }

DerivativeEventDateField is a LOCALMKTDATE field

func NewDerivativeEventDate

func NewDerivativeEventDate(val string) DerivativeEventDateField

NewDerivativeEventDate returns a new DerivativeEventDateField initialized with val

func (DerivativeEventDateField) Tag

Tag returns tag.DerivativeEventDate (1288)

func (DerivativeEventDateField) Value added in v0.6.0

func (f DerivativeEventDateField) Value() string

type DerivativeEventPxField

type DerivativeEventPxField struct{ quickfix.FIXDecimal }

DerivativeEventPxField is a PRICE field

func NewDerivativeEventPx

func NewDerivativeEventPx(val decimal.Decimal, scale int32) DerivativeEventPxField

NewDerivativeEventPx returns a new DerivativeEventPxField initialized with val and scale

func (DerivativeEventPxField) Tag

Tag returns tag.DerivativeEventPx (1290)

func (DerivativeEventPxField) Value added in v0.6.0

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

type DerivativeEventTextField

type DerivativeEventTextField struct{ quickfix.FIXString }

DerivativeEventTextField is a STRING field

func NewDerivativeEventText

func NewDerivativeEventText(val string) DerivativeEventTextField

NewDerivativeEventText returns a new DerivativeEventTextField initialized with val

func (DerivativeEventTextField) Tag

Tag returns tag.DerivativeEventText (1291)

func (DerivativeEventTextField) Value added in v0.6.0

func (f DerivativeEventTextField) Value() string

type DerivativeEventTimeField

type DerivativeEventTimeField struct{ quickfix.FIXUTCTimestamp }

DerivativeEventTimeField is a UTCTIMESTAMP field

func NewDerivativeEventTime added in v0.3.0

func NewDerivativeEventTime(val time.Time) DerivativeEventTimeField

NewDerivativeEventTime returns a new DerivativeEventTimeField initialized with val

func NewDerivativeEventTimeNoMillis added in v0.3.0

func NewDerivativeEventTimeNoMillis(val time.Time) DerivativeEventTimeField

NewDerivativeEventTimeNoMillis returns a new DerivativeEventTimeField initialized with val without millisecs

func (DerivativeEventTimeField) Tag

Tag returns tag.DerivativeEventTime (1289)

func (DerivativeEventTimeField) Value added in v0.6.0

type DerivativeEventTypeField

type DerivativeEventTypeField struct{ quickfix.FIXInt }

DerivativeEventTypeField is a INT field

func NewDerivativeEventType

func NewDerivativeEventType(val int) DerivativeEventTypeField

NewDerivativeEventType returns a new DerivativeEventTypeField initialized with val

func (DerivativeEventTypeField) Tag

Tag returns tag.DerivativeEventType (1287)

func (DerivativeEventTypeField) Value added in v0.6.0

func (f DerivativeEventTypeField) Value() int

type DerivativeExerciseStyleField

type DerivativeExerciseStyleField struct{ quickfix.FIXString }

DerivativeExerciseStyleField is a CHAR field

func NewDerivativeExerciseStyle

func NewDerivativeExerciseStyle(val string) DerivativeExerciseStyleField

NewDerivativeExerciseStyle returns a new DerivativeExerciseStyleField initialized with val

func (DerivativeExerciseStyleField) Tag

Tag returns tag.DerivativeExerciseStyle (1299)

func (DerivativeExerciseStyleField) Value added in v0.6.0

type DerivativeFloorPriceField

type DerivativeFloorPriceField struct{ quickfix.FIXDecimal }

DerivativeFloorPriceField is a PRICE field

func NewDerivativeFloorPrice

func NewDerivativeFloorPrice(val decimal.Decimal, scale int32) DerivativeFloorPriceField

NewDerivativeFloorPrice returns a new DerivativeFloorPriceField initialized with val and scale

func (DerivativeFloorPriceField) Tag

Tag returns tag.DerivativeFloorPrice (1322)

func (DerivativeFloorPriceField) Value added in v0.6.0

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

type DerivativeFlowScheduleTypeField

type DerivativeFlowScheduleTypeField struct{ quickfix.FIXInt }

DerivativeFlowScheduleTypeField is a INT field

func NewDerivativeFlowScheduleType

func NewDerivativeFlowScheduleType(val int) DerivativeFlowScheduleTypeField

NewDerivativeFlowScheduleType returns a new DerivativeFlowScheduleTypeField initialized with val

func (DerivativeFlowScheduleTypeField) Tag

Tag returns tag.DerivativeFlowScheduleType (1442)

func (DerivativeFlowScheduleTypeField) Value added in v0.6.0

type DerivativeFuturesValuationMethodField

type DerivativeFuturesValuationMethodField struct{ quickfix.FIXString }

DerivativeFuturesValuationMethodField is a STRING field

func NewDerivativeFuturesValuationMethod

func NewDerivativeFuturesValuationMethod(val string) DerivativeFuturesValuationMethodField

NewDerivativeFuturesValuationMethod returns a new DerivativeFuturesValuationMethodField initialized with val

func (DerivativeFuturesValuationMethodField) Tag

Tag returns tag.DerivativeFuturesValuationMethod (1319)

func (DerivativeFuturesValuationMethodField) Value added in v0.6.0

type DerivativeInstrAttribTypeField

type DerivativeInstrAttribTypeField struct{ quickfix.FIXInt }

DerivativeInstrAttribTypeField is a INT field

func NewDerivativeInstrAttribType

func NewDerivativeInstrAttribType(val int) DerivativeInstrAttribTypeField

NewDerivativeInstrAttribType returns a new DerivativeInstrAttribTypeField initialized with val

func (DerivativeInstrAttribTypeField) Tag

Tag returns tag.DerivativeInstrAttribType (1313)

func (DerivativeInstrAttribTypeField) Value added in v0.6.0

type DerivativeInstrAttribValueField

type DerivativeInstrAttribValueField struct{ quickfix.FIXString }

DerivativeInstrAttribValueField is a STRING field

func NewDerivativeInstrAttribValue

func NewDerivativeInstrAttribValue(val string) DerivativeInstrAttribValueField

NewDerivativeInstrAttribValue returns a new DerivativeInstrAttribValueField initialized with val

func (DerivativeInstrAttribValueField) Tag

Tag returns tag.DerivativeInstrAttribValue (1314)

func (DerivativeInstrAttribValueField) Value added in v0.6.0

type DerivativeInstrRegistryField

type DerivativeInstrRegistryField struct{ quickfix.FIXString }

DerivativeInstrRegistryField is a STRING field

func NewDerivativeInstrRegistry

func NewDerivativeInstrRegistry(val string) DerivativeInstrRegistryField

NewDerivativeInstrRegistry returns a new DerivativeInstrRegistryField initialized with val

func (DerivativeInstrRegistryField) Tag

Tag returns tag.DerivativeInstrRegistry (1257)

func (DerivativeInstrRegistryField) Value added in v0.6.0

type DerivativeInstrmtAssignmentMethodField

type DerivativeInstrmtAssignmentMethodField struct{ quickfix.FIXString }

DerivativeInstrmtAssignmentMethodField is a CHAR field

func NewDerivativeInstrmtAssignmentMethod

func NewDerivativeInstrmtAssignmentMethod(val string) DerivativeInstrmtAssignmentMethodField

NewDerivativeInstrmtAssignmentMethod returns a new DerivativeInstrmtAssignmentMethodField initialized with val

func (DerivativeInstrmtAssignmentMethodField) Tag

Tag returns tag.DerivativeInstrmtAssignmentMethod (1255)

func (DerivativeInstrmtAssignmentMethodField) Value added in v0.6.0

type DerivativeInstrumentPartyIDField

type DerivativeInstrumentPartyIDField struct{ quickfix.FIXString }

DerivativeInstrumentPartyIDField is a STRING field

func NewDerivativeInstrumentPartyID

func NewDerivativeInstrumentPartyID(val string) DerivativeInstrumentPartyIDField

NewDerivativeInstrumentPartyID returns a new DerivativeInstrumentPartyIDField initialized with val

func (DerivativeInstrumentPartyIDField) Tag

Tag returns tag.DerivativeInstrumentPartyID (1293)

func (DerivativeInstrumentPartyIDField) Value added in v0.6.0

type DerivativeInstrumentPartyIDSourceField

type DerivativeInstrumentPartyIDSourceField struct{ quickfix.FIXString }

DerivativeInstrumentPartyIDSourceField is a STRING field

func NewDerivativeInstrumentPartyIDSource

func NewDerivativeInstrumentPartyIDSource(val string) DerivativeInstrumentPartyIDSourceField

NewDerivativeInstrumentPartyIDSource returns a new DerivativeInstrumentPartyIDSourceField initialized with val

func (DerivativeInstrumentPartyIDSourceField) Tag

Tag returns tag.DerivativeInstrumentPartyIDSource (1294)

func (DerivativeInstrumentPartyIDSourceField) Value added in v0.6.0

type DerivativeInstrumentPartyRoleField

type DerivativeInstrumentPartyRoleField struct{ quickfix.FIXInt }

DerivativeInstrumentPartyRoleField is a INT field

func NewDerivativeInstrumentPartyRole

func NewDerivativeInstrumentPartyRole(val int) DerivativeInstrumentPartyRoleField

NewDerivativeInstrumentPartyRole returns a new DerivativeInstrumentPartyRoleField initialized with val

func (DerivativeInstrumentPartyRoleField) Tag

Tag returns tag.DerivativeInstrumentPartyRole (1295)

func (DerivativeInstrumentPartyRoleField) Value added in v0.6.0

type DerivativeInstrumentPartySubIDField

type DerivativeInstrumentPartySubIDField struct{ quickfix.FIXString }

DerivativeInstrumentPartySubIDField is a STRING field

func NewDerivativeInstrumentPartySubID

func NewDerivativeInstrumentPartySubID(val string) DerivativeInstrumentPartySubIDField

NewDerivativeInstrumentPartySubID returns a new DerivativeInstrumentPartySubIDField initialized with val

func (DerivativeInstrumentPartySubIDField) Tag

Tag returns tag.DerivativeInstrumentPartySubID (1297)

func (DerivativeInstrumentPartySubIDField) Value added in v0.6.0

type DerivativeInstrumentPartySubIDTypeField

type DerivativeInstrumentPartySubIDTypeField struct{ quickfix.FIXInt }

DerivativeInstrumentPartySubIDTypeField is a INT field

func NewDerivativeInstrumentPartySubIDType

func NewDerivativeInstrumentPartySubIDType(val int) DerivativeInstrumentPartySubIDTypeField

NewDerivativeInstrumentPartySubIDType returns a new DerivativeInstrumentPartySubIDTypeField initialized with val

func (DerivativeInstrumentPartySubIDTypeField) Tag

Tag returns tag.DerivativeInstrumentPartySubIDType (1298)

func (DerivativeInstrumentPartySubIDTypeField) Value added in v0.6.0

type DerivativeIssueDateField

type DerivativeIssueDateField struct{ quickfix.FIXString }

DerivativeIssueDateField is a LOCALMKTDATE field

func NewDerivativeIssueDate

func NewDerivativeIssueDate(val string) DerivativeIssueDateField

NewDerivativeIssueDate returns a new DerivativeIssueDateField initialized with val

func (DerivativeIssueDateField) Tag

Tag returns tag.DerivativeIssueDate (1276)

func (DerivativeIssueDateField) Value added in v0.6.0

func (f DerivativeIssueDateField) Value() string

type DerivativeIssuerField

type DerivativeIssuerField struct{ quickfix.FIXString }

DerivativeIssuerField is a STRING field

func NewDerivativeIssuer

func NewDerivativeIssuer(val string) DerivativeIssuerField

NewDerivativeIssuer returns a new DerivativeIssuerField initialized with val

func (DerivativeIssuerField) Tag

Tag returns tag.DerivativeIssuer (1275)

func (DerivativeIssuerField) Value added in v0.6.0

func (f DerivativeIssuerField) Value() string

type DerivativeListMethodField

type DerivativeListMethodField struct{ quickfix.FIXInt }

DerivativeListMethodField is a INT field

func NewDerivativeListMethod

func NewDerivativeListMethod(val int) DerivativeListMethodField

NewDerivativeListMethod returns a new DerivativeListMethodField initialized with val

func (DerivativeListMethodField) Tag

Tag returns tag.DerivativeListMethod (1320)

func (DerivativeListMethodField) Value added in v0.6.0

func (f DerivativeListMethodField) Value() int

type DerivativeLocaleOfIssueField

type DerivativeLocaleOfIssueField struct{ quickfix.FIXString }

DerivativeLocaleOfIssueField is a STRING field

func NewDerivativeLocaleOfIssue

func NewDerivativeLocaleOfIssue(val string) DerivativeLocaleOfIssueField

NewDerivativeLocaleOfIssue returns a new DerivativeLocaleOfIssueField initialized with val

func (DerivativeLocaleOfIssueField) Tag

Tag returns tag.DerivativeLocaleOfIssue (1260)

func (DerivativeLocaleOfIssueField) Value added in v0.6.0

type DerivativeMaturityDateField

type DerivativeMaturityDateField struct{ quickfix.FIXString }

DerivativeMaturityDateField is a LOCALMKTDATE field

func NewDerivativeMaturityDate

func NewDerivativeMaturityDate(val string) DerivativeMaturityDateField

NewDerivativeMaturityDate returns a new DerivativeMaturityDateField initialized with val

func (DerivativeMaturityDateField) Tag

Tag returns tag.DerivativeMaturityDate (1252)

func (DerivativeMaturityDateField) Value added in v0.6.0

type DerivativeMaturityMonthYearField

type DerivativeMaturityMonthYearField struct{ quickfix.FIXString }

DerivativeMaturityMonthYearField is a MONTHYEAR field

func NewDerivativeMaturityMonthYear

func NewDerivativeMaturityMonthYear(val string) DerivativeMaturityMonthYearField

NewDerivativeMaturityMonthYear returns a new DerivativeMaturityMonthYearField initialized with val

func (DerivativeMaturityMonthYearField) Tag

Tag returns tag.DerivativeMaturityMonthYear (1251)

func (DerivativeMaturityMonthYearField) Value added in v0.6.0

type DerivativeMaturityTimeField

type DerivativeMaturityTimeField struct{ quickfix.FIXString }

DerivativeMaturityTimeField is a TZTIMEONLY field

func NewDerivativeMaturityTime

func NewDerivativeMaturityTime(val string) DerivativeMaturityTimeField

NewDerivativeMaturityTime returns a new DerivativeMaturityTimeField initialized with val

func (DerivativeMaturityTimeField) Tag

Tag returns tag.DerivativeMaturityTime (1253)

func (DerivativeMaturityTimeField) Value added in v0.6.0

type DerivativeMinPriceIncrementAmountField

type DerivativeMinPriceIncrementAmountField struct{ quickfix.FIXDecimal }

DerivativeMinPriceIncrementAmountField is a AMT field

func NewDerivativeMinPriceIncrementAmount

func NewDerivativeMinPriceIncrementAmount(val decimal.Decimal, scale int32) DerivativeMinPriceIncrementAmountField

NewDerivativeMinPriceIncrementAmount returns a new DerivativeMinPriceIncrementAmountField initialized with val and scale

func (DerivativeMinPriceIncrementAmountField) Tag

Tag returns tag.DerivativeMinPriceIncrementAmount (1268)

func (DerivativeMinPriceIncrementAmountField) Value added in v0.6.0

type DerivativeMinPriceIncrementField

type DerivativeMinPriceIncrementField struct{ quickfix.FIXDecimal }

DerivativeMinPriceIncrementField is a FLOAT field

func NewDerivativeMinPriceIncrement

func NewDerivativeMinPriceIncrement(val decimal.Decimal, scale int32) DerivativeMinPriceIncrementField

NewDerivativeMinPriceIncrement returns a new DerivativeMinPriceIncrementField initialized with val and scale

func (DerivativeMinPriceIncrementField) Tag

Tag returns tag.DerivativeMinPriceIncrement (1267)

func (DerivativeMinPriceIncrementField) Value added in v0.6.0

type DerivativeNTPositionLimitField

type DerivativeNTPositionLimitField struct{ quickfix.FIXInt }

DerivativeNTPositionLimitField is a INT field

func NewDerivativeNTPositionLimit

func NewDerivativeNTPositionLimit(val int) DerivativeNTPositionLimitField

NewDerivativeNTPositionLimit returns a new DerivativeNTPositionLimitField initialized with val

func (DerivativeNTPositionLimitField) Tag

Tag returns tag.DerivativeNTPositionLimit (1274)

func (DerivativeNTPositionLimitField) Value added in v0.6.0

type DerivativeOptAttributeField

type DerivativeOptAttributeField struct{ quickfix.FIXString }

DerivativeOptAttributeField is a CHAR field

func NewDerivativeOptAttribute

func NewDerivativeOptAttribute(val string) DerivativeOptAttributeField

NewDerivativeOptAttribute returns a new DerivativeOptAttributeField initialized with val

func (DerivativeOptAttributeField) Tag

Tag returns tag.DerivativeOptAttribute (1265)

func (DerivativeOptAttributeField) Value added in v0.6.0

type DerivativeOptPayAmountField

type DerivativeOptPayAmountField struct{ quickfix.FIXDecimal }

DerivativeOptPayAmountField is a AMT field

func NewDerivativeOptPayAmount

func NewDerivativeOptPayAmount(val decimal.Decimal, scale int32) DerivativeOptPayAmountField

NewDerivativeOptPayAmount returns a new DerivativeOptPayAmountField initialized with val and scale

func (DerivativeOptPayAmountField) Tag

Tag returns tag.DerivativeOptPayAmount (1225)

func (DerivativeOptPayAmountField) Value added in v0.6.0

type DerivativePositionLimitField

type DerivativePositionLimitField struct{ quickfix.FIXInt }

DerivativePositionLimitField is a INT field

func NewDerivativePositionLimit

func NewDerivativePositionLimit(val int) DerivativePositionLimitField

NewDerivativePositionLimit returns a new DerivativePositionLimitField initialized with val

func (DerivativePositionLimitField) Tag

Tag returns tag.DerivativePositionLimit (1273)

func (DerivativePositionLimitField) Value added in v0.6.0

type DerivativePriceQuoteMethodField

type DerivativePriceQuoteMethodField struct{ quickfix.FIXString }

DerivativePriceQuoteMethodField is a STRING field

func NewDerivativePriceQuoteMethod

func NewDerivativePriceQuoteMethod(val string) DerivativePriceQuoteMethodField

NewDerivativePriceQuoteMethod returns a new DerivativePriceQuoteMethodField initialized with val

func (DerivativePriceQuoteMethodField) Tag

Tag returns tag.DerivativePriceQuoteMethod (1318)

func (DerivativePriceQuoteMethodField) Value added in v0.6.0

type DerivativePriceUnitOfMeasureField

type DerivativePriceUnitOfMeasureField struct{ quickfix.FIXString }

DerivativePriceUnitOfMeasureField is a STRING field

func NewDerivativePriceUnitOfMeasure

func NewDerivativePriceUnitOfMeasure(val string) DerivativePriceUnitOfMeasureField

NewDerivativePriceUnitOfMeasure returns a new DerivativePriceUnitOfMeasureField initialized with val

func (DerivativePriceUnitOfMeasureField) Tag

Tag returns tag.DerivativePriceUnitOfMeasure (1315)

func (DerivativePriceUnitOfMeasureField) Value added in v0.6.0

type DerivativePriceUnitOfMeasureQtyField

type DerivativePriceUnitOfMeasureQtyField struct{ quickfix.FIXDecimal }

DerivativePriceUnitOfMeasureQtyField is a QTY field

func NewDerivativePriceUnitOfMeasureQty

func NewDerivativePriceUnitOfMeasureQty(val decimal.Decimal, scale int32) DerivativePriceUnitOfMeasureQtyField

NewDerivativePriceUnitOfMeasureQty returns a new DerivativePriceUnitOfMeasureQtyField initialized with val and scale

func (DerivativePriceUnitOfMeasureQtyField) Tag

Tag returns tag.DerivativePriceUnitOfMeasureQty (1316)

func (DerivativePriceUnitOfMeasureQtyField) Value added in v0.6.0

type DerivativeProductComplexField

type DerivativeProductComplexField struct{ quickfix.FIXString }

DerivativeProductComplexField is a STRING field

func NewDerivativeProductComplex

func NewDerivativeProductComplex(val string) DerivativeProductComplexField

NewDerivativeProductComplex returns a new DerivativeProductComplexField initialized with val

func (DerivativeProductComplexField) Tag

Tag returns tag.DerivativeProductComplex (1228)

func (DerivativeProductComplexField) Value added in v0.6.0

type DerivativeProductField

type DerivativeProductField struct{ quickfix.FIXInt }

DerivativeProductField is a INT field

func NewDerivativeProduct

func NewDerivativeProduct(val int) DerivativeProductField

NewDerivativeProduct returns a new DerivativeProductField initialized with val

func (DerivativeProductField) Tag

Tag returns tag.DerivativeProduct (1246)

func (DerivativeProductField) Value added in v0.6.0

func (f DerivativeProductField) Value() int

type DerivativePutOrCallField

type DerivativePutOrCallField struct{ quickfix.FIXInt }

DerivativePutOrCallField is a INT field

func NewDerivativePutOrCall

func NewDerivativePutOrCall(val int) DerivativePutOrCallField

NewDerivativePutOrCall returns a new DerivativePutOrCallField initialized with val

func (DerivativePutOrCallField) Tag

Tag returns tag.DerivativePutOrCall (1323)

func (DerivativePutOrCallField) Value added in v0.6.0

func (f DerivativePutOrCallField) Value() int

type DerivativeSecurityAltIDField

type DerivativeSecurityAltIDField struct{ quickfix.FIXString }

DerivativeSecurityAltIDField is a STRING field

func NewDerivativeSecurityAltID

func NewDerivativeSecurityAltID(val string) DerivativeSecurityAltIDField

NewDerivativeSecurityAltID returns a new DerivativeSecurityAltIDField initialized with val

func (DerivativeSecurityAltIDField) Tag

Tag returns tag.DerivativeSecurityAltID (1219)

func (DerivativeSecurityAltIDField) Value added in v0.6.0

type DerivativeSecurityAltIDSourceField

type DerivativeSecurityAltIDSourceField struct{ quickfix.FIXString }

DerivativeSecurityAltIDSourceField is a STRING field

func NewDerivativeSecurityAltIDSource

func NewDerivativeSecurityAltIDSource(val string) DerivativeSecurityAltIDSourceField

NewDerivativeSecurityAltIDSource returns a new DerivativeSecurityAltIDSourceField initialized with val

func (DerivativeSecurityAltIDSourceField) Tag

Tag returns tag.DerivativeSecurityAltIDSource (1220)

func (DerivativeSecurityAltIDSourceField) Value added in v0.6.0

type DerivativeSecurityDescField

type DerivativeSecurityDescField struct{ quickfix.FIXString }

DerivativeSecurityDescField is a STRING field

func NewDerivativeSecurityDesc

func NewDerivativeSecurityDesc(val string) DerivativeSecurityDescField

NewDerivativeSecurityDesc returns a new DerivativeSecurityDescField initialized with val

func (DerivativeSecurityDescField) Tag

Tag returns tag.DerivativeSecurityDesc (1279)

func (DerivativeSecurityDescField) Value added in v0.6.0

type DerivativeSecurityExchangeField

type DerivativeSecurityExchangeField struct{ quickfix.FIXString }

DerivativeSecurityExchangeField is a EXCHANGE field

func NewDerivativeSecurityExchange

func NewDerivativeSecurityExchange(val string) DerivativeSecurityExchangeField

NewDerivativeSecurityExchange returns a new DerivativeSecurityExchangeField initialized with val

func (DerivativeSecurityExchangeField) Tag

Tag returns tag.DerivativeSecurityExchange (1272)

func (DerivativeSecurityExchangeField) Value added in v0.6.0

type DerivativeSecurityGroupField

type DerivativeSecurityGroupField struct{ quickfix.FIXString }

DerivativeSecurityGroupField is a STRING field

func NewDerivativeSecurityGroup

func NewDerivativeSecurityGroup(val string) DerivativeSecurityGroupField

NewDerivativeSecurityGroup returns a new DerivativeSecurityGroupField initialized with val

func (DerivativeSecurityGroupField) Tag

Tag returns tag.DerivativeSecurityGroup (1247)

func (DerivativeSecurityGroupField) Value added in v0.6.0

type DerivativeSecurityIDField

type DerivativeSecurityIDField struct{ quickfix.FIXString }

DerivativeSecurityIDField is a STRING field

func NewDerivativeSecurityID

func NewDerivativeSecurityID(val string) DerivativeSecurityIDField

NewDerivativeSecurityID returns a new DerivativeSecurityIDField initialized with val

func (DerivativeSecurityIDField) Tag

Tag returns tag.DerivativeSecurityID (1216)

func (DerivativeSecurityIDField) Value added in v0.6.0

type DerivativeSecurityIDSourceField

type DerivativeSecurityIDSourceField struct{ quickfix.FIXString }

DerivativeSecurityIDSourceField is a STRING field

func NewDerivativeSecurityIDSource

func NewDerivativeSecurityIDSource(val string) DerivativeSecurityIDSourceField

NewDerivativeSecurityIDSource returns a new DerivativeSecurityIDSourceField initialized with val

func (DerivativeSecurityIDSourceField) Tag

Tag returns tag.DerivativeSecurityIDSource (1217)

func (DerivativeSecurityIDSourceField) Value added in v0.6.0

type DerivativeSecurityListRequestTypeField

type DerivativeSecurityListRequestTypeField struct{ quickfix.FIXString }

DerivativeSecurityListRequestTypeField is a enum.DerivativeSecurityListRequestType field

func (DerivativeSecurityListRequestTypeField) Tag

Tag returns tag.DerivativeSecurityListRequestType (1307)

func (DerivativeSecurityListRequestTypeField) Value added in v0.6.0

type DerivativeSecurityStatusField

type DerivativeSecurityStatusField struct{ quickfix.FIXString }

DerivativeSecurityStatusField is a STRING field

func NewDerivativeSecurityStatus

func NewDerivativeSecurityStatus(val string) DerivativeSecurityStatusField

NewDerivativeSecurityStatus returns a new DerivativeSecurityStatusField initialized with val

func (DerivativeSecurityStatusField) Tag

Tag returns tag.DerivativeSecurityStatus (1256)

func (DerivativeSecurityStatusField) Value added in v0.6.0

type DerivativeSecuritySubTypeField

type DerivativeSecuritySubTypeField struct{ quickfix.FIXString }

DerivativeSecuritySubTypeField is a STRING field

func NewDerivativeSecuritySubType

func NewDerivativeSecuritySubType(val string) DerivativeSecuritySubTypeField

NewDerivativeSecuritySubType returns a new DerivativeSecuritySubTypeField initialized with val

func (DerivativeSecuritySubTypeField) Tag

Tag returns tag.DerivativeSecuritySubType (1250)

func (DerivativeSecuritySubTypeField) Value added in v0.6.0

type DerivativeSecurityTypeField

type DerivativeSecurityTypeField struct{ quickfix.FIXString }

DerivativeSecurityTypeField is a STRING field

func NewDerivativeSecurityType

func NewDerivativeSecurityType(val string) DerivativeSecurityTypeField

NewDerivativeSecurityType returns a new DerivativeSecurityTypeField initialized with val

func (DerivativeSecurityTypeField) Tag

Tag returns tag.DerivativeSecurityType (1249)

func (DerivativeSecurityTypeField) Value added in v0.6.0

type DerivativeSecurityXMLField

type DerivativeSecurityXMLField struct{ quickfix.FIXString }

DerivativeSecurityXMLField is a DATA field

func NewDerivativeSecurityXML

func NewDerivativeSecurityXML(val string) DerivativeSecurityXMLField

NewDerivativeSecurityXML returns a new DerivativeSecurityXMLField initialized with val

func (DerivativeSecurityXMLField) Tag

Tag returns tag.DerivativeSecurityXML (1283)

func (DerivativeSecurityXMLField) Value added in v0.6.0

type DerivativeSecurityXMLLenField

type DerivativeSecurityXMLLenField struct{ quickfix.FIXInt }

DerivativeSecurityXMLLenField is a LENGTH field

func NewDerivativeSecurityXMLLen

func NewDerivativeSecurityXMLLen(val int) DerivativeSecurityXMLLenField

NewDerivativeSecurityXMLLen returns a new DerivativeSecurityXMLLenField initialized with val

func (DerivativeSecurityXMLLenField) Tag

Tag returns tag.DerivativeSecurityXMLLen (1282)

func (DerivativeSecurityXMLLenField) Value added in v0.6.0

type DerivativeSecurityXMLSchemaField

type DerivativeSecurityXMLSchemaField struct{ quickfix.FIXString }

DerivativeSecurityXMLSchemaField is a STRING field

func NewDerivativeSecurityXMLSchema

func NewDerivativeSecurityXMLSchema(val string) DerivativeSecurityXMLSchemaField

NewDerivativeSecurityXMLSchema returns a new DerivativeSecurityXMLSchemaField initialized with val

func (DerivativeSecurityXMLSchemaField) Tag

Tag returns tag.DerivativeSecurityXMLSchema (1284)

func (DerivativeSecurityXMLSchemaField) Value added in v0.6.0

type DerivativeSettlMethodField

type DerivativeSettlMethodField struct{ quickfix.FIXString }

DerivativeSettlMethodField is a CHAR field

func NewDerivativeSettlMethod

func NewDerivativeSettlMethod(val string) DerivativeSettlMethodField

NewDerivativeSettlMethod returns a new DerivativeSettlMethodField initialized with val

func (DerivativeSettlMethodField) Tag

Tag returns tag.DerivativeSettlMethod (1317)

func (DerivativeSettlMethodField) Value added in v0.6.0

type DerivativeSettleOnOpenFlagField

type DerivativeSettleOnOpenFlagField struct{ quickfix.FIXString }

DerivativeSettleOnOpenFlagField is a STRING field

func NewDerivativeSettleOnOpenFlag

func NewDerivativeSettleOnOpenFlag(val string) DerivativeSettleOnOpenFlagField

NewDerivativeSettleOnOpenFlag returns a new DerivativeSettleOnOpenFlagField initialized with val

func (DerivativeSettleOnOpenFlagField) Tag

Tag returns tag.DerivativeSettleOnOpenFlag (1254)

func (DerivativeSettleOnOpenFlagField) Value added in v0.6.0

type DerivativeStateOrProvinceOfIssueField

type DerivativeStateOrProvinceOfIssueField struct{ quickfix.FIXString }

DerivativeStateOrProvinceOfIssueField is a STRING field

func NewDerivativeStateOrProvinceOfIssue

func NewDerivativeStateOrProvinceOfIssue(val string) DerivativeStateOrProvinceOfIssueField

NewDerivativeStateOrProvinceOfIssue returns a new DerivativeStateOrProvinceOfIssueField initialized with val

func (DerivativeStateOrProvinceOfIssueField) Tag

Tag returns tag.DerivativeStateOrProvinceOfIssue (1259)

func (DerivativeStateOrProvinceOfIssueField) Value added in v0.6.0

type DerivativeStrikeCurrencyField

type DerivativeStrikeCurrencyField struct{ quickfix.FIXString }

DerivativeStrikeCurrencyField is a CURRENCY field

func NewDerivativeStrikeCurrency

func NewDerivativeStrikeCurrency(val string) DerivativeStrikeCurrencyField

NewDerivativeStrikeCurrency returns a new DerivativeStrikeCurrencyField initialized with val

func (DerivativeStrikeCurrencyField) Tag

Tag returns tag.DerivativeStrikeCurrency (1262)

func (DerivativeStrikeCurrencyField) Value added in v0.6.0

type DerivativeStrikeMultiplierField

type DerivativeStrikeMultiplierField struct{ quickfix.FIXDecimal }

DerivativeStrikeMultiplierField is a FLOAT field

func NewDerivativeStrikeMultiplier

func NewDerivativeStrikeMultiplier(val decimal.Decimal, scale int32) DerivativeStrikeMultiplierField

NewDerivativeStrikeMultiplier returns a new DerivativeStrikeMultiplierField initialized with val and scale

func (DerivativeStrikeMultiplierField) Tag

Tag returns tag.DerivativeStrikeMultiplier (1263)

func (DerivativeStrikeMultiplierField) Value added in v0.6.0

type DerivativeStrikePriceField

type DerivativeStrikePriceField struct{ quickfix.FIXDecimal }

DerivativeStrikePriceField is a PRICE field

func NewDerivativeStrikePrice

func NewDerivativeStrikePrice(val decimal.Decimal, scale int32) DerivativeStrikePriceField

NewDerivativeStrikePrice returns a new DerivativeStrikePriceField initialized with val and scale

func (DerivativeStrikePriceField) Tag

Tag returns tag.DerivativeStrikePrice (1261)

func (DerivativeStrikePriceField) Value added in v0.6.0

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

type DerivativeStrikeValueField

type DerivativeStrikeValueField struct{ quickfix.FIXDecimal }

DerivativeStrikeValueField is a FLOAT field

func NewDerivativeStrikeValue

func NewDerivativeStrikeValue(val decimal.Decimal, scale int32) DerivativeStrikeValueField

NewDerivativeStrikeValue returns a new DerivativeStrikeValueField initialized with val and scale

func (DerivativeStrikeValueField) Tag

Tag returns tag.DerivativeStrikeValue (1264)

func (DerivativeStrikeValueField) Value added in v0.6.0

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

type DerivativeSymbolField

type DerivativeSymbolField struct{ quickfix.FIXString }

DerivativeSymbolField is a STRING field

func NewDerivativeSymbol

func NewDerivativeSymbol(val string) DerivativeSymbolField

NewDerivativeSymbol returns a new DerivativeSymbolField initialized with val

func (DerivativeSymbolField) Tag

Tag returns tag.DerivativeSymbol (1214)

func (DerivativeSymbolField) Value added in v0.6.0

func (f DerivativeSymbolField) Value() string

type DerivativeSymbolSfxField

type DerivativeSymbolSfxField struct{ quickfix.FIXString }

DerivativeSymbolSfxField is a STRING field

func NewDerivativeSymbolSfx

func NewDerivativeSymbolSfx(val string) DerivativeSymbolSfxField

NewDerivativeSymbolSfx returns a new DerivativeSymbolSfxField initialized with val

func (DerivativeSymbolSfxField) Tag

Tag returns tag.DerivativeSymbolSfx (1215)

func (DerivativeSymbolSfxField) Value added in v0.6.0

func (f DerivativeSymbolSfxField) Value() string

type DerivativeTimeUnitField

type DerivativeTimeUnitField struct{ quickfix.FIXString }

DerivativeTimeUnitField is a STRING field

func NewDerivativeTimeUnit

func NewDerivativeTimeUnit(val string) DerivativeTimeUnitField

NewDerivativeTimeUnit returns a new DerivativeTimeUnitField initialized with val

func (DerivativeTimeUnitField) Tag

Tag returns tag.DerivativeTimeUnit (1271)

func (DerivativeTimeUnitField) Value added in v0.6.0

func (f DerivativeTimeUnitField) Value() string

type DerivativeUnitOfMeasureField

type DerivativeUnitOfMeasureField struct{ quickfix.FIXString }

DerivativeUnitOfMeasureField is a STRING field

func NewDerivativeUnitOfMeasure

func NewDerivativeUnitOfMeasure(val string) DerivativeUnitOfMeasureField

NewDerivativeUnitOfMeasure returns a new DerivativeUnitOfMeasureField initialized with val

func (DerivativeUnitOfMeasureField) Tag

Tag returns tag.DerivativeUnitOfMeasure (1269)

func (DerivativeUnitOfMeasureField) Value added in v0.6.0

type DerivativeUnitOfMeasureQtyField

type DerivativeUnitOfMeasureQtyField struct{ quickfix.FIXDecimal }

DerivativeUnitOfMeasureQtyField is a QTY field

func NewDerivativeUnitOfMeasureQty

func NewDerivativeUnitOfMeasureQty(val decimal.Decimal, scale int32) DerivativeUnitOfMeasureQtyField

NewDerivativeUnitOfMeasureQty returns a new DerivativeUnitOfMeasureQtyField initialized with val and scale

func (DerivativeUnitOfMeasureQtyField) Tag

Tag returns tag.DerivativeUnitOfMeasureQty (1270)

func (DerivativeUnitOfMeasureQtyField) Value added in v0.6.0

type DerivativeValuationMethodField

type DerivativeValuationMethodField struct{ quickfix.FIXString }

DerivativeValuationMethodField is a STRING field

func NewDerivativeValuationMethod

func NewDerivativeValuationMethod(val string) DerivativeValuationMethodField

NewDerivativeValuationMethod returns a new DerivativeValuationMethodField initialized with val

func (DerivativeValuationMethodField) Tag

Tag returns tag.DerivativeValuationMethod (1319)

func (DerivativeValuationMethodField) Value added in v0.6.0

type DesignationField

type DesignationField struct{ quickfix.FIXString }

DesignationField is a STRING field

func NewDesignation

func NewDesignation(val string) DesignationField

NewDesignation returns a new DesignationField initialized with val

func (DesignationField) Tag

func (f DesignationField) Tag() quickfix.Tag

Tag returns tag.Designation (494)

func (DesignationField) Value added in v0.6.0

func (f DesignationField) 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 added in v0.6.0

func (f DeskIDField) Value() string

type DeskOrderHandlingInstField

type DeskOrderHandlingInstField struct{ quickfix.FIXString }

DeskOrderHandlingInstField is a enum.DeskOrderHandlingInst field

func (DeskOrderHandlingInstField) Tag

Tag returns tag.DeskOrderHandlingInst (1035)

func (DeskOrderHandlingInstField) Value added in v0.6.0

type DeskTypeField

type DeskTypeField struct{ quickfix.FIXString }

DeskTypeField is a enum.DeskType field

func NewDeskType

func NewDeskType(val enum.DeskType) DeskTypeField

func (DeskTypeField) Tag

func (f DeskTypeField) Tag() quickfix.Tag

Tag returns tag.DeskType (1033)

func (DeskTypeField) Value added in v0.6.0

func (f DeskTypeField) Value() enum.DeskType

type DeskTypeSourceField

type DeskTypeSourceField struct{ quickfix.FIXString }

DeskTypeSourceField is a enum.DeskTypeSource field

func NewDeskTypeSource

func NewDeskTypeSource(val enum.DeskTypeSource) DeskTypeSourceField

func (DeskTypeSourceField) Tag

Tag returns tag.DeskTypeSource (1034)

func (DeskTypeSourceField) Value added in v0.6.0

type DetachmentPointField

type DetachmentPointField struct{ quickfix.FIXDecimal }

DetachmentPointField is a PERCENTAGE field

func NewDetachmentPoint

func NewDetachmentPoint(val decimal.Decimal, scale int32) DetachmentPointField

NewDetachmentPoint returns a new DetachmentPointField initialized with val and scale

func (DetachmentPointField) Tag

Tag returns tag.DetachmentPoint (1458)

func (DetachmentPointField) Value added in v0.6.0

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

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 added in v0.6.0

type DiscretionLimitTypeField

type DiscretionLimitTypeField struct{ quickfix.FIXString }

DiscretionLimitTypeField is a enum.DiscretionLimitType field

func (DiscretionLimitTypeField) Tag

Tag returns tag.DiscretionLimitType (843)

func (DiscretionLimitTypeField) Value added in v0.6.0

type DiscretionMoveTypeField

type DiscretionMoveTypeField struct{ quickfix.FIXString }

DiscretionMoveTypeField is a enum.DiscretionMoveType field

func (DiscretionMoveTypeField) Tag

Tag returns tag.DiscretionMoveType (841)

func (DiscretionMoveTypeField) Value added in v0.6.0

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 added in v0.6.0

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

type DiscretionOffsetTypeField

type DiscretionOffsetTypeField struct{ quickfix.FIXString }

DiscretionOffsetTypeField is a enum.DiscretionOffsetType field

func (DiscretionOffsetTypeField) Tag

Tag returns tag.DiscretionOffsetType (842)

func (DiscretionOffsetTypeField) Value added in v0.6.0

type DiscretionOffsetValueField

type DiscretionOffsetValueField struct{ quickfix.FIXDecimal }

DiscretionOffsetValueField is a FLOAT field

func NewDiscretionOffsetValue

func NewDiscretionOffsetValue(val decimal.Decimal, scale int32) DiscretionOffsetValueField

NewDiscretionOffsetValue returns a new DiscretionOffsetValueField initialized with val and scale

func (DiscretionOffsetValueField) Tag

Tag returns tag.DiscretionOffsetValue (389)

func (DiscretionOffsetValueField) Value added in v0.6.0

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

type DiscretionPriceField

type DiscretionPriceField struct{ quickfix.FIXDecimal }

DiscretionPriceField is a PRICE field

func NewDiscretionPrice

func NewDiscretionPrice(val decimal.Decimal, scale int32) DiscretionPriceField

NewDiscretionPrice returns a new DiscretionPriceField initialized with val and scale

func (DiscretionPriceField) Tag

Tag returns tag.DiscretionPrice (845)

func (DiscretionPriceField) Value added in v0.6.0

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

type DiscretionRoundDirectionField

type DiscretionRoundDirectionField struct{ quickfix.FIXString }

DiscretionRoundDirectionField is a enum.DiscretionRoundDirection field

func (DiscretionRoundDirectionField) Tag

Tag returns tag.DiscretionRoundDirection (844)

func (DiscretionRoundDirectionField) Value added in v0.6.0

type DiscretionScopeField

type DiscretionScopeField struct{ quickfix.FIXString }

DiscretionScopeField is a enum.DiscretionScope field

func NewDiscretionScope

func NewDiscretionScope(val enum.DiscretionScope) DiscretionScopeField

func (DiscretionScopeField) Tag

Tag returns tag.DiscretionScope (846)

func (DiscretionScopeField) Value added in v0.6.0

type DisplayHighQtyField

type DisplayHighQtyField struct{ quickfix.FIXDecimal }

DisplayHighQtyField is a QTY field

func NewDisplayHighQty

func NewDisplayHighQty(val decimal.Decimal, scale int32) DisplayHighQtyField

NewDisplayHighQty returns a new DisplayHighQtyField initialized with val and scale

func (DisplayHighQtyField) Tag

Tag returns tag.DisplayHighQty (1086)

func (DisplayHighQtyField) Value added in v0.6.0

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

type DisplayLowQtyField

type DisplayLowQtyField struct{ quickfix.FIXDecimal }

DisplayLowQtyField is a QTY field

func NewDisplayLowQty

func NewDisplayLowQty(val decimal.Decimal, scale int32) DisplayLowQtyField

NewDisplayLowQty returns a new DisplayLowQtyField initialized with val and scale

func (DisplayLowQtyField) Tag

Tag returns tag.DisplayLowQty (1085)

func (DisplayLowQtyField) Value added in v0.6.0

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

type DisplayMethodField

type DisplayMethodField struct{ quickfix.FIXString }

DisplayMethodField is a enum.DisplayMethod field

func NewDisplayMethod

func NewDisplayMethod(val enum.DisplayMethod) DisplayMethodField

func (DisplayMethodField) Tag

Tag returns tag.DisplayMethod (1084)

func (DisplayMethodField) Value added in v0.6.0

type DisplayMinIncrField

type DisplayMinIncrField struct{ quickfix.FIXDecimal }

DisplayMinIncrField is a QTY field

func NewDisplayMinIncr

func NewDisplayMinIncr(val decimal.Decimal, scale int32) DisplayMinIncrField

NewDisplayMinIncr returns a new DisplayMinIncrField initialized with val and scale

func (DisplayMinIncrField) Tag

Tag returns tag.DisplayMinIncr (1087)

func (DisplayMinIncrField) Value added in v0.6.0

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

type DisplayQtyField

type DisplayQtyField struct{ quickfix.FIXDecimal }

DisplayQtyField is a QTY field

func NewDisplayQty

func NewDisplayQty(val decimal.Decimal, scale int32) DisplayQtyField

NewDisplayQty returns a new DisplayQtyField initialized with val and scale

func (DisplayQtyField) Tag

func (f DisplayQtyField) Tag() quickfix.Tag

Tag returns tag.DisplayQty (1138)

func (DisplayQtyField) Value added in v0.6.0

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

type DisplayWhenField

type DisplayWhenField struct{ quickfix.FIXString }

DisplayWhenField is a enum.DisplayWhen field

func NewDisplayWhen

func NewDisplayWhen(val enum.DisplayWhen) DisplayWhenField

func (DisplayWhenField) Tag

func (f DisplayWhenField) Tag() quickfix.Tag

Tag returns tag.DisplayWhen (1083)

func (DisplayWhenField) Value added in v0.6.0

func (f DisplayWhenField) Value() enum.DisplayWhen

type DistribPaymentMethodField

type DistribPaymentMethodField struct{ quickfix.FIXString }

DistribPaymentMethodField is a enum.DistribPaymentMethod field

func (DistribPaymentMethodField) Tag

Tag returns tag.DistribPaymentMethod (477)

func (DistribPaymentMethodField) Value added in v0.6.0

type DistribPercentageField

type DistribPercentageField struct{ quickfix.FIXDecimal }

DistribPercentageField is a PERCENTAGE field

func NewDistribPercentage

func NewDistribPercentage(val decimal.Decimal, scale int32) DistribPercentageField

NewDistribPercentage returns a new DistribPercentageField initialized with val and scale

func (DistribPercentageField) Tag

Tag returns tag.DistribPercentage (512)

func (DistribPercentageField) Value added in v0.6.0

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

type DividendYieldField

type DividendYieldField struct{ quickfix.FIXDecimal }

DividendYieldField is a PERCENTAGE field

func NewDividendYield

func NewDividendYield(val decimal.Decimal, scale int32) DividendYieldField

NewDividendYield returns a new DividendYieldField initialized with val and scale

func (DividendYieldField) Tag

Tag returns tag.DividendYield (1380)

func (DividendYieldField) Value added in v0.6.0

func (f DividendYieldField) 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 added in v0.6.0

func (f DlvyInstField) Value() string

type DlvyInstTypeField

type DlvyInstTypeField struct{ quickfix.FIXString }

DlvyInstTypeField is a enum.DlvyInstType field

func NewDlvyInstType

func NewDlvyInstType(val enum.DlvyInstType) DlvyInstTypeField

func (DlvyInstTypeField) Tag

func (f DlvyInstTypeField) Tag() quickfix.Tag

Tag returns tag.DlvyInstType (787)

func (DlvyInstTypeField) Value added in v0.6.0

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 added in v0.6.0

func (f DueToRelatedField) Value() bool

type EFPTrackingErrorField

type EFPTrackingErrorField struct{ quickfix.FIXDecimal }

EFPTrackingErrorField is a PERCENTAGE 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 added in v0.6.0

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

type EffectiveTimeField

type EffectiveTimeField struct{ quickfix.FIXUTCTimestamp }

EffectiveTimeField is a UTCTIMESTAMP field

func NewEffectiveTime added in v0.3.0

func NewEffectiveTime(val time.Time) EffectiveTimeField

NewEffectiveTime returns a new EffectiveTimeField initialized with val

func NewEffectiveTimeNoMillis added in v0.3.0

func NewEffectiveTimeNoMillis(val time.Time) EffectiveTimeField

NewEffectiveTimeNoMillis returns a new EffectiveTimeField initialized with val without millisecs

func (EffectiveTimeField) Tag

Tag returns tag.EffectiveTime (168)

func (EffectiveTimeField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f EncodedIssuerLenField) Value() int

type EncodedLegIssuerField

type EncodedLegIssuerField struct{ quickfix.FIXString }

EncodedLegIssuerField is a DATA field

func NewEncodedLegIssuer

func NewEncodedLegIssuer(val string) EncodedLegIssuerField

NewEncodedLegIssuer returns a new EncodedLegIssuerField initialized with val

func (EncodedLegIssuerField) Tag

Tag returns tag.EncodedLegIssuer (619)

func (EncodedLegIssuerField) Value added in v0.6.0

func (f EncodedLegIssuerField) Value() string

type EncodedLegIssuerLenField

type EncodedLegIssuerLenField struct{ quickfix.FIXInt }

EncodedLegIssuerLenField is a LENGTH field

func NewEncodedLegIssuerLen

func NewEncodedLegIssuerLen(val int) EncodedLegIssuerLenField

NewEncodedLegIssuerLen returns a new EncodedLegIssuerLenField initialized with val

func (EncodedLegIssuerLenField) Tag

Tag returns tag.EncodedLegIssuerLen (618)

func (EncodedLegIssuerLenField) Value added in v0.6.0

func (f EncodedLegIssuerLenField) Value() int

type EncodedLegSecurityDescField

type EncodedLegSecurityDescField struct{ quickfix.FIXString }

EncodedLegSecurityDescField is a DATA field

func NewEncodedLegSecurityDesc

func NewEncodedLegSecurityDesc(val string) EncodedLegSecurityDescField

NewEncodedLegSecurityDesc returns a new EncodedLegSecurityDescField initialized with val

func (EncodedLegSecurityDescField) Tag

Tag returns tag.EncodedLegSecurityDesc (622)

func (EncodedLegSecurityDescField) Value added in v0.6.0

type EncodedLegSecurityDescLenField

type EncodedLegSecurityDescLenField struct{ quickfix.FIXInt }

EncodedLegSecurityDescLenField is a LENGTH field

func NewEncodedLegSecurityDescLen

func NewEncodedLegSecurityDescLen(val int) EncodedLegSecurityDescLenField

NewEncodedLegSecurityDescLen returns a new EncodedLegSecurityDescLenField initialized with val

func (EncodedLegSecurityDescLenField) Tag

Tag returns tag.EncodedLegSecurityDescLen (621)

func (EncodedLegSecurityDescLenField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

type EncodedMktSegmDescField

type EncodedMktSegmDescField struct{ quickfix.FIXString }

EncodedMktSegmDescField is a DATA field

func NewEncodedMktSegmDesc

func NewEncodedMktSegmDesc(val string) EncodedMktSegmDescField

NewEncodedMktSegmDesc returns a new EncodedMktSegmDescField initialized with val

func (EncodedMktSegmDescField) Tag

Tag returns tag.EncodedMktSegmDesc (1398)

func (EncodedMktSegmDescField) Value added in v0.6.0

func (f EncodedMktSegmDescField) Value() string

type EncodedMktSegmDescLenField

type EncodedMktSegmDescLenField struct{ quickfix.FIXInt }

EncodedMktSegmDescLenField is a LENGTH field

func NewEncodedMktSegmDescLen

func NewEncodedMktSegmDescLen(val int) EncodedMktSegmDescLenField

NewEncodedMktSegmDescLen returns a new EncodedMktSegmDescLenField initialized with val

func (EncodedMktSegmDescLenField) Tag

Tag returns tag.EncodedMktSegmDescLen (1397)

func (EncodedMktSegmDescLenField) Value added in v0.6.0

func (f EncodedMktSegmDescLenField) Value() int

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 added in v0.6.0

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 added in v0.6.0

func (f EncodedSecurityDescLenField) Value() int

type EncodedSecurityListDescField

type EncodedSecurityListDescField struct{ quickfix.FIXString }

EncodedSecurityListDescField is a DATA field

func NewEncodedSecurityListDesc

func NewEncodedSecurityListDesc(val string) EncodedSecurityListDescField

NewEncodedSecurityListDesc returns a new EncodedSecurityListDescField initialized with val

func (EncodedSecurityListDescField) Tag

Tag returns tag.EncodedSecurityListDesc (1469)

func (EncodedSecurityListDescField) Value added in v0.6.0

type EncodedSecurityListDescLenField

type EncodedSecurityListDescLenField struct{ quickfix.FIXInt }

EncodedSecurityListDescLenField is a LENGTH field

func NewEncodedSecurityListDescLen

func NewEncodedSecurityListDescLen(val int) EncodedSecurityListDescLenField

NewEncodedSecurityListDescLen returns a new EncodedSecurityListDescLenField initialized with val

func (EncodedSecurityListDescLenField) Tag

Tag returns tag.EncodedSecurityListDescLen (1468)

func (EncodedSecurityListDescLenField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f EncodedSubjectLenField) Value() int

type EncodedSymbolField

type EncodedSymbolField struct{ quickfix.FIXString }

EncodedSymbolField is a DATA field

func NewEncodedSymbol

func NewEncodedSymbol(val string) EncodedSymbolField

NewEncodedSymbol returns a new EncodedSymbolField initialized with val

func (EncodedSymbolField) Tag

Tag returns tag.EncodedSymbol (1360)

func (EncodedSymbolField) Value added in v0.6.0

func (f EncodedSymbolField) Value() string

type EncodedSymbolLenField

type EncodedSymbolLenField struct{ quickfix.FIXInt }

EncodedSymbolLenField is a LENGTH field

func NewEncodedSymbolLen

func NewEncodedSymbolLen(val int) EncodedSymbolLenField

NewEncodedSymbolLen returns a new EncodedSymbolLenField initialized with val

func (EncodedSymbolLenField) Tag

Tag returns tag.EncodedSymbolLen (1359)

func (EncodedSymbolLenField) Value added in v0.6.0

func (f EncodedSymbolLenField) 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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

type EncryptedNewPasswordField

type EncryptedNewPasswordField struct{ quickfix.FIXString }

EncryptedNewPasswordField is a DATA field

func NewEncryptedNewPassword

func NewEncryptedNewPassword(val string) EncryptedNewPasswordField

NewEncryptedNewPassword returns a new EncryptedNewPasswordField initialized with val

func (EncryptedNewPasswordField) Tag

Tag returns tag.EncryptedNewPassword (1404)

func (EncryptedNewPasswordField) Value added in v0.6.0

type EncryptedNewPasswordLenField

type EncryptedNewPasswordLenField struct{ quickfix.FIXInt }

EncryptedNewPasswordLenField is a LENGTH field

func NewEncryptedNewPasswordLen

func NewEncryptedNewPasswordLen(val int) EncryptedNewPasswordLenField

NewEncryptedNewPasswordLen returns a new EncryptedNewPasswordLenField initialized with val

func (EncryptedNewPasswordLenField) Tag

Tag returns tag.EncryptedNewPasswordLen (1403)

func (EncryptedNewPasswordLenField) Value added in v0.6.0

type EncryptedPasswordField

type EncryptedPasswordField struct{ quickfix.FIXString }

EncryptedPasswordField is a DATA field

func NewEncryptedPassword

func NewEncryptedPassword(val string) EncryptedPasswordField

NewEncryptedPassword returns a new EncryptedPasswordField initialized with val

func (EncryptedPasswordField) Tag

Tag returns tag.EncryptedPassword (1402)

func (EncryptedPasswordField) Value added in v0.6.0

func (f EncryptedPasswordField) Value() string

type EncryptedPasswordLenField

type EncryptedPasswordLenField struct{ quickfix.FIXInt }

EncryptedPasswordLenField is a LENGTH field

func NewEncryptedPasswordLen

func NewEncryptedPasswordLen(val int) EncryptedPasswordLenField

NewEncryptedPasswordLen returns a new EncryptedPasswordLenField initialized with val

func (EncryptedPasswordLenField) Tag

Tag returns tag.EncryptedPasswordLen (1401)

func (EncryptedPasswordLenField) Value added in v0.6.0

func (f EncryptedPasswordLenField) Value() int

type EncryptedPasswordMethodField

type EncryptedPasswordMethodField struct{ quickfix.FIXInt }

EncryptedPasswordMethodField is a INT field

func NewEncryptedPasswordMethod

func NewEncryptedPasswordMethod(val int) EncryptedPasswordMethodField

NewEncryptedPasswordMethod returns a new EncryptedPasswordMethodField initialized with val

func (EncryptedPasswordMethodField) Tag

Tag returns tag.EncryptedPasswordMethod (1400)

func (EncryptedPasswordMethodField) Value added in v0.6.0

type EndAccruedInterestAmtField

type EndAccruedInterestAmtField struct{ quickfix.FIXDecimal }

EndAccruedInterestAmtField is a AMT field

func NewEndAccruedInterestAmt

func NewEndAccruedInterestAmt(val decimal.Decimal, scale int32) EndAccruedInterestAmtField

NewEndAccruedInterestAmt returns a new EndAccruedInterestAmtField initialized with val and scale

func (EndAccruedInterestAmtField) Tag

Tag returns tag.EndAccruedInterestAmt (920)

func (EndAccruedInterestAmtField) Value added in v0.6.0

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

type EndCashField

type EndCashField struct{ quickfix.FIXDecimal }

EndCashField is a AMT field

func NewEndCash

func NewEndCash(val decimal.Decimal, scale int32) EndCashField

NewEndCash returns a new EndCashField initialized with val and scale

func (EndCashField) Tag

func (f EndCashField) Tag() quickfix.Tag

Tag returns tag.EndCash (922)

func (EndCashField) Value added in v0.6.0

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

type EndDateField

type EndDateField struct{ quickfix.FIXString }

EndDateField is a LOCALMKTDATE field

func NewEndDate

func NewEndDate(val string) EndDateField

NewEndDate returns a new EndDateField initialized with val

func (EndDateField) Tag

func (f EndDateField) Tag() quickfix.Tag

Tag returns tag.EndDate (917)

func (EndDateField) Value added in v0.6.0

func (f EndDateField) Value() string

type EndMaturityMonthYearField

type EndMaturityMonthYearField struct{ quickfix.FIXString }

EndMaturityMonthYearField is a MONTHYEAR field

func NewEndMaturityMonthYear

func NewEndMaturityMonthYear(val string) EndMaturityMonthYearField

NewEndMaturityMonthYear returns a new EndMaturityMonthYearField initialized with val

func (EndMaturityMonthYearField) Tag

Tag returns tag.EndMaturityMonthYear (1226)

func (EndMaturityMonthYearField) Value added in v0.6.0

type EndSeqNoField

type EndSeqNoField struct{ quickfix.FIXInt }

EndSeqNoField is a SEQNUM 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 added in v0.6.0

func (f EndSeqNoField) Value() int

type EndStrikePxRangeField

type EndStrikePxRangeField struct{ quickfix.FIXDecimal }

EndStrikePxRangeField is a PRICE field

func NewEndStrikePxRange

func NewEndStrikePxRange(val decimal.Decimal, scale int32) EndStrikePxRangeField

NewEndStrikePxRange returns a new EndStrikePxRangeField initialized with val and scale

func (EndStrikePxRangeField) Tag

Tag returns tag.EndStrikePxRange (1203)

func (EndStrikePxRangeField) Value added in v0.6.0

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

type EndTickPriceRangeField

type EndTickPriceRangeField struct{ quickfix.FIXDecimal }

EndTickPriceRangeField is a PRICE field

func NewEndTickPriceRange

func NewEndTickPriceRange(val decimal.Decimal, scale int32) EndTickPriceRangeField

NewEndTickPriceRange returns a new EndTickPriceRangeField initialized with val and scale

func (EndTickPriceRangeField) Tag

Tag returns tag.EndTickPriceRange (1207)

func (EndTickPriceRangeField) Value added in v0.6.0

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

type EventDateField

type EventDateField struct{ quickfix.FIXString }

EventDateField is a LOCALMKTDATE field

func NewEventDate

func NewEventDate(val string) EventDateField

NewEventDate returns a new EventDateField initialized with val

func (EventDateField) Tag

func (f EventDateField) Tag() quickfix.Tag

Tag returns tag.EventDate (866)

func (EventDateField) Value added in v0.6.0

func (f EventDateField) Value() string

type EventPxField

type EventPxField struct{ quickfix.FIXDecimal }

EventPxField is a PRICE field

func NewEventPx

func NewEventPx(val decimal.Decimal, scale int32) EventPxField

NewEventPx returns a new EventPxField initialized with val and scale

func (EventPxField) Tag

func (f EventPxField) Tag() quickfix.Tag

Tag returns tag.EventPx (867)

func (EventPxField) Value added in v0.6.0

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

type EventTextField

type EventTextField struct{ quickfix.FIXString }

EventTextField is a STRING field

func NewEventText

func NewEventText(val string) EventTextField

NewEventText returns a new EventTextField initialized with val

func (EventTextField) Tag

func (f EventTextField) Tag() quickfix.Tag

Tag returns tag.EventText (868)

func (EventTextField) Value added in v0.6.0

func (f EventTextField) Value() string

type EventTimeField

type EventTimeField struct{ quickfix.FIXUTCTimestamp }

EventTimeField is a UTCTIMESTAMP field

func NewEventTime added in v0.3.0

func NewEventTime(val time.Time) EventTimeField

NewEventTime returns a new EventTimeField initialized with val

func NewEventTimeNoMillis added in v0.3.0

func NewEventTimeNoMillis(val time.Time) EventTimeField

NewEventTimeNoMillis returns a new EventTimeField initialized with val without millisecs

func (EventTimeField) Tag

func (f EventTimeField) Tag() quickfix.Tag

Tag returns tag.EventTime (1145)

func (EventTimeField) Value added in v0.6.0

func (f EventTimeField) Value() time.Time

type EventTypeField

type EventTypeField struct{ quickfix.FIXString }

EventTypeField is a enum.EventType field

func NewEventType

func NewEventType(val enum.EventType) EventTypeField

func (EventTypeField) Tag

func (f EventTypeField) Tag() quickfix.Tag

Tag returns tag.EventType (865)

func (EventTypeField) Value added in v0.6.0

func (f EventTypeField) Value() enum.EventType

type ExDateField

type ExDateField struct{ quickfix.FIXString }

ExDateField is a LOCALMKTDATE field

func NewExDate

func NewExDate(val string) ExDateField

NewExDate returns a new ExDateField initialized with val

func (ExDateField) Tag

func (f ExDateField) Tag() quickfix.Tag

Tag returns tag.ExDate (230)

func (ExDateField) Value added in v0.6.0

func (f ExDateField) Value() string

type ExDestinationField

type ExDestinationField struct{ quickfix.FIXString }

ExDestinationField is a enum.ExDestination field

func NewExDestination

func NewExDestination(val enum.ExDestination) ExDestinationField

func (ExDestinationField) Tag

Tag returns tag.ExDestination (100)

func (ExDestinationField) Value added in v0.6.0

type ExDestinationIDSourceField

type ExDestinationIDSourceField struct{ quickfix.FIXString }

ExDestinationIDSourceField is a enum.ExDestinationIDSource field

func (ExDestinationIDSourceField) Tag

Tag returns tag.ExDestinationIDSource (1133)

func (ExDestinationIDSourceField) Value added in v0.6.0

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 added in v0.6.0

func (f ExchangeForPhysicalField) Value() bool

type ExchangeRuleField

type ExchangeRuleField struct{ quickfix.FIXString }

ExchangeRuleField is a STRING field

func NewExchangeRule

func NewExchangeRule(val string) ExchangeRuleField

NewExchangeRule returns a new ExchangeRuleField initialized with val

func (ExchangeRuleField) Tag

func (f ExchangeRuleField) Tag() quickfix.Tag

Tag returns tag.ExchangeRule (825)

func (ExchangeRuleField) Value added in v0.6.0

func (f ExchangeRuleField) Value() string

type ExchangeSpecialInstructionsField

type ExchangeSpecialInstructionsField struct{ quickfix.FIXString }

ExchangeSpecialInstructionsField is a STRING field

func NewExchangeSpecialInstructions

func NewExchangeSpecialInstructions(val string) ExchangeSpecialInstructionsField

NewExchangeSpecialInstructions returns a new ExchangeSpecialInstructionsField initialized with val

func (ExchangeSpecialInstructionsField) Tag

Tag returns tag.ExchangeSpecialInstructions (1139)

func (ExchangeSpecialInstructionsField) Value added in v0.6.0

type ExecAckStatusField

type ExecAckStatusField struct{ quickfix.FIXString }

ExecAckStatusField is a enum.ExecAckStatus field

func NewExecAckStatus

func NewExecAckStatus(val enum.ExecAckStatus) ExecAckStatusField

func (ExecAckStatusField) Tag

Tag returns tag.ExecAckStatus (1036)

func (ExecAckStatusField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f ExecInstField) Value() enum.ExecInst

type ExecInstValueField

type ExecInstValueField struct{ quickfix.FIXString }

ExecInstValueField is a CHAR field

func NewExecInstValue

func NewExecInstValue(val string) ExecInstValueField

NewExecInstValue returns a new ExecInstValueField initialized with val

func (ExecInstValueField) Tag

Tag returns tag.ExecInstValue (1308)

func (ExecInstValueField) Value added in v0.6.0

func (f ExecInstValueField) Value() string

type ExecPriceAdjustmentField

type ExecPriceAdjustmentField struct{ quickfix.FIXDecimal }

ExecPriceAdjustmentField is a FLOAT field

func NewExecPriceAdjustment

func NewExecPriceAdjustment(val decimal.Decimal, scale int32) ExecPriceAdjustmentField

NewExecPriceAdjustment returns a new ExecPriceAdjustmentField initialized with val and scale

func (ExecPriceAdjustmentField) Tag

Tag returns tag.ExecPriceAdjustment (485)

func (ExecPriceAdjustmentField) Value added in v0.6.0

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

type ExecPriceTypeField

type ExecPriceTypeField struct{ quickfix.FIXString }

ExecPriceTypeField is a enum.ExecPriceType field

func NewExecPriceType

func NewExecPriceType(val enum.ExecPriceType) ExecPriceTypeField

func (ExecPriceTypeField) Tag

Tag returns tag.ExecPriceType (484)

func (ExecPriceTypeField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f ExecTypeField) Value() enum.ExecType

type ExecValuationPointField

type ExecValuationPointField struct{ quickfix.FIXUTCTimestamp }

ExecValuationPointField is a UTCTIMESTAMP field

func NewExecValuationPoint added in v0.3.0

func NewExecValuationPoint(val time.Time) ExecValuationPointField

NewExecValuationPoint returns a new ExecValuationPointField initialized with val

func NewExecValuationPointNoMillis added in v0.3.0

func NewExecValuationPointNoMillis(val time.Time) ExecValuationPointField

NewExecValuationPointNoMillis returns a new ExecValuationPointField initialized with val without millisecs

func (ExecValuationPointField) Tag

Tag returns tag.ExecValuationPoint (515)

func (ExecValuationPointField) Value added in v0.6.0

func (f ExecValuationPointField) Value() time.Time

type ExerciseMethodField

type ExerciseMethodField struct{ quickfix.FIXString }

ExerciseMethodField is a enum.ExerciseMethod field

func NewExerciseMethod

func NewExerciseMethod(val enum.ExerciseMethod) ExerciseMethodField

func (ExerciseMethodField) Tag

Tag returns tag.ExerciseMethod (747)

func (ExerciseMethodField) Value added in v0.6.0

type ExerciseStyleField

type ExerciseStyleField struct{ quickfix.FIXString }

ExerciseStyleField is a enum.ExerciseStyle field

func NewExerciseStyle

func NewExerciseStyle(val enum.ExerciseStyle) ExerciseStyleField

func (ExerciseStyleField) Tag

Tag returns tag.ExerciseStyle (1194)

func (ExerciseStyleField) Value added in v0.6.0

type ExpQtyField

type ExpQtyField struct{ quickfix.FIXDecimal }

ExpQtyField is a QTY field

func NewExpQty

func NewExpQty(val decimal.Decimal, scale int32) ExpQtyField

NewExpQty returns a new ExpQtyField initialized with val and scale

func (ExpQtyField) Tag

func (f ExpQtyField) Tag() quickfix.Tag

Tag returns tag.ExpQty (983)

func (ExpQtyField) Value added in v0.6.0

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

type ExpTypeField

type ExpTypeField struct{ quickfix.FIXString }

ExpTypeField is a enum.ExpType field

func NewExpType

func NewExpType(val enum.ExpType) ExpTypeField

func (ExpTypeField) Tag

func (f ExpTypeField) Tag() quickfix.Tag

Tag returns tag.ExpType (982)

func (ExpTypeField) Value added in v0.6.0

func (f ExpTypeField) Value() enum.ExpType

type ExpirationCycleField

type ExpirationCycleField struct{ quickfix.FIXString }

ExpirationCycleField is a enum.ExpirationCycle field

func NewExpirationCycle

func NewExpirationCycle(val enum.ExpirationCycle) ExpirationCycleField

func (ExpirationCycleField) Tag

Tag returns tag.ExpirationCycle (827)

func (ExpirationCycleField) Value added in v0.6.0

type ExpirationQtyTypeField

type ExpirationQtyTypeField struct{ quickfix.FIXString }

ExpirationQtyTypeField is a enum.ExpirationQtyType field

func (ExpirationQtyTypeField) Tag

Tag returns tag.ExpirationQtyType (982)

func (ExpirationQtyTypeField) Value added in v0.6.0

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 added in v0.6.0

func (f ExpireDateField) Value() string

type ExpireTimeField

type ExpireTimeField struct{ quickfix.FIXUTCTimestamp }

ExpireTimeField is a UTCTIMESTAMP field

func NewExpireTime added in v0.3.0

func NewExpireTime(val time.Time) ExpireTimeField

NewExpireTime returns a new ExpireTimeField initialized with val

func NewExpireTimeNoMillis added in v0.3.0

func NewExpireTimeNoMillis(val time.Time) ExpireTimeField

NewExpireTimeNoMillis returns a new ExpireTimeField initialized with val without millisecs

func (ExpireTimeField) Tag

func (f ExpireTimeField) Tag() quickfix.Tag

Tag returns tag.ExpireTime (126)

func (ExpireTimeField) Value added in v0.6.0

func (f ExpireTimeField) Value() time.Time

type FactorField

type FactorField struct{ quickfix.FIXDecimal }

FactorField is a FLOAT field

func NewFactor

func NewFactor(val decimal.Decimal, scale int32) FactorField

NewFactor returns a new FactorField initialized with val and scale

func (FactorField) Tag

func (f FactorField) Tag() quickfix.Tag

Tag returns tag.Factor (228)

func (FactorField) Value added in v0.6.0

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

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 added in v0.6.0

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

type FeeMultiplierField

type FeeMultiplierField struct{ quickfix.FIXDecimal }

FeeMultiplierField is a FLOAT field

func NewFeeMultiplier

func NewFeeMultiplier(val decimal.Decimal, scale int32) FeeMultiplierField

NewFeeMultiplier returns a new FeeMultiplierField initialized with val and scale

func (FeeMultiplierField) Tag

Tag returns tag.FeeMultiplier (1329)

func (FeeMultiplierField) Value added in v0.6.0

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

type FillExecIDField

type FillExecIDField struct{ quickfix.FIXString }

FillExecIDField is a STRING field

func NewFillExecID

func NewFillExecID(val string) FillExecIDField

NewFillExecID returns a new FillExecIDField initialized with val

func (FillExecIDField) Tag

func (f FillExecIDField) Tag() quickfix.Tag

Tag returns tag.FillExecID (1363)

func (FillExecIDField) Value added in v0.6.0

func (f FillExecIDField) Value() string

type FillLiquidityIndField

type FillLiquidityIndField struct{ quickfix.FIXInt }

FillLiquidityIndField is a INT field

func NewFillLiquidityInd

func NewFillLiquidityInd(val int) FillLiquidityIndField

NewFillLiquidityInd returns a new FillLiquidityIndField initialized with val

func (FillLiquidityIndField) Tag

Tag returns tag.FillLiquidityInd (1443)

func (FillLiquidityIndField) Value added in v0.6.0

func (f FillLiquidityIndField) Value() int

type FillPxField

type FillPxField struct{ quickfix.FIXDecimal }

FillPxField is a PRICE field

func NewFillPx

func NewFillPx(val decimal.Decimal, scale int32) FillPxField

NewFillPx returns a new FillPxField initialized with val and scale

func (FillPxField) Tag

func (f FillPxField) Tag() quickfix.Tag

Tag returns tag.FillPx (1364)

func (FillPxField) Value added in v0.6.0

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

type FillQtyField

type FillQtyField struct{ quickfix.FIXDecimal }

FillQtyField is a QTY field

func NewFillQty

func NewFillQty(val decimal.Decimal, scale int32) FillQtyField

NewFillQty returns a new FillQtyField initialized with val and scale

func (FillQtyField) Tag

func (f FillQtyField) Tag() quickfix.Tag

Tag returns tag.FillQty (1365)

func (FillQtyField) Value added in v0.6.0

func (f FillQtyField) 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 added in v0.6.0

type FirmTradeIDField

type FirmTradeIDField struct{ quickfix.FIXString }

FirmTradeIDField is a STRING field

func NewFirmTradeID

func NewFirmTradeID(val string) FirmTradeIDField

NewFirmTradeID returns a new FirmTradeIDField initialized with val

func (FirmTradeIDField) Tag

func (f FirmTradeIDField) Tag() quickfix.Tag

Tag returns tag.FirmTradeID (1041)

func (FirmTradeIDField) Value added in v0.6.0

func (f FirmTradeIDField) Value() string

type FirstPxField

type FirstPxField struct{ quickfix.FIXDecimal }

FirstPxField is a PRICE field

func NewFirstPx

func NewFirstPx(val decimal.Decimal, scale int32) FirstPxField

NewFirstPx returns a new FirstPxField initialized with val and scale

func (FirstPxField) Tag

func (f FirstPxField) Tag() quickfix.Tag

Tag returns tag.FirstPx (1025)

func (FirstPxField) Value added in v0.6.0

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

type FlexProductEligibilityIndicatorField

type FlexProductEligibilityIndicatorField struct{ quickfix.FIXBoolean }

FlexProductEligibilityIndicatorField is a BOOLEAN field

func NewFlexProductEligibilityIndicator

func NewFlexProductEligibilityIndicator(val bool) FlexProductEligibilityIndicatorField

NewFlexProductEligibilityIndicator returns a new FlexProductEligibilityIndicatorField initialized with val

func (FlexProductEligibilityIndicatorField) Tag

Tag returns tag.FlexProductEligibilityIndicator (1242)

func (FlexProductEligibilityIndicatorField) Value added in v0.6.0

type FlexibleIndicatorField

type FlexibleIndicatorField struct{ quickfix.FIXBoolean }

FlexibleIndicatorField is a BOOLEAN field

func NewFlexibleIndicator

func NewFlexibleIndicator(val bool) FlexibleIndicatorField

NewFlexibleIndicator returns a new FlexibleIndicatorField initialized with val

func (FlexibleIndicatorField) Tag

Tag returns tag.FlexibleIndicator (1244)

func (FlexibleIndicatorField) Value added in v0.6.0

func (f FlexibleIndicatorField) Value() bool

type FloorPriceField

type FloorPriceField struct{ quickfix.FIXDecimal }

FloorPriceField is a PRICE field

func NewFloorPrice

func NewFloorPrice(val decimal.Decimal, scale int32) FloorPriceField

NewFloorPrice returns a new FloorPriceField initialized with val and scale

func (FloorPriceField) Tag

func (f FloorPriceField) Tag() quickfix.Tag

Tag returns tag.FloorPrice (1200)

func (FloorPriceField) Value added in v0.6.0

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

type FlowScheduleTypeField

type FlowScheduleTypeField struct{ quickfix.FIXString }

FlowScheduleTypeField is a enum.FlowScheduleType field

func (FlowScheduleTypeField) Tag

Tag returns tag.FlowScheduleType (1439)

func (FlowScheduleTypeField) Value added in v0.6.0

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 added in v0.6.0

func (f ForexReqField) Value() bool

type FundRenewWaivField

type FundRenewWaivField struct{ quickfix.FIXString }

FundRenewWaivField is a enum.FundRenewWaiv field

func NewFundRenewWaiv

func NewFundRenewWaiv(val enum.FundRenewWaiv) FundRenewWaivField

func (FundRenewWaivField) Tag

Tag returns tag.FundRenewWaiv (497)

func (FundRenewWaivField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f FutSettDateField) Value() string

type FuturesValuationMethodField

type FuturesValuationMethodField struct{ quickfix.FIXString }

FuturesValuationMethodField is a enum.FuturesValuationMethod field

func (FuturesValuationMethodField) Tag

Tag returns tag.FuturesValuationMethod (1197)

func (FuturesValuationMethodField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

type HaltReasonIntField

type HaltReasonIntField struct{ quickfix.FIXString }

HaltReasonIntField is a enum.HaltReasonInt field

func NewHaltReasonInt

func NewHaltReasonInt(val enum.HaltReasonInt) HaltReasonIntField

func (HaltReasonIntField) Tag

Tag returns tag.HaltReasonInt (327)

func (HaltReasonIntField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f HeartBtIntField) Value() int

type HighLimitPriceField

type HighLimitPriceField struct{ quickfix.FIXDecimal }

HighLimitPriceField is a PRICE field

func NewHighLimitPrice

func NewHighLimitPrice(val decimal.Decimal, scale int32) HighLimitPriceField

NewHighLimitPrice returns a new HighLimitPriceField initialized with val and scale

func (HighLimitPriceField) Tag

Tag returns tag.HighLimitPrice (1149)

func (HighLimitPriceField) Value added in v0.6.0

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

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 added in v0.6.0

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

type HopCompIDField

type HopCompIDField struct{ quickfix.FIXString }

HopCompIDField is a STRING field

func NewHopCompID

func NewHopCompID(val string) HopCompIDField

NewHopCompID returns a new HopCompIDField initialized with val

func (HopCompIDField) Tag

func (f HopCompIDField) Tag() quickfix.Tag

Tag returns tag.HopCompID (628)

func (HopCompIDField) Value added in v0.6.0

func (f HopCompIDField) Value() string

type HopRefIDField

type HopRefIDField struct{ quickfix.FIXInt }

HopRefIDField is a SEQNUM field

func NewHopRefID

func NewHopRefID(val int) HopRefIDField

NewHopRefID returns a new HopRefIDField initialized with val

func (HopRefIDField) Tag

func (f HopRefIDField) Tag() quickfix.Tag

Tag returns tag.HopRefID (630)

func (HopRefIDField) Value added in v0.6.0

func (f HopRefIDField) Value() int

type HopSendingTimeField

type HopSendingTimeField struct{ quickfix.FIXUTCTimestamp }

HopSendingTimeField is a UTCTIMESTAMP field

func NewHopSendingTime added in v0.3.0

func NewHopSendingTime(val time.Time) HopSendingTimeField

NewHopSendingTime returns a new HopSendingTimeField initialized with val

func NewHopSendingTimeNoMillis added in v0.3.0

func NewHopSendingTimeNoMillis(val time.Time) HopSendingTimeField

NewHopSendingTimeNoMillis returns a new HopSendingTimeField initialized with val without millisecs

func (HopSendingTimeField) Tag

Tag returns tag.HopSendingTime (629)

func (HopSendingTimeField) Value added in v0.6.0

func (f HopSendingTimeField) Value() time.Time

type HostCrossIDField

type HostCrossIDField struct{ quickfix.FIXString }

HostCrossIDField is a STRING field

func NewHostCrossID

func NewHostCrossID(val string) HostCrossIDField

NewHostCrossID returns a new HostCrossIDField initialized with val

func (HostCrossIDField) Tag

func (f HostCrossIDField) Tag() quickfix.Tag

Tag returns tag.HostCrossID (961)

func (HostCrossIDField) Value added in v0.6.0

func (f HostCrossIDField) Value() string

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 added in v0.6.0

func (f IDSourceField) Value() enum.IDSource

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 added in v0.6.0

func (f IOIIDField) Value() string

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 added in v0.6.0

func (f IOINaturalFlagField) Value() bool

type IOIOthSvcField

type IOIOthSvcField struct{ quickfix.FIXString }

IOIOthSvcField is a enum.IOIOthSvc field

func NewIOIOthSvc

func NewIOIOthSvc(val enum.IOIOthSvc) IOIOthSvcField

func (IOIOthSvcField) Tag

func (f IOIOthSvcField) Tag() quickfix.Tag

Tag returns tag.IOIOthSvc (24)

func (IOIOthSvcField) Value added in v0.6.0

func (f IOIOthSvcField) Value() enum.IOIOthSvc

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 added in v0.6.0

func (f IOIQltyIndField) Value() enum.IOIQltyInd

type IOIQtyField

type IOIQtyField struct{ quickfix.FIXString }

IOIQtyField is a enum.IOIQty field

func NewIOIQty

func NewIOIQty(val enum.IOIQty) IOIQtyField

func (IOIQtyField) Tag

func (f IOIQtyField) Tag() quickfix.Tag

Tag returns tag.IOIQty (27)

func (IOIQtyField) Value added in v0.6.0

func (f IOIQtyField) Value() enum.IOIQty

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f IOIidField) Value() string

type ImpliedMarketIndicatorField

type ImpliedMarketIndicatorField struct{ quickfix.FIXString }

ImpliedMarketIndicatorField is a enum.ImpliedMarketIndicator field

func (ImpliedMarketIndicatorField) Tag

Tag returns tag.ImpliedMarketIndicator (1144)

func (ImpliedMarketIndicatorField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f IncTaxIndField) Value() enum.IncTaxInd

type IndividualAllocIDField

type IndividualAllocIDField struct{ quickfix.FIXString }

IndividualAllocIDField is a STRING field

func NewIndividualAllocID

func NewIndividualAllocID(val string) IndividualAllocIDField

NewIndividualAllocID returns a new IndividualAllocIDField initialized with val

func (IndividualAllocIDField) Tag

Tag returns tag.IndividualAllocID (467)

func (IndividualAllocIDField) Value added in v0.6.0

func (f IndividualAllocIDField) Value() string

type IndividualAllocRejCodeField

type IndividualAllocRejCodeField struct{ quickfix.FIXInt }

IndividualAllocRejCodeField is a INT field

func NewIndividualAllocRejCode

func NewIndividualAllocRejCode(val int) IndividualAllocRejCodeField

NewIndividualAllocRejCode returns a new IndividualAllocRejCodeField initialized with val

func (IndividualAllocRejCodeField) Tag

Tag returns tag.IndividualAllocRejCode (776)

func (IndividualAllocRejCodeField) Value added in v0.6.0

func (f IndividualAllocRejCodeField) Value() int

type IndividualAllocTypeField

type IndividualAllocTypeField struct{ quickfix.FIXString }

IndividualAllocTypeField is a enum.IndividualAllocType field

func (IndividualAllocTypeField) Tag

Tag returns tag.IndividualAllocType (992)

func (IndividualAllocTypeField) Value added in v0.6.0

type InputSourceField

type InputSourceField struct{ quickfix.FIXString }

InputSourceField is a STRING field

func NewInputSource

func NewInputSource(val string) InputSourceField

NewInputSource returns a new InputSourceField initialized with val

func (InputSourceField) Tag

func (f InputSourceField) Tag() quickfix.Tag

Tag returns tag.InputSource (979)

func (InputSourceField) Value added in v0.6.0

func (f InputSourceField) Value() string

type InstrAttribTypeField

type InstrAttribTypeField struct{ quickfix.FIXString }

InstrAttribTypeField is a enum.InstrAttribType field

func NewInstrAttribType

func NewInstrAttribType(val enum.InstrAttribType) InstrAttribTypeField

func (InstrAttribTypeField) Tag

Tag returns tag.InstrAttribType (871)

func (InstrAttribTypeField) Value added in v0.6.0

type InstrAttribValueField

type InstrAttribValueField struct{ quickfix.FIXString }

InstrAttribValueField is a STRING field

func NewInstrAttribValue

func NewInstrAttribValue(val string) InstrAttribValueField

NewInstrAttribValue returns a new InstrAttribValueField initialized with val

func (InstrAttribValueField) Tag

Tag returns tag.InstrAttribValue (872)

func (InstrAttribValueField) Value added in v0.6.0

func (f InstrAttribValueField) Value() string

type InstrRegistryField

type InstrRegistryField struct{ quickfix.FIXString }

InstrRegistryField is a enum.InstrRegistry field

func NewInstrRegistry

func NewInstrRegistry(val enum.InstrRegistry) InstrRegistryField

func (InstrRegistryField) Tag

Tag returns tag.InstrRegistry (543)

func (InstrRegistryField) Value added in v0.6.0

type InstrmtAssignmentMethodField

type InstrmtAssignmentMethodField struct{ quickfix.FIXString }

InstrmtAssignmentMethodField is a CHAR field

func NewInstrmtAssignmentMethod

func NewInstrmtAssignmentMethod(val string) InstrmtAssignmentMethodField

NewInstrmtAssignmentMethod returns a new InstrmtAssignmentMethodField initialized with val

func (InstrmtAssignmentMethodField) Tag

Tag returns tag.InstrmtAssignmentMethod (1049)

func (InstrmtAssignmentMethodField) Value added in v0.6.0

type InstrumentPartyIDField

type InstrumentPartyIDField struct{ quickfix.FIXString }

InstrumentPartyIDField is a STRING field

func NewInstrumentPartyID

func NewInstrumentPartyID(val string) InstrumentPartyIDField

NewInstrumentPartyID returns a new InstrumentPartyIDField initialized with val

func (InstrumentPartyIDField) Tag

Tag returns tag.InstrumentPartyID (1019)

func (InstrumentPartyIDField) Value added in v0.6.0

func (f InstrumentPartyIDField) Value() string

type InstrumentPartyIDSourceField

type InstrumentPartyIDSourceField struct{ quickfix.FIXString }

InstrumentPartyIDSourceField is a CHAR field

func NewInstrumentPartyIDSource

func NewInstrumentPartyIDSource(val string) InstrumentPartyIDSourceField

NewInstrumentPartyIDSource returns a new InstrumentPartyIDSourceField initialized with val

func (InstrumentPartyIDSourceField) Tag

Tag returns tag.InstrumentPartyIDSource (1050)

func (InstrumentPartyIDSourceField) Value added in v0.6.0

type InstrumentPartyRoleField

type InstrumentPartyRoleField struct{ quickfix.FIXInt }

InstrumentPartyRoleField is a INT field

func NewInstrumentPartyRole

func NewInstrumentPartyRole(val int) InstrumentPartyRoleField

NewInstrumentPartyRole returns a new InstrumentPartyRoleField initialized with val

func (InstrumentPartyRoleField) Tag

Tag returns tag.InstrumentPartyRole (1051)

func (InstrumentPartyRoleField) Value added in v0.6.0

func (f InstrumentPartyRoleField) Value() int

type InstrumentPartySubIDField

type InstrumentPartySubIDField struct{ quickfix.FIXString }

InstrumentPartySubIDField is a STRING field

func NewInstrumentPartySubID

func NewInstrumentPartySubID(val string) InstrumentPartySubIDField

NewInstrumentPartySubID returns a new InstrumentPartySubIDField initialized with val

func (InstrumentPartySubIDField) Tag

Tag returns tag.InstrumentPartySubID (1053)

func (InstrumentPartySubIDField) Value added in v0.6.0

type InstrumentPartySubIDTypeField

type InstrumentPartySubIDTypeField struct{ quickfix.FIXInt }

InstrumentPartySubIDTypeField is a INT field

func NewInstrumentPartySubIDType

func NewInstrumentPartySubIDType(val int) InstrumentPartySubIDTypeField

NewInstrumentPartySubIDType returns a new InstrumentPartySubIDTypeField initialized with val

func (InstrumentPartySubIDTypeField) Tag

Tag returns tag.InstrumentPartySubIDType (1054)

func (InstrumentPartySubIDTypeField) Value added in v0.6.0

type InterestAccrualDateField

type InterestAccrualDateField struct{ quickfix.FIXString }

InterestAccrualDateField is a LOCALMKTDATE field

func NewInterestAccrualDate

func NewInterestAccrualDate(val string) InterestAccrualDateField

NewInterestAccrualDate returns a new InterestAccrualDateField initialized with val

func (InterestAccrualDateField) Tag

Tag returns tag.InterestAccrualDate (874)

func (InterestAccrualDateField) Value added in v0.6.0

func (f InterestAccrualDateField) Value() string

type InterestAtMaturityField

type InterestAtMaturityField struct{ quickfix.FIXDecimal }

InterestAtMaturityField is a AMT field

func NewInterestAtMaturity

func NewInterestAtMaturity(val decimal.Decimal, scale int32) InterestAtMaturityField

NewInterestAtMaturity returns a new InterestAtMaturityField initialized with val and scale

func (InterestAtMaturityField) Tag

Tag returns tag.InterestAtMaturity (738)

func (InterestAtMaturityField) Value added in v0.6.0

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

type InvestorCountryOfResidenceField

type InvestorCountryOfResidenceField struct{ quickfix.FIXString }

InvestorCountryOfResidenceField is a COUNTRY field

func NewInvestorCountryOfResidence

func NewInvestorCountryOfResidence(val string) InvestorCountryOfResidenceField

NewInvestorCountryOfResidence returns a new InvestorCountryOfResidenceField initialized with val

func (InvestorCountryOfResidenceField) Tag

Tag returns tag.InvestorCountryOfResidence (475)

func (InvestorCountryOfResidenceField) Value added in v0.6.0

type IssueDateField

type IssueDateField struct{ quickfix.FIXString }

IssueDateField is a LOCALMKTDATE field

func NewIssueDate

func NewIssueDate(val string) IssueDateField

NewIssueDate returns a new IssueDateField initialized with val

func (IssueDateField) Tag

func (f IssueDateField) Tag() quickfix.Tag

Tag returns tag.IssueDate (225)

func (IssueDateField) Value added in v0.6.0

func (f IssueDateField) Value() string

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 added in v0.6.0

func (f IssuerField) Value() string

type LanguageCodeField

type LanguageCodeField struct{ quickfix.FIXString }

LanguageCodeField is a LANGUAGE field

func NewLanguageCode

func NewLanguageCode(val string) LanguageCodeField

NewLanguageCode returns a new LanguageCodeField initialized with val

func (LanguageCodeField) Tag

func (f LanguageCodeField) Tag() quickfix.Tag

Tag returns tag.LanguageCode (1474)

func (LanguageCodeField) Value added in v0.6.0

func (f LanguageCodeField) 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 added in v0.6.0

type LastForwardPoints2Field

type LastForwardPoints2Field struct{ quickfix.FIXDecimal }

LastForwardPoints2Field is a PRICEOFFSET field

func NewLastForwardPoints2

func NewLastForwardPoints2(val decimal.Decimal, scale int32) LastForwardPoints2Field

NewLastForwardPoints2 returns a new LastForwardPoints2Field initialized with val and scale

func (LastForwardPoints2Field) Tag

Tag returns tag.LastForwardPoints2 (641)

func (LastForwardPoints2Field) Value added in v0.6.0

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

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 added in v0.6.0

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

type LastFragmentField

type LastFragmentField struct{ quickfix.FIXBoolean }

LastFragmentField is a BOOLEAN field

func NewLastFragment

func NewLastFragment(val bool) LastFragmentField

NewLastFragment returns a new LastFragmentField initialized with val

func (LastFragmentField) Tag

func (f LastFragmentField) Tag() quickfix.Tag

Tag returns tag.LastFragment (893)

func (LastFragmentField) Value added in v0.6.0

func (f LastFragmentField) Value() bool

type LastLiquidityIndField

type LastLiquidityIndField struct{ quickfix.FIXString }

LastLiquidityIndField is a enum.LastLiquidityInd field

func (LastLiquidityIndField) Tag

Tag returns tag.LastLiquidityInd (851)

func (LastLiquidityIndField) Value added in v0.6.0

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 added in v0.6.0

func (f LastMktField) Value() string

type LastMsgSeqNumProcessedField

type LastMsgSeqNumProcessedField struct{ quickfix.FIXInt }

LastMsgSeqNumProcessedField is a SEQNUM 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 added in v0.6.0

func (f LastMsgSeqNumProcessedField) Value() int

type LastNetworkResponseIDField

type LastNetworkResponseIDField struct{ quickfix.FIXString }

LastNetworkResponseIDField is a STRING field

func NewLastNetworkResponseID

func NewLastNetworkResponseID(val string) LastNetworkResponseIDField

NewLastNetworkResponseID returns a new LastNetworkResponseIDField initialized with val

func (LastNetworkResponseIDField) Tag

Tag returns tag.LastNetworkResponseID (934)

func (LastNetworkResponseIDField) Value added in v0.6.0

type LastParPxField

type LastParPxField struct{ quickfix.FIXDecimal }

LastParPxField is a PRICE field

func NewLastParPx

func NewLastParPx(val decimal.Decimal, scale int32) LastParPxField

NewLastParPx returns a new LastParPxField initialized with val and scale

func (LastParPxField) Tag

func (f LastParPxField) Tag() quickfix.Tag

Tag returns tag.LastParPx (669)

func (LastParPxField) Value added in v0.6.0

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

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 added in v0.6.0

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

type LastQtyField

type LastQtyField struct{ quickfix.FIXDecimal }

LastQtyField is a QTY field

func NewLastQty

func NewLastQty(val decimal.Decimal, scale int32) LastQtyField

NewLastQty returns a new LastQtyField initialized with val and scale

func (LastQtyField) Tag

func (f LastQtyField) Tag() quickfix.Tag

Tag returns tag.LastQty (32)

func (LastQtyField) Value added in v0.6.0

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

type LastRptRequestedField

type LastRptRequestedField struct{ quickfix.FIXBoolean }

LastRptRequestedField is a BOOLEAN field

func NewLastRptRequested

func NewLastRptRequested(val bool) LastRptRequestedField

NewLastRptRequested returns a new LastRptRequestedField initialized with val

func (LastRptRequestedField) Tag

Tag returns tag.LastRptRequested (912)

func (LastRptRequestedField) Value added in v0.6.0

func (f LastRptRequestedField) Value() bool

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 added in v0.6.0

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 added in v0.6.0

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

type LastSwapPointsField

type LastSwapPointsField struct{ quickfix.FIXDecimal }

LastSwapPointsField is a PRICEOFFSET field

func NewLastSwapPoints

func NewLastSwapPoints(val decimal.Decimal, scale int32) LastSwapPointsField

NewLastSwapPoints returns a new LastSwapPointsField initialized with val and scale

func (LastSwapPointsField) Tag

Tag returns tag.LastSwapPoints (1071)

func (LastSwapPointsField) Value added in v0.6.0

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

type LastUpdateTimeField

type LastUpdateTimeField struct{ quickfix.FIXUTCTimestamp }

LastUpdateTimeField is a UTCTIMESTAMP field

func NewLastUpdateTime added in v0.3.0

func NewLastUpdateTime(val time.Time) LastUpdateTimeField

NewLastUpdateTime returns a new LastUpdateTimeField initialized with val

func NewLastUpdateTimeNoMillis added in v0.3.0

func NewLastUpdateTimeNoMillis(val time.Time) LastUpdateTimeField

NewLastUpdateTimeNoMillis returns a new LastUpdateTimeField initialized with val without millisecs

func (LastUpdateTimeField) Tag

Tag returns tag.LastUpdateTime (779)

func (LastUpdateTimeField) Value added in v0.6.0

func (f LastUpdateTimeField) Value() time.Time

type LateIndicatorField

type LateIndicatorField struct{ quickfix.FIXBoolean }

LateIndicatorField is a BOOLEAN field

func NewLateIndicator

func NewLateIndicator(val bool) LateIndicatorField

NewLateIndicator returns a new LateIndicatorField initialized with val

func (LateIndicatorField) Tag

Tag returns tag.LateIndicator (978)

func (LateIndicatorField) Value added in v0.6.0

func (f LateIndicatorField) Value() bool

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 added in v0.6.0

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

type LegAllocAccountField

type LegAllocAccountField struct{ quickfix.FIXString }

LegAllocAccountField is a STRING field

func NewLegAllocAccount

func NewLegAllocAccount(val string) LegAllocAccountField

NewLegAllocAccount returns a new LegAllocAccountField initialized with val

func (LegAllocAccountField) Tag

Tag returns tag.LegAllocAccount (671)

func (LegAllocAccountField) Value added in v0.6.0

func (f LegAllocAccountField) Value() string

type LegAllocAcctIDSourceField

type LegAllocAcctIDSourceField struct{ quickfix.FIXString }

LegAllocAcctIDSourceField is a STRING field

func NewLegAllocAcctIDSource

func NewLegAllocAcctIDSource(val string) LegAllocAcctIDSourceField

NewLegAllocAcctIDSource returns a new LegAllocAcctIDSourceField initialized with val

func (LegAllocAcctIDSourceField) Tag

Tag returns tag.LegAllocAcctIDSource (674)

func (LegAllocAcctIDSourceField) Value added in v0.6.0

type LegAllocIDField

type LegAllocIDField struct{ quickfix.FIXString }

LegAllocIDField is a STRING field

func NewLegAllocID

func NewLegAllocID(val string) LegAllocIDField

NewLegAllocID returns a new LegAllocIDField initialized with val

func (LegAllocIDField) Tag

func (f LegAllocIDField) Tag() quickfix.Tag

Tag returns tag.LegAllocID (1366)

func (LegAllocIDField) Value added in v0.6.0

func (f LegAllocIDField) Value() string

type LegAllocQtyField

type LegAllocQtyField struct{ quickfix.FIXDecimal }

LegAllocQtyField is a QTY field

func NewLegAllocQty

func NewLegAllocQty(val decimal.Decimal, scale int32) LegAllocQtyField

NewLegAllocQty returns a new LegAllocQtyField initialized with val and scale

func (LegAllocQtyField) Tag

func (f LegAllocQtyField) Tag() quickfix.Tag

Tag returns tag.LegAllocQty (673)

func (LegAllocQtyField) Value added in v0.6.0

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

type LegAllocSettlCurrencyField

type LegAllocSettlCurrencyField struct{ quickfix.FIXString }

LegAllocSettlCurrencyField is a CURRENCY field

func NewLegAllocSettlCurrency

func NewLegAllocSettlCurrency(val string) LegAllocSettlCurrencyField

NewLegAllocSettlCurrency returns a new LegAllocSettlCurrencyField initialized with val

func (LegAllocSettlCurrencyField) Tag

Tag returns tag.LegAllocSettlCurrency (1367)

func (LegAllocSettlCurrencyField) Value added in v0.6.0

type LegBenchmarkCurveCurrencyField

type LegBenchmarkCurveCurrencyField struct{ quickfix.FIXString }

LegBenchmarkCurveCurrencyField is a CURRENCY field

func NewLegBenchmarkCurveCurrency

func NewLegBenchmarkCurveCurrency(val string) LegBenchmarkCurveCurrencyField

NewLegBenchmarkCurveCurrency returns a new LegBenchmarkCurveCurrencyField initialized with val

func (LegBenchmarkCurveCurrencyField) Tag

Tag returns tag.LegBenchmarkCurveCurrency (676)

func (LegBenchmarkCurveCurrencyField) Value added in v0.6.0

type LegBenchmarkCurveNameField

type LegBenchmarkCurveNameField struct{ quickfix.FIXString }

LegBenchmarkCurveNameField is a STRING field

func NewLegBenchmarkCurveName

func NewLegBenchmarkCurveName(val string) LegBenchmarkCurveNameField

NewLegBenchmarkCurveName returns a new LegBenchmarkCurveNameField initialized with val

func (LegBenchmarkCurveNameField) Tag

Tag returns tag.LegBenchmarkCurveName (677)

func (LegBenchmarkCurveNameField) Value added in v0.6.0

type LegBenchmarkCurvePointField

type LegBenchmarkCurvePointField struct{ quickfix.FIXString }

LegBenchmarkCurvePointField is a STRING field

func NewLegBenchmarkCurvePoint

func NewLegBenchmarkCurvePoint(val string) LegBenchmarkCurvePointField

NewLegBenchmarkCurvePoint returns a new LegBenchmarkCurvePointField initialized with val

func (LegBenchmarkCurvePointField) Tag

Tag returns tag.LegBenchmarkCurvePoint (678)

func (LegBenchmarkCurvePointField) Value added in v0.6.0

type LegBenchmarkPriceField

type LegBenchmarkPriceField struct{ quickfix.FIXDecimal }

LegBenchmarkPriceField is a PRICE field

func NewLegBenchmarkPrice

func NewLegBenchmarkPrice(val decimal.Decimal, scale int32) LegBenchmarkPriceField

NewLegBenchmarkPrice returns a new LegBenchmarkPriceField initialized with val and scale

func (LegBenchmarkPriceField) Tag

Tag returns tag.LegBenchmarkPrice (679)

func (LegBenchmarkPriceField) Value added in v0.6.0

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

type LegBenchmarkPriceTypeField

type LegBenchmarkPriceTypeField struct{ quickfix.FIXInt }

LegBenchmarkPriceTypeField is a INT field

func NewLegBenchmarkPriceType

func NewLegBenchmarkPriceType(val int) LegBenchmarkPriceTypeField

NewLegBenchmarkPriceType returns a new LegBenchmarkPriceTypeField initialized with val

func (LegBenchmarkPriceTypeField) Tag

Tag returns tag.LegBenchmarkPriceType (680)

func (LegBenchmarkPriceTypeField) Value added in v0.6.0

func (f LegBenchmarkPriceTypeField) Value() int

type LegBidForwardPointsField

type LegBidForwardPointsField struct{ quickfix.FIXDecimal }

LegBidForwardPointsField is a PRICEOFFSET field

func NewLegBidForwardPoints

func NewLegBidForwardPoints(val decimal.Decimal, scale int32) LegBidForwardPointsField

NewLegBidForwardPoints returns a new LegBidForwardPointsField initialized with val and scale

func (LegBidForwardPointsField) Tag

Tag returns tag.LegBidForwardPoints (1067)

func (LegBidForwardPointsField) Value added in v0.6.0

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

type LegBidPxField

type LegBidPxField struct{ quickfix.FIXDecimal }

LegBidPxField is a PRICE field

func NewLegBidPx

func NewLegBidPx(val decimal.Decimal, scale int32) LegBidPxField

NewLegBidPx returns a new LegBidPxField initialized with val and scale

func (LegBidPxField) Tag

func (f LegBidPxField) Tag() quickfix.Tag

Tag returns tag.LegBidPx (681)

func (LegBidPxField) Value added in v0.6.0

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

type LegCFICodeField

type LegCFICodeField struct{ quickfix.FIXString }

LegCFICodeField is a STRING field

func NewLegCFICode

func NewLegCFICode(val string) LegCFICodeField

NewLegCFICode returns a new LegCFICodeField initialized with val

func (LegCFICodeField) Tag

func (f LegCFICodeField) Tag() quickfix.Tag

Tag returns tag.LegCFICode (608)

func (LegCFICodeField) Value added in v0.6.0

func (f LegCFICodeField) Value() string

type LegCalculatedCcyLastQtyField

type LegCalculatedCcyLastQtyField struct{ quickfix.FIXDecimal }

LegCalculatedCcyLastQtyField is a QTY field

func NewLegCalculatedCcyLastQty

func NewLegCalculatedCcyLastQty(val decimal.Decimal, scale int32) LegCalculatedCcyLastQtyField

NewLegCalculatedCcyLastQty returns a new LegCalculatedCcyLastQtyField initialized with val and scale

func (LegCalculatedCcyLastQtyField) Tag

Tag returns tag.LegCalculatedCcyLastQty (1074)

func (LegCalculatedCcyLastQtyField) Value added in v0.6.0

type LegContractMultiplierField

type LegContractMultiplierField struct{ quickfix.FIXDecimal }

LegContractMultiplierField is a FLOAT field

func NewLegContractMultiplier

func NewLegContractMultiplier(val decimal.Decimal, scale int32) LegContractMultiplierField

NewLegContractMultiplier returns a new LegContractMultiplierField initialized with val and scale

func (LegContractMultiplierField) Tag

Tag returns tag.LegContractMultiplier (614)

func (LegContractMultiplierField) Value added in v0.6.0

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

type LegContractMultiplierUnitField

type LegContractMultiplierUnitField struct{ quickfix.FIXInt }

LegContractMultiplierUnitField is a INT field

func NewLegContractMultiplierUnit

func NewLegContractMultiplierUnit(val int) LegContractMultiplierUnitField

NewLegContractMultiplierUnit returns a new LegContractMultiplierUnitField initialized with val

func (LegContractMultiplierUnitField) Tag

Tag returns tag.LegContractMultiplierUnit (1436)

func (LegContractMultiplierUnitField) Value added in v0.6.0

type LegContractSettlMonthField

type LegContractSettlMonthField struct{ quickfix.FIXString }

LegContractSettlMonthField is a MONTHYEAR field

func NewLegContractSettlMonth

func NewLegContractSettlMonth(val string) LegContractSettlMonthField

NewLegContractSettlMonth returns a new LegContractSettlMonthField initialized with val

func (LegContractSettlMonthField) Tag

Tag returns tag.LegContractSettlMonth (955)

func (LegContractSettlMonthField) Value added in v0.6.0

type LegCountryOfIssueField

type LegCountryOfIssueField struct{ quickfix.FIXString }

LegCountryOfIssueField is a COUNTRY field

func NewLegCountryOfIssue

func NewLegCountryOfIssue(val string) LegCountryOfIssueField

NewLegCountryOfIssue returns a new LegCountryOfIssueField initialized with val

func (LegCountryOfIssueField) Tag

Tag returns tag.LegCountryOfIssue (596)

func (LegCountryOfIssueField) Value added in v0.6.0

func (f LegCountryOfIssueField) Value() string

type LegCouponPaymentDateField

type LegCouponPaymentDateField struct{ quickfix.FIXString }

LegCouponPaymentDateField is a LOCALMKTDATE field

func NewLegCouponPaymentDate

func NewLegCouponPaymentDate(val string) LegCouponPaymentDateField

NewLegCouponPaymentDate returns a new LegCouponPaymentDateField initialized with val

func (LegCouponPaymentDateField) Tag

Tag returns tag.LegCouponPaymentDate (248)

func (LegCouponPaymentDateField) Value added in v0.6.0

type LegCouponRateField

type LegCouponRateField struct{ quickfix.FIXDecimal }

LegCouponRateField is a PERCENTAGE field

func NewLegCouponRate

func NewLegCouponRate(val decimal.Decimal, scale int32) LegCouponRateField

NewLegCouponRate returns a new LegCouponRateField initialized with val and scale

func (LegCouponRateField) Tag

Tag returns tag.LegCouponRate (615)

func (LegCouponRateField) Value added in v0.6.0

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

type LegCoveredOrUncoveredField

type LegCoveredOrUncoveredField struct{ quickfix.FIXInt }

LegCoveredOrUncoveredField is a INT field

func NewLegCoveredOrUncovered

func NewLegCoveredOrUncovered(val int) LegCoveredOrUncoveredField

NewLegCoveredOrUncovered returns a new LegCoveredOrUncoveredField initialized with val

func (LegCoveredOrUncoveredField) Tag

Tag returns tag.LegCoveredOrUncovered (565)

func (LegCoveredOrUncoveredField) Value added in v0.6.0

func (f LegCoveredOrUncoveredField) Value() int

type LegCreditRatingField

type LegCreditRatingField struct{ quickfix.FIXString }

LegCreditRatingField is a STRING field

func NewLegCreditRating

func NewLegCreditRating(val string) LegCreditRatingField

NewLegCreditRating returns a new LegCreditRatingField initialized with val

func (LegCreditRatingField) Tag

Tag returns tag.LegCreditRating (257)

func (LegCreditRatingField) Value added in v0.6.0

func (f LegCreditRatingField) Value() string

type LegCurrencyField

type LegCurrencyField struct{ quickfix.FIXString }

LegCurrencyField is a CURRENCY field

func NewLegCurrency

func NewLegCurrency(val string) LegCurrencyField

NewLegCurrency returns a new LegCurrencyField initialized with val

func (LegCurrencyField) Tag

func (f LegCurrencyField) Tag() quickfix.Tag

Tag returns tag.LegCurrency (556)

func (LegCurrencyField) Value added in v0.6.0

func (f LegCurrencyField) Value() string

type LegCurrencyRatioField

type LegCurrencyRatioField struct{ quickfix.FIXDecimal }

LegCurrencyRatioField is a FLOAT field

func NewLegCurrencyRatio

func NewLegCurrencyRatio(val decimal.Decimal, scale int32) LegCurrencyRatioField

NewLegCurrencyRatio returns a new LegCurrencyRatioField initialized with val and scale

func (LegCurrencyRatioField) Tag

Tag returns tag.LegCurrencyRatio (1383)

func (LegCurrencyRatioField) Value added in v0.6.0

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

type LegDatedDateField

type LegDatedDateField struct{ quickfix.FIXString }

LegDatedDateField is a LOCALMKTDATE field

func NewLegDatedDate

func NewLegDatedDate(val string) LegDatedDateField

NewLegDatedDate returns a new LegDatedDateField initialized with val

func (LegDatedDateField) Tag

func (f LegDatedDateField) Tag() quickfix.Tag

Tag returns tag.LegDatedDate (739)

func (LegDatedDateField) Value added in v0.6.0

func (f LegDatedDateField) Value() string

type LegDividendYieldField

type LegDividendYieldField struct{ quickfix.FIXDecimal }

LegDividendYieldField is a PERCENTAGE field

func NewLegDividendYield

func NewLegDividendYield(val decimal.Decimal, scale int32) LegDividendYieldField

NewLegDividendYield returns a new LegDividendYieldField initialized with val and scale

func (LegDividendYieldField) Tag

Tag returns tag.LegDividendYield (1381)

func (LegDividendYieldField) Value added in v0.6.0

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

type LegExecInstField

type LegExecInstField struct{ quickfix.FIXString }

LegExecInstField is a MULTIPLECHARVALUE field

func NewLegExecInst

func NewLegExecInst(val string) LegExecInstField

NewLegExecInst returns a new LegExecInstField initialized with val

func (LegExecInstField) Tag

func (f LegExecInstField) Tag() quickfix.Tag

Tag returns tag.LegExecInst (1384)

func (LegExecInstField) Value added in v0.6.0

func (f LegExecInstField) Value() string

type LegExerciseStyleField

type LegExerciseStyleField struct{ quickfix.FIXInt }

LegExerciseStyleField is a INT field

func NewLegExerciseStyle

func NewLegExerciseStyle(val int) LegExerciseStyleField

NewLegExerciseStyle returns a new LegExerciseStyleField initialized with val

func (LegExerciseStyleField) Tag

Tag returns tag.LegExerciseStyle (1420)

func (LegExerciseStyleField) Value added in v0.6.0

func (f LegExerciseStyleField) Value() int

type LegFactorField

type LegFactorField struct{ quickfix.FIXDecimal }

LegFactorField is a FLOAT field

func NewLegFactor

func NewLegFactor(val decimal.Decimal, scale int32) LegFactorField

NewLegFactor returns a new LegFactorField initialized with val and scale

func (LegFactorField) Tag

func (f LegFactorField) Tag() quickfix.Tag

Tag returns tag.LegFactor (253)

func (LegFactorField) Value added in v0.6.0

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

type LegFlowScheduleTypeField

type LegFlowScheduleTypeField struct{ quickfix.FIXInt }

LegFlowScheduleTypeField is a INT field

func NewLegFlowScheduleType

func NewLegFlowScheduleType(val int) LegFlowScheduleTypeField

NewLegFlowScheduleType returns a new LegFlowScheduleTypeField initialized with val

func (LegFlowScheduleTypeField) Tag

Tag returns tag.LegFlowScheduleType (1440)

func (LegFlowScheduleTypeField) Value added in v0.6.0

func (f LegFlowScheduleTypeField) Value() int

type LegFutSettDateField

type LegFutSettDateField struct{ quickfix.FIXString }

LegFutSettDateField is a LOCALMKTDATE field

func NewLegFutSettDate

func NewLegFutSettDate(val string) LegFutSettDateField

NewLegFutSettDate returns a new LegFutSettDateField initialized with val

func (LegFutSettDateField) Tag

Tag returns tag.LegFutSettDate (588)

func (LegFutSettDateField) Value added in v0.6.0

func (f LegFutSettDateField) Value() string

type LegGrossTradeAmtField

type LegGrossTradeAmtField struct{ quickfix.FIXDecimal }

LegGrossTradeAmtField is a AMT field

func NewLegGrossTradeAmt

func NewLegGrossTradeAmt(val decimal.Decimal, scale int32) LegGrossTradeAmtField

NewLegGrossTradeAmt returns a new LegGrossTradeAmtField initialized with val and scale

func (LegGrossTradeAmtField) Tag

Tag returns tag.LegGrossTradeAmt (1075)

func (LegGrossTradeAmtField) Value added in v0.6.0

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

type LegIOIQtyField

type LegIOIQtyField struct{ quickfix.FIXString }

LegIOIQtyField is a STRING field

func NewLegIOIQty

func NewLegIOIQty(val string) LegIOIQtyField

NewLegIOIQty returns a new LegIOIQtyField initialized with val

func (LegIOIQtyField) Tag

func (f LegIOIQtyField) Tag() quickfix.Tag

Tag returns tag.LegIOIQty (682)

func (LegIOIQtyField) Value added in v0.6.0

func (f LegIOIQtyField) Value() string

type LegIndividualAllocIDField

type LegIndividualAllocIDField struct{ quickfix.FIXString }

LegIndividualAllocIDField is a STRING field

func NewLegIndividualAllocID

func NewLegIndividualAllocID(val string) LegIndividualAllocIDField

NewLegIndividualAllocID returns a new LegIndividualAllocIDField initialized with val

func (LegIndividualAllocIDField) Tag

Tag returns tag.LegIndividualAllocID (672)

func (LegIndividualAllocIDField) Value added in v0.6.0

type LegInstrRegistryField

type LegInstrRegistryField struct{ quickfix.FIXString }

LegInstrRegistryField is a STRING field

func NewLegInstrRegistry

func NewLegInstrRegistry(val string) LegInstrRegistryField

NewLegInstrRegistry returns a new LegInstrRegistryField initialized with val

func (LegInstrRegistryField) Tag

Tag returns tag.LegInstrRegistry (599)

func (LegInstrRegistryField) Value added in v0.6.0

func (f LegInstrRegistryField) Value() string

type LegInterestAccrualDateField

type LegInterestAccrualDateField struct{ quickfix.FIXString }

LegInterestAccrualDateField is a LOCALMKTDATE field

func NewLegInterestAccrualDate

func NewLegInterestAccrualDate(val string) LegInterestAccrualDateField

NewLegInterestAccrualDate returns a new LegInterestAccrualDateField initialized with val

func (LegInterestAccrualDateField) Tag

Tag returns tag.LegInterestAccrualDate (956)

func (LegInterestAccrualDateField) Value added in v0.6.0

type LegIssueDateField

type LegIssueDateField struct{ quickfix.FIXString }

LegIssueDateField is a LOCALMKTDATE field

func NewLegIssueDate

func NewLegIssueDate(val string) LegIssueDateField

NewLegIssueDate returns a new LegIssueDateField initialized with val

func (LegIssueDateField) Tag

func (f LegIssueDateField) Tag() quickfix.Tag

Tag returns tag.LegIssueDate (249)

func (LegIssueDateField) Value added in v0.6.0

func (f LegIssueDateField) Value() string

type LegIssuerField

type LegIssuerField struct{ quickfix.FIXString }

LegIssuerField is a STRING field

func NewLegIssuer

func NewLegIssuer(val string) LegIssuerField

NewLegIssuer returns a new LegIssuerField initialized with val

func (LegIssuerField) Tag

func (f LegIssuerField) Tag() quickfix.Tag

Tag returns tag.LegIssuer (617)

func (LegIssuerField) Value added in v0.6.0

func (f LegIssuerField) Value() string

type LegLastForwardPointsField

type LegLastForwardPointsField struct{ quickfix.FIXDecimal }

LegLastForwardPointsField is a PRICEOFFSET field

func NewLegLastForwardPoints

func NewLegLastForwardPoints(val decimal.Decimal, scale int32) LegLastForwardPointsField

NewLegLastForwardPoints returns a new LegLastForwardPointsField initialized with val and scale

func (LegLastForwardPointsField) Tag

Tag returns tag.LegLastForwardPoints (1073)

func (LegLastForwardPointsField) Value added in v0.6.0

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

type LegLastPxField

type LegLastPxField struct{ quickfix.FIXDecimal }

LegLastPxField is a PRICE field

func NewLegLastPx

func NewLegLastPx(val decimal.Decimal, scale int32) LegLastPxField

NewLegLastPx returns a new LegLastPxField initialized with val and scale

func (LegLastPxField) Tag

func (f LegLastPxField) Tag() quickfix.Tag

Tag returns tag.LegLastPx (637)

func (LegLastPxField) Value added in v0.6.0

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

type LegLastQtyField

type LegLastQtyField struct{ quickfix.FIXDecimal }

LegLastQtyField is a QTY field

func NewLegLastQty

func NewLegLastQty(val decimal.Decimal, scale int32) LegLastQtyField

NewLegLastQty returns a new LegLastQtyField initialized with val and scale

func (LegLastQtyField) Tag

func (f LegLastQtyField) Tag() quickfix.Tag

Tag returns tag.LegLastQty (1418)

func (LegLastQtyField) Value added in v0.6.0

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

type LegLocaleOfIssueField

type LegLocaleOfIssueField struct{ quickfix.FIXString }

LegLocaleOfIssueField is a STRING field

func NewLegLocaleOfIssue

func NewLegLocaleOfIssue(val string) LegLocaleOfIssueField

NewLegLocaleOfIssue returns a new LegLocaleOfIssueField initialized with val

func (LegLocaleOfIssueField) Tag

Tag returns tag.LegLocaleOfIssue (598)

func (LegLocaleOfIssueField) Value added in v0.6.0

func (f LegLocaleOfIssueField) Value() string

type LegMaturityDateField

type LegMaturityDateField struct{ quickfix.FIXString }

LegMaturityDateField is a LOCALMKTDATE field

func NewLegMaturityDate

func NewLegMaturityDate(val string) LegMaturityDateField

NewLegMaturityDate returns a new LegMaturityDateField initialized with val

func (LegMaturityDateField) Tag

Tag returns tag.LegMaturityDate (611)

func (LegMaturityDateField) Value added in v0.6.0

func (f LegMaturityDateField) Value() string

type LegMaturityMonthYearField

type LegMaturityMonthYearField struct{ quickfix.FIXString }

LegMaturityMonthYearField is a MONTHYEAR field

func NewLegMaturityMonthYear

func NewLegMaturityMonthYear(val string) LegMaturityMonthYearField

NewLegMaturityMonthYear returns a new LegMaturityMonthYearField initialized with val

func (LegMaturityMonthYearField) Tag

Tag returns tag.LegMaturityMonthYear (610)

func (LegMaturityMonthYearField) Value added in v0.6.0

type LegMaturityTimeField

type LegMaturityTimeField struct{ quickfix.FIXString }

LegMaturityTimeField is a TZTIMEONLY field

func NewLegMaturityTime

func NewLegMaturityTime(val string) LegMaturityTimeField

NewLegMaturityTime returns a new LegMaturityTimeField initialized with val

func (LegMaturityTimeField) Tag

Tag returns tag.LegMaturityTime (1212)

func (LegMaturityTimeField) Value added in v0.6.0

func (f LegMaturityTimeField) Value() string

type LegNumberField

type LegNumberField struct{ quickfix.FIXInt }

LegNumberField is a INT field

func NewLegNumber

func NewLegNumber(val int) LegNumberField

NewLegNumber returns a new LegNumberField initialized with val

func (LegNumberField) Tag

func (f LegNumberField) Tag() quickfix.Tag

Tag returns tag.LegNumber (1152)

func (LegNumberField) Value added in v0.6.0

func (f LegNumberField) Value() int

type LegOfferForwardPointsField

type LegOfferForwardPointsField struct{ quickfix.FIXDecimal }

LegOfferForwardPointsField is a PRICEOFFSET field

func NewLegOfferForwardPoints

func NewLegOfferForwardPoints(val decimal.Decimal, scale int32) LegOfferForwardPointsField

NewLegOfferForwardPoints returns a new LegOfferForwardPointsField initialized with val and scale

func (LegOfferForwardPointsField) Tag

Tag returns tag.LegOfferForwardPoints (1068)

func (LegOfferForwardPointsField) Value added in v0.6.0

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

type LegOfferPxField

type LegOfferPxField struct{ quickfix.FIXDecimal }

LegOfferPxField is a PRICE field

func NewLegOfferPx

func NewLegOfferPx(val decimal.Decimal, scale int32) LegOfferPxField

NewLegOfferPx returns a new LegOfferPxField initialized with val and scale

func (LegOfferPxField) Tag

func (f LegOfferPxField) Tag() quickfix.Tag

Tag returns tag.LegOfferPx (684)

func (LegOfferPxField) Value added in v0.6.0

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

type LegOptAttributeField

type LegOptAttributeField struct{ quickfix.FIXString }

LegOptAttributeField is a CHAR field

func NewLegOptAttribute

func NewLegOptAttribute(val string) LegOptAttributeField

NewLegOptAttribute returns a new LegOptAttributeField initialized with val

func (LegOptAttributeField) Tag

Tag returns tag.LegOptAttribute (613)

func (LegOptAttributeField) Value added in v0.6.0

func (f LegOptAttributeField) Value() string

type LegOptionRatioField

type LegOptionRatioField struct{ quickfix.FIXDecimal }

LegOptionRatioField is a FLOAT field

func NewLegOptionRatio

func NewLegOptionRatio(val decimal.Decimal, scale int32) LegOptionRatioField

NewLegOptionRatio returns a new LegOptionRatioField initialized with val and scale

func (LegOptionRatioField) Tag

Tag returns tag.LegOptionRatio (1017)

func (LegOptionRatioField) Value added in v0.6.0

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

type LegOrderQtyField

type LegOrderQtyField struct{ quickfix.FIXDecimal }

LegOrderQtyField is a QTY field

func NewLegOrderQty

func NewLegOrderQty(val decimal.Decimal, scale int32) LegOrderQtyField

NewLegOrderQty returns a new LegOrderQtyField initialized with val and scale

func (LegOrderQtyField) Tag

func (f LegOrderQtyField) Tag() quickfix.Tag

Tag returns tag.LegOrderQty (685)

func (LegOrderQtyField) Value added in v0.6.0

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

type LegPoolField

type LegPoolField struct{ quickfix.FIXString }

LegPoolField is a STRING field

func NewLegPool

func NewLegPool(val string) LegPoolField

NewLegPool returns a new LegPoolField initialized with val

func (LegPoolField) Tag

func (f LegPoolField) Tag() quickfix.Tag

Tag returns tag.LegPool (740)

func (LegPoolField) Value added in v0.6.0

func (f LegPoolField) Value() string

type LegPositionEffectField

type LegPositionEffectField struct{ quickfix.FIXString }

LegPositionEffectField is a CHAR field

func NewLegPositionEffect

func NewLegPositionEffect(val string) LegPositionEffectField

NewLegPositionEffect returns a new LegPositionEffectField initialized with val

func (LegPositionEffectField) Tag

Tag returns tag.LegPositionEffect (564)

func (LegPositionEffectField) Value added in v0.6.0

func (f LegPositionEffectField) Value() string

type LegPriceField

type LegPriceField struct{ quickfix.FIXDecimal }

LegPriceField is a PRICE field

func NewLegPrice

func NewLegPrice(val decimal.Decimal, scale int32) LegPriceField

NewLegPrice returns a new LegPriceField initialized with val and scale

func (LegPriceField) Tag

func (f LegPriceField) Tag() quickfix.Tag

Tag returns tag.LegPrice (566)

func (LegPriceField) Value added in v0.6.0

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

type LegPriceTypeField

type LegPriceTypeField struct{ quickfix.FIXInt }

LegPriceTypeField is a INT field

func NewLegPriceType

func NewLegPriceType(val int) LegPriceTypeField

NewLegPriceType returns a new LegPriceTypeField initialized with val

func (LegPriceTypeField) Tag

func (f LegPriceTypeField) Tag() quickfix.Tag

Tag returns tag.LegPriceType (686)

func (LegPriceTypeField) Value added in v0.6.0

func (f LegPriceTypeField) Value() int

type LegPriceUnitOfMeasureField

type LegPriceUnitOfMeasureField struct{ quickfix.FIXString }

LegPriceUnitOfMeasureField is a STRING field

func NewLegPriceUnitOfMeasure

func NewLegPriceUnitOfMeasure(val string) LegPriceUnitOfMeasureField

NewLegPriceUnitOfMeasure returns a new LegPriceUnitOfMeasureField initialized with val

func (LegPriceUnitOfMeasureField) Tag

Tag returns tag.LegPriceUnitOfMeasure (1421)

func (LegPriceUnitOfMeasureField) Value added in v0.6.0

type LegPriceUnitOfMeasureQtyField

type LegPriceUnitOfMeasureQtyField struct{ quickfix.FIXDecimal }

LegPriceUnitOfMeasureQtyField is a QTY field

func NewLegPriceUnitOfMeasureQty

func NewLegPriceUnitOfMeasureQty(val decimal.Decimal, scale int32) LegPriceUnitOfMeasureQtyField

NewLegPriceUnitOfMeasureQty returns a new LegPriceUnitOfMeasureQtyField initialized with val and scale

func (LegPriceUnitOfMeasureQtyField) Tag

Tag returns tag.LegPriceUnitOfMeasureQty (1422)

func (LegPriceUnitOfMeasureQtyField) Value added in v0.6.0

type LegProductField

type LegProductField struct{ quickfix.FIXInt }

LegProductField is a INT field

func NewLegProduct

func NewLegProduct(val int) LegProductField

NewLegProduct returns a new LegProductField initialized with val

func (LegProductField) Tag

func (f LegProductField) Tag() quickfix.Tag

Tag returns tag.LegProduct (607)

func (LegProductField) Value added in v0.6.0

func (f LegProductField) Value() int

type LegPutOrCallField

type LegPutOrCallField struct{ quickfix.FIXInt }

LegPutOrCallField is a INT field

func NewLegPutOrCall

func NewLegPutOrCall(val int) LegPutOrCallField

NewLegPutOrCall returns a new LegPutOrCallField initialized with val

func (LegPutOrCallField) Tag

func (f LegPutOrCallField) Tag() quickfix.Tag

Tag returns tag.LegPutOrCall (1358)

func (LegPutOrCallField) Value added in v0.6.0

func (f LegPutOrCallField) Value() int

type LegQtyField

type LegQtyField struct{ quickfix.FIXDecimal }

LegQtyField is a QTY field

func NewLegQty

func NewLegQty(val decimal.Decimal, scale int32) LegQtyField

NewLegQty returns a new LegQtyField initialized with val and scale

func (LegQtyField) Tag

func (f LegQtyField) Tag() quickfix.Tag

Tag returns tag.LegQty (687)

func (LegQtyField) Value added in v0.6.0

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

type LegRatioQtyField

type LegRatioQtyField struct{ quickfix.FIXDecimal }

LegRatioQtyField is a FLOAT field

func NewLegRatioQty

func NewLegRatioQty(val decimal.Decimal, scale int32) LegRatioQtyField

NewLegRatioQty returns a new LegRatioQtyField initialized with val and scale

func (LegRatioQtyField) Tag

func (f LegRatioQtyField) Tag() quickfix.Tag

Tag returns tag.LegRatioQty (623)

func (LegRatioQtyField) Value added in v0.6.0

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

type LegRedemptionDateField

type LegRedemptionDateField struct{ quickfix.FIXString }

LegRedemptionDateField is a LOCALMKTDATE field

func NewLegRedemptionDate

func NewLegRedemptionDate(val string) LegRedemptionDateField

NewLegRedemptionDate returns a new LegRedemptionDateField initialized with val

func (LegRedemptionDateField) Tag

Tag returns tag.LegRedemptionDate (254)

func (LegRedemptionDateField) Value added in v0.6.0

func (f LegRedemptionDateField) Value() string

type LegRefIDField

type LegRefIDField struct{ quickfix.FIXString }

LegRefIDField is a STRING field

func NewLegRefID

func NewLegRefID(val string) LegRefIDField

NewLegRefID returns a new LegRefIDField initialized with val

func (LegRefIDField) Tag

func (f LegRefIDField) Tag() quickfix.Tag

Tag returns tag.LegRefID (654)

func (LegRefIDField) Value added in v0.6.0

func (f LegRefIDField) Value() string

type LegRepoCollateralSecurityTypeField

type LegRepoCollateralSecurityTypeField struct{ quickfix.FIXInt }

LegRepoCollateralSecurityTypeField is a INT field

func NewLegRepoCollateralSecurityType

func NewLegRepoCollateralSecurityType(val int) LegRepoCollateralSecurityTypeField

NewLegRepoCollateralSecurityType returns a new LegRepoCollateralSecurityTypeField initialized with val

func (LegRepoCollateralSecurityTypeField) Tag

Tag returns tag.LegRepoCollateralSecurityType (250)

func (LegRepoCollateralSecurityTypeField) Value added in v0.6.0

type LegReportIDField

type LegReportIDField struct{ quickfix.FIXString }

LegReportIDField is a STRING field

func NewLegReportID

func NewLegReportID(val string) LegReportIDField

NewLegReportID returns a new LegReportIDField initialized with val

func (LegReportIDField) Tag

func (f LegReportIDField) Tag() quickfix.Tag

Tag returns tag.LegReportID (990)

func (LegReportIDField) Value added in v0.6.0

func (f LegReportIDField) Value() string

type LegRepurchaseRateField

type LegRepurchaseRateField struct{ quickfix.FIXDecimal }

LegRepurchaseRateField is a PERCENTAGE field

func NewLegRepurchaseRate

func NewLegRepurchaseRate(val decimal.Decimal, scale int32) LegRepurchaseRateField

NewLegRepurchaseRate returns a new LegRepurchaseRateField initialized with val and scale

func (LegRepurchaseRateField) Tag

Tag returns tag.LegRepurchaseRate (252)

func (LegRepurchaseRateField) Value added in v0.6.0

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

type LegRepurchaseTermField

type LegRepurchaseTermField struct{ quickfix.FIXInt }

LegRepurchaseTermField is a INT field

func NewLegRepurchaseTerm

func NewLegRepurchaseTerm(val int) LegRepurchaseTermField

NewLegRepurchaseTerm returns a new LegRepurchaseTermField initialized with val

func (LegRepurchaseTermField) Tag

Tag returns tag.LegRepurchaseTerm (251)

func (LegRepurchaseTermField) Value added in v0.6.0

func (f LegRepurchaseTermField) Value() int

type LegSecurityAltIDField

type LegSecurityAltIDField struct{ quickfix.FIXString }

LegSecurityAltIDField is a STRING field

func NewLegSecurityAltID

func NewLegSecurityAltID(val string) LegSecurityAltIDField

NewLegSecurityAltID returns a new LegSecurityAltIDField initialized with val

func (LegSecurityAltIDField) Tag

Tag returns tag.LegSecurityAltID (605)

func (LegSecurityAltIDField) Value added in v0.6.0

func (f LegSecurityAltIDField) Value() string

type LegSecurityAltIDSourceField

type LegSecurityAltIDSourceField struct{ quickfix.FIXString }

LegSecurityAltIDSourceField is a STRING field

func NewLegSecurityAltIDSource

func NewLegSecurityAltIDSource(val string) LegSecurityAltIDSourceField

NewLegSecurityAltIDSource returns a new LegSecurityAltIDSourceField initialized with val

func (LegSecurityAltIDSourceField) Tag

Tag returns tag.LegSecurityAltIDSource (606)

func (LegSecurityAltIDSourceField) Value added in v0.6.0

type LegSecurityDescField

type LegSecurityDescField struct{ quickfix.FIXString }

LegSecurityDescField is a STRING field

func NewLegSecurityDesc

func NewLegSecurityDesc(val string) LegSecurityDescField

NewLegSecurityDesc returns a new LegSecurityDescField initialized with val

func (LegSecurityDescField) Tag

Tag returns tag.LegSecurityDesc (620)

func (LegSecurityDescField) Value added in v0.6.0

func (f LegSecurityDescField) Value() string

type LegSecurityExchangeField

type LegSecurityExchangeField struct{ quickfix.FIXString }

LegSecurityExchangeField is a EXCHANGE field

func NewLegSecurityExchange

func NewLegSecurityExchange(val string) LegSecurityExchangeField

NewLegSecurityExchange returns a new LegSecurityExchangeField initialized with val

func (LegSecurityExchangeField) Tag

Tag returns tag.LegSecurityExchange (616)

func (LegSecurityExchangeField) Value added in v0.6.0

func (f LegSecurityExchangeField) Value() string

type LegSecurityIDField

type LegSecurityIDField struct{ quickfix.FIXString }

LegSecurityIDField is a STRING field

func NewLegSecurityID

func NewLegSecurityID(val string) LegSecurityIDField

NewLegSecurityID returns a new LegSecurityIDField initialized with val

func (LegSecurityIDField) Tag

Tag returns tag.LegSecurityID (602)

func (LegSecurityIDField) Value added in v0.6.0

func (f LegSecurityIDField) Value() string

type LegSecurityIDSourceField

type LegSecurityIDSourceField struct{ quickfix.FIXString }

LegSecurityIDSourceField is a STRING field

func NewLegSecurityIDSource

func NewLegSecurityIDSource(val string) LegSecurityIDSourceField

NewLegSecurityIDSource returns a new LegSecurityIDSourceField initialized with val

func (LegSecurityIDSourceField) Tag

Tag returns tag.LegSecurityIDSource (603)

func (LegSecurityIDSourceField) Value added in v0.6.0

func (f LegSecurityIDSourceField) Value() string

type LegSecuritySubTypeField

type LegSecuritySubTypeField struct{ quickfix.FIXString }

LegSecuritySubTypeField is a STRING field

func NewLegSecuritySubType

func NewLegSecuritySubType(val string) LegSecuritySubTypeField

NewLegSecuritySubType returns a new LegSecuritySubTypeField initialized with val

func (LegSecuritySubTypeField) Tag

Tag returns tag.LegSecuritySubType (764)

func (LegSecuritySubTypeField) Value added in v0.6.0

func (f LegSecuritySubTypeField) Value() string

type LegSecurityTypeField

type LegSecurityTypeField struct{ quickfix.FIXString }

LegSecurityTypeField is a STRING field

func NewLegSecurityType

func NewLegSecurityType(val string) LegSecurityTypeField

NewLegSecurityType returns a new LegSecurityTypeField initialized with val

func (LegSecurityTypeField) Tag

Tag returns tag.LegSecurityType (609)

func (LegSecurityTypeField) Value added in v0.6.0

func (f LegSecurityTypeField) Value() string

type LegSettlCurrencyField

type LegSettlCurrencyField struct{ quickfix.FIXString }

LegSettlCurrencyField is a CURRENCY field

func NewLegSettlCurrency

func NewLegSettlCurrency(val string) LegSettlCurrencyField

NewLegSettlCurrency returns a new LegSettlCurrencyField initialized with val

func (LegSettlCurrencyField) Tag

Tag returns tag.LegSettlCurrency (675)

func (LegSettlCurrencyField) Value added in v0.6.0

func (f LegSettlCurrencyField) Value() string

type LegSettlDateField

type LegSettlDateField struct{ quickfix.FIXString }

LegSettlDateField is a LOCALMKTDATE field

func NewLegSettlDate

func NewLegSettlDate(val string) LegSettlDateField

NewLegSettlDate returns a new LegSettlDateField initialized with val

func (LegSettlDateField) Tag

func (f LegSettlDateField) Tag() quickfix.Tag

Tag returns tag.LegSettlDate (588)

func (LegSettlDateField) Value added in v0.6.0

func (f LegSettlDateField) Value() string

type LegSettlTypeField

type LegSettlTypeField struct{ quickfix.FIXString }

LegSettlTypeField is a CHAR field

func NewLegSettlType

func NewLegSettlType(val string) LegSettlTypeField

NewLegSettlType returns a new LegSettlTypeField initialized with val

func (LegSettlTypeField) Tag

func (f LegSettlTypeField) Tag() quickfix.Tag

Tag returns tag.LegSettlType (587)

func (LegSettlTypeField) Value added in v0.6.0

func (f LegSettlTypeField) Value() string

type LegSettlmntTypField

type LegSettlmntTypField struct{ quickfix.FIXString }

LegSettlmntTypField is a CHAR field

func NewLegSettlmntTyp

func NewLegSettlmntTyp(val string) LegSettlmntTypField

NewLegSettlmntTyp returns a new LegSettlmntTypField initialized with val

func (LegSettlmntTypField) Tag

Tag returns tag.LegSettlmntTyp (587)

func (LegSettlmntTypField) Value added in v0.6.0

func (f LegSettlmntTypField) Value() string

type LegSideField

type LegSideField struct{ quickfix.FIXString }

LegSideField is a CHAR field

func NewLegSide

func NewLegSide(val string) LegSideField

NewLegSide returns a new LegSideField initialized with val

func (LegSideField) Tag

func (f LegSideField) Tag() quickfix.Tag

Tag returns tag.LegSide (624)

func (LegSideField) Value added in v0.6.0

func (f LegSideField) Value() string

type LegStateOrProvinceOfIssueField

type LegStateOrProvinceOfIssueField struct{ quickfix.FIXString }

LegStateOrProvinceOfIssueField is a STRING field

func NewLegStateOrProvinceOfIssue

func NewLegStateOrProvinceOfIssue(val string) LegStateOrProvinceOfIssueField

NewLegStateOrProvinceOfIssue returns a new LegStateOrProvinceOfIssueField initialized with val

func (LegStateOrProvinceOfIssueField) Tag

Tag returns tag.LegStateOrProvinceOfIssue (597)

func (LegStateOrProvinceOfIssueField) Value added in v0.6.0

type LegStipulationTypeField

type LegStipulationTypeField struct{ quickfix.FIXString }

LegStipulationTypeField is a STRING field

func NewLegStipulationType

func NewLegStipulationType(val string) LegStipulationTypeField

NewLegStipulationType returns a new LegStipulationTypeField initialized with val

func (LegStipulationTypeField) Tag

Tag returns tag.LegStipulationType (688)

func (LegStipulationTypeField) Value added in v0.6.0

func (f LegStipulationTypeField) Value() string

type LegStipulationValueField

type LegStipulationValueField struct{ quickfix.FIXString }

LegStipulationValueField is a STRING field

func NewLegStipulationValue

func NewLegStipulationValue(val string) LegStipulationValueField

NewLegStipulationValue returns a new LegStipulationValueField initialized with val

func (LegStipulationValueField) Tag

Tag returns tag.LegStipulationValue (689)

func (LegStipulationValueField) Value added in v0.6.0

func (f LegStipulationValueField) Value() string

type LegStrikeCurrencyField

type LegStrikeCurrencyField struct{ quickfix.FIXString }

LegStrikeCurrencyField is a CURRENCY field

func NewLegStrikeCurrency

func NewLegStrikeCurrency(val string) LegStrikeCurrencyField

NewLegStrikeCurrency returns a new LegStrikeCurrencyField initialized with val

func (LegStrikeCurrencyField) Tag

Tag returns tag.LegStrikeCurrency (942)

func (LegStrikeCurrencyField) Value added in v0.6.0

func (f LegStrikeCurrencyField) Value() string

type LegStrikePriceField

type LegStrikePriceField struct{ quickfix.FIXDecimal }

LegStrikePriceField is a PRICE field

func NewLegStrikePrice

func NewLegStrikePrice(val decimal.Decimal, scale int32) LegStrikePriceField

NewLegStrikePrice returns a new LegStrikePriceField initialized with val and scale

func (LegStrikePriceField) Tag

Tag returns tag.LegStrikePrice (612)

func (LegStrikePriceField) Value added in v0.6.0

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

type LegSwapTypeField

type LegSwapTypeField struct{ quickfix.FIXString }

LegSwapTypeField is a enum.LegSwapType field

func NewLegSwapType

func NewLegSwapType(val enum.LegSwapType) LegSwapTypeField

func (LegSwapTypeField) Tag

func (f LegSwapTypeField) Tag() quickfix.Tag

Tag returns tag.LegSwapType (690)

func (LegSwapTypeField) Value added in v0.6.0

func (f LegSwapTypeField) Value() enum.LegSwapType

type LegSymbolField

type LegSymbolField struct{ quickfix.FIXString }

LegSymbolField is a STRING field

func NewLegSymbol

func NewLegSymbol(val string) LegSymbolField

NewLegSymbol returns a new LegSymbolField initialized with val

func (LegSymbolField) Tag

func (f LegSymbolField) Tag() quickfix.Tag

Tag returns tag.LegSymbol (600)

func (LegSymbolField) Value added in v0.6.0

func (f LegSymbolField) Value() string

type LegSymbolSfxField

type LegSymbolSfxField struct{ quickfix.FIXString }

LegSymbolSfxField is a STRING field

func NewLegSymbolSfx

func NewLegSymbolSfx(val string) LegSymbolSfxField

NewLegSymbolSfx returns a new LegSymbolSfxField initialized with val

func (LegSymbolSfxField) Tag

func (f LegSymbolSfxField) Tag() quickfix.Tag

Tag returns tag.LegSymbolSfx (601)

func (LegSymbolSfxField) Value added in v0.6.0

func (f LegSymbolSfxField) Value() string

type LegTimeUnitField

type LegTimeUnitField struct{ quickfix.FIXString }

LegTimeUnitField is a STRING field

func NewLegTimeUnit

func NewLegTimeUnit(val string) LegTimeUnitField

NewLegTimeUnit returns a new LegTimeUnitField initialized with val

func (LegTimeUnitField) Tag

func (f LegTimeUnitField) Tag() quickfix.Tag

Tag returns tag.LegTimeUnit (1001)

func (LegTimeUnitField) Value added in v0.6.0

func (f LegTimeUnitField) Value() string

type LegUnitOfMeasureField

type LegUnitOfMeasureField struct{ quickfix.FIXString }

LegUnitOfMeasureField is a STRING field

func NewLegUnitOfMeasure

func NewLegUnitOfMeasure(val string) LegUnitOfMeasureField

NewLegUnitOfMeasure returns a new LegUnitOfMeasureField initialized with val

func (LegUnitOfMeasureField) Tag

Tag returns tag.LegUnitOfMeasure (999)

func (LegUnitOfMeasureField) Value added in v0.6.0

func (f LegUnitOfMeasureField) Value() string

type LegUnitOfMeasureQtyField

type LegUnitOfMeasureQtyField struct{ quickfix.FIXDecimal }

LegUnitOfMeasureQtyField is a QTY field

func NewLegUnitOfMeasureQty

func NewLegUnitOfMeasureQty(val decimal.Decimal, scale int32) LegUnitOfMeasureQtyField

NewLegUnitOfMeasureQty returns a new LegUnitOfMeasureQtyField initialized with val and scale

func (LegUnitOfMeasureQtyField) Tag

Tag returns tag.LegUnitOfMeasureQty (1224)

func (LegUnitOfMeasureQtyField) Value added in v0.6.0

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

type LegVolatilityField

type LegVolatilityField struct{ quickfix.FIXDecimal }

LegVolatilityField is a FLOAT field

func NewLegVolatility

func NewLegVolatility(val decimal.Decimal, scale int32) LegVolatilityField

NewLegVolatility returns a new LegVolatilityField initialized with val and scale

func (LegVolatilityField) Tag

Tag returns tag.LegVolatility (1379)

func (LegVolatilityField) Value added in v0.6.0

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

type LegalConfirmField

type LegalConfirmField struct{ quickfix.FIXBoolean }

LegalConfirmField is a BOOLEAN field

func NewLegalConfirm

func NewLegalConfirm(val bool) LegalConfirmField

NewLegalConfirm returns a new LegalConfirmField initialized with val

func (LegalConfirmField) Tag

func (f LegalConfirmField) Tag() quickfix.Tag

Tag returns tag.LegalConfirm (650)

func (LegalConfirmField) Value added in v0.6.0

func (f LegalConfirmField) Value() bool

type LinesOfTextField

type LinesOfTextField struct{ quickfix.FIXInt }

LinesOfTextField is a NUMINGROUP 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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f LiquidityNumSecuritiesField) Value() int

type LiquidityPctHighField

type LiquidityPctHighField struct{ quickfix.FIXDecimal }

LiquidityPctHighField is a PERCENTAGE 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 added in v0.6.0

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

type LiquidityPctLowField

type LiquidityPctLowField struct{ quickfix.FIXDecimal }

LiquidityPctLowField is a PERCENTAGE 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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f ListIDField) Value() string

type ListMethodField

type ListMethodField struct{ quickfix.FIXString }

ListMethodField is a enum.ListMethod field

func NewListMethod

func NewListMethod(val enum.ListMethod) ListMethodField

func (ListMethodField) Tag

func (f ListMethodField) Tag() quickfix.Tag

Tag returns tag.ListMethod (1198)

func (ListMethodField) Value added in v0.6.0

func (f ListMethodField) Value() enum.ListMethod

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 added in v0.6.0

func (f ListNameField) Value() string

type ListNoOrdsField

type ListNoOrdsField struct{ quickfix.FIXInt }

ListNoOrdsField is a INT field

func NewListNoOrds

func NewListNoOrds(val int) ListNoOrdsField

NewListNoOrds returns a new ListNoOrdsField initialized with val

func (ListNoOrdsField) Tag

func (f ListNoOrdsField) Tag() quickfix.Tag

Tag returns tag.ListNoOrds (68)

func (ListNoOrdsField) Value added in v0.6.0

func (f ListNoOrdsField) Value() int

type ListOrderStatusField

type ListOrderStatusField struct{ quickfix.FIXString }

ListOrderStatusField is a enum.ListOrderStatus field

func NewListOrderStatus

func NewListOrderStatus(val enum.ListOrderStatus) ListOrderStatusField

func (ListOrderStatusField) Tag

Tag returns tag.ListOrderStatus (431)

func (ListOrderStatusField) Value added in v0.6.0

type ListRejectReasonField

type ListRejectReasonField struct{ quickfix.FIXString }

ListRejectReasonField is a enum.ListRejectReason field

func (ListRejectReasonField) Tag

Tag returns tag.ListRejectReason (1386)

func (ListRejectReasonField) Value added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

func (f ListStatusTextField) Value() string

type ListStatusTypeField

type ListStatusTypeField struct{ quickfix.FIXString }

ListStatusTypeField is a enum.ListStatusType field

func NewListStatusType

func NewListStatusType(val enum.ListStatusType) ListStatusTypeField

func (ListStatusTypeField) Tag

Tag returns tag.ListStatusType (429)

func (ListStatusTypeField) Value added in v0.6.0

type ListUpdateActionField

type ListUpdateActionField struct{ quickfix.FIXString }

ListUpdateActionField is a CHAR field

func NewListUpdateAction

func NewListUpdateAction(val string) ListUpdateActionField

NewListUpdateAction returns a new ListUpdateActionField initialized with val

func (ListUpdateActionField) Tag

Tag returns tag.ListUpdateAction (1324)

func (ListUpdateActionField) Value added in v0.6.0

func (f ListUpdateActionField) Value() string

type LocaleOfIssueField

type LocaleOfIssueField struct{ quickfix.FIXString }

LocaleOfIssueField is a STRING field

func NewLocaleOfIssue

func NewLocaleOfIssue(val string) LocaleOfIssueField

NewLocaleOfIssue returns a new LocaleOfIssueField initialized with val

func (LocaleOfIssueField) Tag

Tag returns tag.LocaleOfIssue (472)

func (LocaleOfIssueField) Value added in v0.6.0

func (f LocaleOfIssueField) Value() string

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 added in v0.6.0

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 added in v0.6.0

func (f LocationIDField) Value() string

type LongQtyField

type LongQtyField struct{ quickfix.FIXDecimal }

LongQtyField is a QTY field

func NewLongQty

func NewLongQty(val decimal.Decimal, scale int32) LongQtyField

NewLongQty returns a new LongQtyField initialized with val and scale

func (LongQtyField) Tag

func (f LongQtyField) Tag() quickfix.Tag

Tag returns tag.LongQty (704)

func (LongQtyField) Value added in v0.6.0

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

type LotTypeField

type LotTypeField struct{ quickfix.FIXString }

LotTypeField is a enum.LotType field

func NewLotType

func NewLotType(val enum.LotType) LotTypeField

func (LotTypeField) Tag

func (f LotTypeField) Tag() quickfix.Tag

Tag returns tag.LotType (1093)

func (LotTypeField) Value added in v0.6.0

func (f LotTypeField) Value() enum.LotType

type LowLimitPriceField

type LowLimitPriceField struct{ quickfix.FIXDecimal }

LowLimitPriceField is a PRICE field

func NewLowLimitPrice

func NewLowLimitPrice(val decimal.Decimal, scale int32) LowLimitPriceField

NewLowLimitPrice returns a new LowLimitPriceField initialized with val and scale

func (LowLimitPriceField) Tag

Tag returns tag.LowLimitPrice (1148)

func (LowLimitPriceField) Value added in v0.6.0

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

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 added in v0.6.0

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

type MDBookTypeField

type MDBookTypeField struct{ quickfix.FIXString }

MDBookTypeField is a enum.MDBookType field

func NewMDBookType

func NewMDBookType(val enum.MDBookType) MDBookTypeField

func (MDBookTypeField) Tag

func (f MDBookTypeField) Tag() quickfix.Tag

Tag returns tag.MDBookType (1021)

func (MDBookTypeField) Value added in v0.6.0

func (f MDBookTypeField) Value() enum.MDBookType

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 added in v0.6.0

func (f MDEntryBuyerField) Value() string

type MDEntryDateField

type MDEntryDateField struct{ quickfix.FIXString }

MDEntryDateField is a UTCDATEONLY 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 added in v0.6.0

func (f MDEntryDateField) Value() string

type MDEntryForwardPointsField

type MDEntryForwardPointsField struct{ quickfix.FIXDecimal }

MDEntryForwardPointsField is a PRICEOFFSET field

func NewMDEntryForwardPoints

func NewMDEntryForwardPoints(val decimal.Decimal, scale int32) MDEntryForwardPointsField

NewMDEntryForwardPoints returns a new MDEntryForwardPointsField initialized with val and scale

func (MDEntryForwardPointsField) Tag

Tag returns tag.MDEntryForwardPoints (1027)

func (MDEntryForwardPointsField) Value added in v0.6.0

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

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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 added in v0.6.0

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

type MDEntrySpotRateField

type MDEntrySpotRateField struct{ quickfix.FIXDecimal }

MDEntrySpotRateField is a FLOAT field

func NewMDEntrySpotRate

func NewMDEntrySpotRate(val decimal.Decimal, scale int32) MDEntrySpotRateField

NewMDEntrySpotRate returns a new MDEntrySpotRateField initialized with val and scale

func (MDEntrySpotRateField) Tag

Tag returns tag.MDEntrySpotRate (1026)

func (MDEntrySpotRateField) Value added in v0.6.0

func (f MDEntrySpotRateField) 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 added in v0.6.0

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 added in v0.6.0

func (f MDEntryTypeField) Value() enum.MDEntryType

type MDFeedTypeField

type MDFeedTypeField struct{ quickfix.FIXString }

MDFeedTypeField is a STRING field

func NewMDFeedType

func NewMDFeedType(val string) MDFeedTypeField

NewMDFeedType returns a new MDFeedTypeField initialized with val

func (MDFeedTypeField) Tag

func (f MDFeedTypeField) Tag() quickfix.Tag

Tag returns tag.MDFeedType (1022)

func (MDFeedTypeField) Value added in v0.6.0

func (f MDFeedTypeField) Value() string

type MDImplicitDeleteField

type MDImplicitDeleteField struct{ quickfix.FIXBoolean }

MDImplicitDeleteField is a BOOLEAN field

func NewMDImplicitDelete

func NewMDImplicitDelete(val bool) MDImplicitDeleteField

NewMDImplicitDelete returns a new MDImplicitDeleteField initialized with val

func (MDImplicitDeleteField) Tag

Tag returns tag.MDImplicitDelete (547)

func (MDImplicitDeleteField) Value added in v0.6.0

func (f MDImplicitDeleteField) Value() bool

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 added in v0.6.0

func (f MDMktField) Value() string

type MDOriginTypeField

type MDOriginTypeField struct{ quickfix.FIXString }

MDOriginTypeField is a enum.MDOriginType field

func NewMDOriginType

func NewMDOriginType(val enum.MDOriginType) MDOriginTypeField

func (MDOriginTypeField) Tag

func (f MDOriginTypeField) Tag() quickfix.Tag

Tag returns tag.MDOriginType (1024)

func (MDOriginTypeField) Value added in v0.6.0

type MDPriceLevelField

type MDPriceLevelField struct{ quickfix.FIXInt }

MDPriceLevelField is a INT field

func NewMDPriceLevel

func NewMDPriceLevel(val int) MDPriceLevelField

NewMDPriceLevel returns a new MDPriceLevelField initialized with val

func (MDPriceLevelField) Tag

func (f MDPriceLevelField) Tag() quickfix.Tag

Tag returns tag.MDPriceLevel (1023)

func (MDPriceLevelField) Value added in v0.6.0

func (f MDPriceLevelField) Value() int

type MDQuoteTypeField

type MDQuoteTypeField struct{ quickfix.FIXString }

MDQuoteTypeField is a enum.MDQuoteType field

func NewMDQuoteType

func NewMDQuoteType(val enum.MDQuoteType) MDQuoteTypeField

func (MDQuoteTypeField) Tag

func (f MDQuoteTypeField) Tag() quickfix.Tag

Tag returns tag.MDQuoteType (1070)

func (MDQuoteTypeField) Value added in v0.6.0

func (f MDQuoteTypeField) Value() enum.MDQuoteType

type MDReportIDField

type MDReportIDField struct{ quickfix.FIXInt }

MDReportIDField is a INT field

func NewMDReportID

func NewMDReportID(val int) MDReportIDField

NewMDReportID returns a new MDReportIDField initialized with val