field

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2016 License: Apache-1.1 Imports: 4 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)

type AccountTypeField

type AccountTypeField struct{ quickfix.FIXInt }

AccountTypeField is a INT field

func NewAccountType

func NewAccountType(val int) AccountTypeField

NewAccountType returns a new AccountTypeField initialized with val

func (AccountTypeField) Tag

func (f AccountTypeField) Tag() quickfix.Tag

Tag returns tag.AccountType (581)

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)

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)

type AcctIDSourceField

type AcctIDSourceField struct{ quickfix.FIXInt }

AcctIDSourceField is a INT field

func NewAcctIDSource

func NewAcctIDSource(val int) AcctIDSourceField

NewAcctIDSource returns a new AcctIDSourceField initialized with val

func (AcctIDSourceField) Tag

func (f AcctIDSourceField) Tag() quickfix.Tag

Tag returns tag.AcctIDSource (660)

type AdjustmentField

type AdjustmentField struct{ quickfix.FIXInt }

AdjustmentField is a INT field

func NewAdjustment

func NewAdjustment(val int) AdjustmentField

NewAdjustment returns a new AdjustmentField initialized with val

func (AdjustmentField) Tag

func (f AdjustmentField) Tag() quickfix.Tag

Tag returns tag.Adjustment (334)

type AdjustmentTypeField

type AdjustmentTypeField struct{ quickfix.FIXInt }

AdjustmentTypeField is a INT field

func NewAdjustmentType

func NewAdjustmentType(val int) AdjustmentTypeField

NewAdjustmentType returns a new AdjustmentTypeField initialized with val

func (AdjustmentTypeField) Tag

Tag returns tag.AdjustmentType (718)

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)

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)

type AdvSideField

type AdvSideField struct{ quickfix.FIXString }

AdvSideField is a CHAR field

func NewAdvSide

func NewAdvSide(val string) AdvSideField

NewAdvSide returns a new AdvSideField initialized with val

func (AdvSideField) Tag

func (f AdvSideField) Tag() quickfix.Tag

Tag returns tag.AdvSide (4)

type AdvTransTypeField

type AdvTransTypeField struct{ quickfix.FIXString }

AdvTransTypeField is a STRING field

func NewAdvTransType

func NewAdvTransType(val string) AdvTransTypeField

NewAdvTransType returns a new AdvTransTypeField initialized with val

func (AdvTransTypeField) Tag

func (f AdvTransTypeField) Tag() quickfix.Tag

Tag returns tag.AdvTransType (5)

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)

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)

type AffirmStatusField

type AffirmStatusField struct{ quickfix.FIXInt }

AffirmStatusField is a INT field

func NewAffirmStatus

func NewAffirmStatus(val int) AffirmStatusField

NewAffirmStatus returns a new AffirmStatusField initialized with val

func (AffirmStatusField) Tag

func (f AffirmStatusField) Tag() quickfix.Tag

Tag returns tag.AffirmStatus (940)

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)

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)

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)

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)

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)

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)

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)

type AllocAccountTypeField

type AllocAccountTypeField struct{ quickfix.FIXInt }

AllocAccountTypeField is a INT field

func NewAllocAccountType

func NewAllocAccountType(val int) AllocAccountTypeField

NewAllocAccountType returns a new AllocAccountTypeField initialized with val

func (AllocAccountTypeField) Tag

Tag returns tag.AllocAccountType (798)

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)

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)

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)

type AllocCancReplaceReasonField

type AllocCancReplaceReasonField struct{ quickfix.FIXInt }

AllocCancReplaceReasonField is a INT field

func NewAllocCancReplaceReason

func NewAllocCancReplaceReason(val int) AllocCancReplaceReasonField

NewAllocCancReplaceReason returns a new AllocCancReplaceReasonField initialized with val

func (AllocCancReplaceReasonField) Tag

Tag returns tag.AllocCancReplaceReason (796)

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)

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)

type AllocHandlInstField

type AllocHandlInstField struct{ quickfix.FIXInt }

AllocHandlInstField is a INT field

func NewAllocHandlInst

func NewAllocHandlInst(val int) AllocHandlInstField

NewAllocHandlInst returns a new AllocHandlInstField initialized with val

func (AllocHandlInstField) Tag

Tag returns tag.AllocHandlInst (209)

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)

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)

type AllocIntermedReqTypeField

type AllocIntermedReqTypeField struct{ quickfix.FIXInt }

AllocIntermedReqTypeField is a INT field

func NewAllocIntermedReqType

func NewAllocIntermedReqType(val int) AllocIntermedReqTypeField

NewAllocIntermedReqType returns a new AllocIntermedReqTypeField initialized with val

func (AllocIntermedReqTypeField) Tag

Tag returns tag.AllocIntermedReqType (808)

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)

type AllocLinkTypeField

type AllocLinkTypeField struct{ quickfix.FIXInt }

AllocLinkTypeField is a INT field

func NewAllocLinkType

func NewAllocLinkType(val int) AllocLinkTypeField

NewAllocLinkType returns a new AllocLinkTypeField initialized with val

func (AllocLinkTypeField) Tag

Tag returns tag.AllocLinkType (197)

type AllocMethodField

type AllocMethodField struct{ quickfix.FIXInt }

AllocMethodField is a INT field

func NewAllocMethod

func NewAllocMethod(val int) AllocMethodField

NewAllocMethod returns a new AllocMethodField initialized with val

func (AllocMethodField) Tag

func (f AllocMethodField) Tag() quickfix.Tag

Tag returns tag.AllocMethod (1002)

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)

type AllocNoOrdersTypeField

type AllocNoOrdersTypeField struct{ quickfix.FIXInt }

AllocNoOrdersTypeField is a INT field

func NewAllocNoOrdersType

func NewAllocNoOrdersType(val int) AllocNoOrdersTypeField

NewAllocNoOrdersType returns a new AllocNoOrdersTypeField initialized with val

func (AllocNoOrdersTypeField) Tag

Tag returns tag.AllocNoOrdersType (857)

type AllocPositionEffectField

type AllocPositionEffectField struct{ quickfix.FIXString }

AllocPositionEffectField is a CHAR field

func NewAllocPositionEffect

func NewAllocPositionEffect(val string) AllocPositionEffectField

NewAllocPositionEffect returns a new AllocPositionEffectField initialized with val

func (AllocPositionEffectField) Tag

Tag returns tag.AllocPositionEffect (1047)

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)

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)

type AllocRejCodeField

type AllocRejCodeField struct{ quickfix.FIXInt }

AllocRejCodeField is a INT field

func NewAllocRejCode

func NewAllocRejCode(val int) AllocRejCodeField

NewAllocRejCode returns a new AllocRejCodeField initialized with val

func (AllocRejCodeField) Tag

func (f AllocRejCodeField) Tag() quickfix.Tag

Tag returns tag.AllocRejCode (88)

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)

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)

type AllocReportTypeField

type AllocReportTypeField struct{ quickfix.FIXInt }

AllocReportTypeField is a INT field

func NewAllocReportType

func NewAllocReportType(val int) AllocReportTypeField

NewAllocReportType returns a new AllocReportTypeField initialized with val

func (AllocReportTypeField) Tag

Tag returns tag.AllocReportType (794)

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)

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)

type AllocSettlInstTypeField

type AllocSettlInstTypeField struct{ quickfix.FIXInt }

AllocSettlInstTypeField is a INT field

func NewAllocSettlInstType

func NewAllocSettlInstType(val int) AllocSettlInstTypeField

NewAllocSettlInstType returns a new AllocSettlInstTypeField initialized with val

func (AllocSettlInstTypeField) Tag

Tag returns tag.AllocSettlInstType (780)

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)

type AllocStatusField

type AllocStatusField struct{ quickfix.FIXInt }

AllocStatusField is a INT field

func NewAllocStatus

func NewAllocStatus(val int) AllocStatusField

NewAllocStatus returns a new AllocStatusField initialized with val

func (AllocStatusField) Tag

func (f AllocStatusField) Tag() quickfix.Tag

Tag returns tag.AllocStatus (87)

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)

type AllocTransTypeField

type AllocTransTypeField struct{ quickfix.FIXString }

AllocTransTypeField is a CHAR field

func NewAllocTransType

func NewAllocTransType(val string) AllocTransTypeField

NewAllocTransType returns a new AllocTransTypeField initialized with val

func (AllocTransTypeField) Tag

Tag returns tag.AllocTransType (71)

type AllocTypeField

type AllocTypeField struct{ quickfix.FIXInt }

AllocTypeField is a INT field

func NewAllocType

func NewAllocType(val int) AllocTypeField

NewAllocType returns a new AllocTypeField initialized with val

func (AllocTypeField) Tag

func (f AllocTypeField) Tag() quickfix.Tag

Tag returns tag.AllocType (626)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

type ApplQueueActionField

type ApplQueueActionField struct{ quickfix.FIXInt }

ApplQueueActionField is a INT field

func NewApplQueueAction

func NewApplQueueAction(val int) ApplQueueActionField

NewApplQueueAction returns a new ApplQueueActionField initialized with val

func (ApplQueueActionField) Tag

Tag returns tag.ApplQueueAction (815)

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)

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)

type ApplQueueResolutionField

type ApplQueueResolutionField struct{ quickfix.FIXInt }

ApplQueueResolutionField is a INT field

func NewApplQueueResolution

func NewApplQueueResolution(val int) ApplQueueResolutionField

NewApplQueueResolution returns a new ApplQueueResolutionField initialized with val

func (ApplQueueResolutionField) Tag

Tag returns tag.ApplQueueResolution (814)

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)

type ApplReportTypeField

type ApplReportTypeField struct{ quickfix.FIXInt }

ApplReportTypeField is a INT field

func NewApplReportType

func NewApplReportType(val int) ApplReportTypeField

NewApplReportType returns a new ApplReportTypeField initialized with val

func (ApplReportTypeField) Tag

Tag returns tag.ApplReportType (1426)

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)

type ApplReqTypeField

type ApplReqTypeField struct{ quickfix.FIXInt }

ApplReqTypeField is a INT field

func NewApplReqType

func NewApplReqType(val int) ApplReqTypeField

NewApplReqType returns a new ApplReqTypeField initialized with val

func (ApplReqTypeField) Tag

func (f ApplReqTypeField) Tag() quickfix.Tag

Tag returns tag.ApplReqType (1347)

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)

type ApplResponseErrorField

type ApplResponseErrorField struct{ quickfix.FIXInt }

ApplResponseErrorField is a INT field

func NewApplResponseError

func NewApplResponseError(val int) ApplResponseErrorField

NewApplResponseError returns a new ApplResponseErrorField initialized with val

func (ApplResponseErrorField) Tag

Tag returns tag.ApplResponseError (1354)

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)

type ApplResponseTypeField

type ApplResponseTypeField struct{ quickfix.FIXInt }

ApplResponseTypeField is a INT field

func NewApplResponseType

func NewApplResponseType(val int) ApplResponseTypeField

NewApplResponseType returns a new ApplResponseTypeField initialized with val

func (ApplResponseTypeField) Tag

Tag returns tag.ApplResponseType (1348)

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)

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)

type ApplVerIDField

type ApplVerIDField struct{ quickfix.FIXString }

ApplVerIDField is a STRING field

func NewApplVerID

func NewApplVerID(val string) ApplVerIDField

NewApplVerID returns a new ApplVerIDField initialized with val

func (ApplVerIDField) Tag

func (f ApplVerIDField) Tag() quickfix.Tag

Tag returns tag.ApplVerID (1128)

type AsOfIndicatorField

type AsOfIndicatorField struct{ quickfix.FIXString }

AsOfIndicatorField is a CHAR field

func NewAsOfIndicator

func NewAsOfIndicator(val string) AsOfIndicatorField

NewAsOfIndicator returns a new AsOfIndicatorField initialized with val

func (AsOfIndicatorField) Tag

Tag returns tag.AsOfIndicator (1015)

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)

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)

type AssignmentMethodField

type AssignmentMethodField struct{ quickfix.FIXString }

AssignmentMethodField is a CHAR field

func NewAssignmentMethod

func NewAssignmentMethod(val string) AssignmentMethodField

NewAssignmentMethod returns a new AssignmentMethodField initialized with val

func (AssignmentMethodField) Tag

Tag returns tag.AssignmentMethod (744)

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)

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)

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)

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)

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)

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)

type AvgPxIndicatorField

type AvgPxIndicatorField struct{ quickfix.FIXInt }

AvgPxIndicatorField is a INT field

func NewAvgPxIndicator

func NewAvgPxIndicator(val int) AvgPxIndicatorField

NewAvgPxIndicator returns a new AvgPxIndicatorField initialized with val

func (AvgPxIndicatorField) Tag

Tag returns tag.AvgPxIndicator (819)

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)

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)

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)

type BasisPxTypeField

type BasisPxTypeField struct{ quickfix.FIXString }

BasisPxTypeField is a CHAR field

func NewBasisPxType

func NewBasisPxType(val string) BasisPxTypeField

NewBasisPxType returns a new BasisPxTypeField initialized with val

func (BasisPxTypeField) Tag

func (f BasisPxTypeField) Tag() quickfix.Tag

Tag returns tag.BasisPxType (419)

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)

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)

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)

type BenchmarkCurveNameField

type BenchmarkCurveNameField struct{ quickfix.FIXString }

BenchmarkCurveNameField is a STRING field

func NewBenchmarkCurveName

func NewBenchmarkCurveName(val string) BenchmarkCurveNameField

NewBenchmarkCurveName returns a new BenchmarkCurveNameField initialized with val

func (BenchmarkCurveNameField) Tag

Tag returns tag.BenchmarkCurveName (221)

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)

type BenchmarkField

type BenchmarkField struct{ quickfix.FIXString }

BenchmarkField is a CHAR field

func NewBenchmark

func NewBenchmark(val string) BenchmarkField

NewBenchmark returns a new BenchmarkField initialized with val

func (BenchmarkField) Tag

func (f BenchmarkField) Tag() quickfix.Tag

Tag returns tag.Benchmark (219)

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)

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)

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)

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)

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)

type BidDescriptorTypeField

type BidDescriptorTypeField struct{ quickfix.FIXInt }

BidDescriptorTypeField is a INT field

func NewBidDescriptorType

func NewBidDescriptorType(val int) BidDescriptorTypeField

NewBidDescriptorType returns a new BidDescriptorTypeField initialized with val

func (BidDescriptorTypeField) Tag

Tag returns tag.BidDescriptorType (399)

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)

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)

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)

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)

type BidRequestTransTypeField

type BidRequestTransTypeField struct{ quickfix.FIXString }

BidRequestTransTypeField is a CHAR field

func NewBidRequestTransType

func NewBidRequestTransType(val string) BidRequestTransTypeField

NewBidRequestTransType returns a new BidRequestTransTypeField initialized with val

func (BidRequestTransTypeField) Tag

Tag returns tag.BidRequestTransType (374)

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)

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)

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)

type BidTradeTypeField

type BidTradeTypeField struct{ quickfix.FIXString }

BidTradeTypeField is a CHAR field

func NewBidTradeType

func NewBidTradeType(val string) BidTradeTypeField

NewBidTradeType returns a new BidTradeTypeField initialized with val

func (BidTradeTypeField) Tag

func (f BidTradeTypeField) Tag() quickfix.Tag

Tag returns tag.BidTradeType (418)

type BidTypeField

type BidTypeField struct{ quickfix.FIXInt }

BidTypeField is a INT field

func NewBidType

func NewBidType(val int) BidTypeField

NewBidType returns a new BidTypeField initialized with val

func (BidTypeField) Tag

func (f BidTypeField) Tag() quickfix.Tag

Tag returns tag.BidType (394)

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)

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)

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)

type BookingTypeField

type BookingTypeField struct{ quickfix.FIXInt }

BookingTypeField is a INT field

func NewBookingType

func NewBookingType(val int) BookingTypeField

NewBookingType returns a new BookingTypeField initialized with val

func (BookingTypeField) Tag

func (f BookingTypeField) Tag() quickfix.Tag

Tag returns tag.BookingType (775)

type BookingUnitField

type BookingUnitField struct{ quickfix.FIXString }

BookingUnitField is a CHAR field

func NewBookingUnit

func NewBookingUnit(val string) BookingUnitField

NewBookingUnit returns a new BookingUnitField initialized with val

func (BookingUnitField) Tag

func (f BookingUnitField) Tag() quickfix.Tag

Tag returns tag.BookingUnit (590)

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)

type BusinessRejectReasonField

type BusinessRejectReasonField struct{ quickfix.FIXInt }

BusinessRejectReasonField is a INT field

func NewBusinessRejectReason

func NewBusinessRejectReason(val int) BusinessRejectReasonField

NewBusinessRejectReason returns a new BusinessRejectReasonField initialized with val

func (BusinessRejectReasonField) Tag

Tag returns tag.BusinessRejectReason (380)

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)

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)

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)

type CPProgramField

type CPProgramField struct{ quickfix.FIXInt }

CPProgramField is a INT field

func NewCPProgram

func NewCPProgram(val int) CPProgramField

NewCPProgram returns a new CPProgramField initialized with val

func (CPProgramField) Tag

func (f CPProgramField) Tag() quickfix.Tag

Tag returns tag.CPProgram (875)

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)

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)

type CancellationRightsField

type CancellationRightsField struct{ quickfix.FIXString }

CancellationRightsField is a CHAR field

func NewCancellationRights

func NewCancellationRights(val string) CancellationRightsField

NewCancellationRights returns a new CancellationRightsField initialized with val

func (CancellationRightsField) Tag

Tag returns tag.CancellationRights (480)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

type CashMarginField

type CashMarginField struct{ quickfix.FIXString }

CashMarginField is a CHAR field

func NewCashMargin

func NewCashMargin(val string) CashMarginField

NewCashMargin returns a new CashMarginField initialized with val

func (CashMarginField) Tag

func (f CashMarginField) Tag() quickfix.Tag

Tag returns tag.CashMargin (544)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

type ClearingFeeIndicatorField

type ClearingFeeIndicatorField struct{ quickfix.FIXString }

ClearingFeeIndicatorField is a STRING field

func NewClearingFeeIndicator

func NewClearingFeeIndicator(val string) ClearingFeeIndicatorField

NewClearingFeeIndicator returns a new ClearingFeeIndicatorField initialized with val

func (ClearingFeeIndicatorField) Tag

Tag returns tag.ClearingFeeIndicator (635)

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)

type ClearingInstructionField

type ClearingInstructionField struct{ quickfix.FIXInt }

ClearingInstructionField is a INT field

func NewClearingInstruction

func NewClearingInstruction(val int) ClearingInstructionField

NewClearingInstruction returns a new ClearingInstructionField initialized with val

func (ClearingInstructionField) Tag

Tag returns tag.ClearingInstruction (577)

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)

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)

type CollActionField

type CollActionField struct{ quickfix.FIXInt }

CollActionField is a INT field

func NewCollAction

func NewCollAction(val int) CollActionField

NewCollAction returns a new CollActionField initialized with val

func (CollActionField) Tag

func (f CollActionField) Tag() quickfix.Tag

Tag returns tag.CollAction (944)

type CollApplTypeField

type CollApplTypeField struct{ quickfix.FIXInt }

CollApplTypeField is a INT field

func NewCollApplType

func NewCollApplType(val int) CollApplTypeField

NewCollApplType returns a new CollApplTypeField initialized with val

func (CollApplTypeField) Tag

func (f CollApplTypeField) Tag() quickfix.Tag

Tag returns tag.CollApplType (1043)

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)

type CollAsgnReasonField

type CollAsgnReasonField struct{ quickfix.FIXInt }

CollAsgnReasonField is a INT field

func NewCollAsgnReason

func NewCollAsgnReason(val int) CollAsgnReasonField

NewCollAsgnReason returns a new CollAsgnReasonField initialized with val

func (CollAsgnReasonField) Tag

Tag returns tag.CollAsgnReason (895)

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)

type CollAsgnRejectReasonField

type CollAsgnRejectReasonField struct{ quickfix.FIXInt }

CollAsgnRejectReasonField is a INT field

func NewCollAsgnRejectReason

func NewCollAsgnRejectReason(val int) CollAsgnRejectReasonField

NewCollAsgnRejectReason returns a new CollAsgnRejectReasonField initialized with val

func (CollAsgnRejectReasonField) Tag

Tag returns tag.CollAsgnRejectReason (906)

type CollAsgnRespTypeField

type CollAsgnRespTypeField struct{ quickfix.FIXInt }

CollAsgnRespTypeField is a INT field

func NewCollAsgnRespType

func NewCollAsgnRespType(val int) CollAsgnRespTypeField

NewCollAsgnRespType returns a new CollAsgnRespTypeField initialized with val

func (CollAsgnRespTypeField) Tag

Tag returns tag.CollAsgnRespType (905)

type CollAsgnTransTypeField

type CollAsgnTransTypeField struct{ quickfix.FIXInt }

CollAsgnTransTypeField is a INT field

func NewCollAsgnTransType

func NewCollAsgnTransType(val int) CollAsgnTransTypeField

NewCollAsgnTransType returns a new CollAsgnTransTypeField initialized with val

func (CollAsgnTransTypeField) Tag

Tag returns tag.CollAsgnTransType (903)

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)

type CollInquiryQualifierField

type CollInquiryQualifierField struct{ quickfix.FIXInt }

CollInquiryQualifierField is a INT field

func NewCollInquiryQualifier

func NewCollInquiryQualifier(val int) CollInquiryQualifierField

NewCollInquiryQualifier returns a new CollInquiryQualifierField initialized with val

func (CollInquiryQualifierField) Tag

Tag returns tag.CollInquiryQualifier (896)

type CollInquiryResultField

type CollInquiryResultField struct{ quickfix.FIXInt }

CollInquiryResultField is a INT field

func NewCollInquiryResult

func NewCollInquiryResult(val int) CollInquiryResultField

NewCollInquiryResult returns a new CollInquiryResultField initialized with val

func (CollInquiryResultField) Tag

Tag returns tag.CollInquiryResult (946)

type CollInquiryStatusField

type CollInquiryStatusField struct{ quickfix.FIXInt }

CollInquiryStatusField is a INT field

func NewCollInquiryStatus

func NewCollInquiryStatus(val int) CollInquiryStatusField

NewCollInquiryStatus returns a new CollInquiryStatusField initialized with val

func (CollInquiryStatusField) Tag

Tag returns tag.CollInquiryStatus (945)

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)

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)

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)

type CollStatusField

type CollStatusField struct{ quickfix.FIXInt }

CollStatusField is a INT field

func NewCollStatus

func NewCollStatus(val int) CollStatusField

NewCollStatus returns a new CollStatusField initialized with val

func (CollStatusField) Tag

func (f CollStatusField) Tag() quickfix.Tag

Tag returns tag.CollStatus (910)

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)

type CommTypeField

type CommTypeField struct{ quickfix.FIXString }

CommTypeField is a CHAR field

func NewCommType

func NewCommType(val string) CommTypeField

NewCommType returns a new CommTypeField initialized with val

func (CommTypeField) Tag

func (f CommTypeField) Tag() quickfix.Tag

Tag returns tag.CommType (13)

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)

type ComplexEventConditionField

type ComplexEventConditionField struct{ quickfix.FIXInt }

ComplexEventConditionField is a INT field

func NewComplexEventCondition

func NewComplexEventCondition(val int) ComplexEventConditionField

NewComplexEventCondition returns a new ComplexEventConditionField initialized with val

func (ComplexEventConditionField) Tag

Tag returns tag.ComplexEventCondition (1490)

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)

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)

type ComplexEventPriceBoundaryMethodField

type ComplexEventPriceBoundaryMethodField struct{ quickfix.FIXInt }

ComplexEventPriceBoundaryMethodField is a INT field

func NewComplexEventPriceBoundaryMethod

func NewComplexEventPriceBoundaryMethod(val int) ComplexEventPriceBoundaryMethodField

NewComplexEventPriceBoundaryMethod returns a new ComplexEventPriceBoundaryMethodField initialized with val

func (ComplexEventPriceBoundaryMethodField) Tag

Tag returns tag.ComplexEventPriceBoundaryMethod (1487)

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)

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)

type ComplexEventPriceTimeTypeField

type ComplexEventPriceTimeTypeField struct{ quickfix.FIXInt }

ComplexEventPriceTimeTypeField is a INT field

func NewComplexEventPriceTimeType

func NewComplexEventPriceTimeType(val int) ComplexEventPriceTimeTypeField

NewComplexEventPriceTimeType returns a new ComplexEventPriceTimeTypeField initialized with val

func (ComplexEventPriceTimeTypeField) Tag

Tag returns tag.ComplexEventPriceTimeType (1489)

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)

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)

type ComplexEventTypeField

type ComplexEventTypeField struct{ quickfix.FIXInt }

ComplexEventTypeField is a INT field

func NewComplexEventType

func NewComplexEventType(val int) ComplexEventTypeField

NewComplexEventType returns a new ComplexEventTypeField initialized with val

func (ComplexEventTypeField) Tag

Tag returns tag.ComplexEventType (1484)

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)

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)

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)

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)

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)

type ConfirmRejReasonField

type ConfirmRejReasonField struct{ quickfix.FIXInt }

ConfirmRejReasonField is a INT field

func NewConfirmRejReason

func NewConfirmRejReason(val int) ConfirmRejReasonField

NewConfirmRejReason returns a new ConfirmRejReasonField initialized with val

func (ConfirmRejReasonField) Tag

Tag returns tag.ConfirmRejReason (774)

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)

type ConfirmStatusField

type ConfirmStatusField struct{ quickfix.FIXInt }

ConfirmStatusField is a INT field

func NewConfirmStatus

func NewConfirmStatus(val int) ConfirmStatusField

NewConfirmStatus returns a new ConfirmStatusField initialized with val

func (ConfirmStatusField) Tag

Tag returns tag.ConfirmStatus (665)

type ConfirmTransTypeField

type ConfirmTransTypeField struct{ quickfix.FIXInt }

ConfirmTransTypeField is a INT field

func NewConfirmTransType

func NewConfirmTransType(val int) ConfirmTransTypeField

NewConfirmTransType returns a new ConfirmTransTypeField initialized with val

func (ConfirmTransTypeField) Tag

Tag returns tag.ConfirmTransType (666)

type ConfirmTypeField

type ConfirmTypeField struct{ quickfix.FIXInt }

ConfirmTypeField is a INT field

func NewConfirmType

func NewConfirmType(val int) ConfirmTypeField

NewConfirmType returns a new ConfirmTypeField initialized with val

func (ConfirmTypeField) Tag

func (f ConfirmTypeField) Tag() quickfix.Tag

Tag returns tag.ConfirmType (773)

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)

type ContAmtTypeField

type ContAmtTypeField struct{ quickfix.FIXInt }

ContAmtTypeField is a INT field

func NewContAmtType

func NewContAmtType(val int) ContAmtTypeField

NewContAmtType returns a new ContAmtTypeField initialized with val

func (ContAmtTypeField) Tag

func (f ContAmtTypeField) Tag() quickfix.Tag

Tag returns tag.ContAmtType (519)

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)

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)

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)

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)

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)

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)

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)

type ContingencyTypeField

type ContingencyTypeField struct{ quickfix.FIXInt }

ContingencyTypeField is a INT field

func NewContingencyType

func NewContingencyType(val int) ContingencyTypeField

NewContingencyType returns a new ContingencyTypeField initialized with val

func (ContingencyTypeField) Tag

Tag returns tag.ContingencyType (1385)

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)

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)

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)

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)

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)

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)

type ContractMultiplierUnitField

type ContractMultiplierUnitField struct{ quickfix.FIXInt }

ContractMultiplierUnitField is a INT field

func NewContractMultiplierUnit

func NewContractMultiplierUnit(val int) ContractMultiplierUnitField

NewContractMultiplierUnit returns a new ContractMultiplierUnitField initialized with val

func (ContractMultiplierUnitField) Tag

Tag returns tag.ContractMultiplierUnit (1435)

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)

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)

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)

type CorporateActionField

type CorporateActionField struct{ quickfix.FIXString }

CorporateActionField is a MULTIPLECHARVALUE field

func NewCorporateAction

func NewCorporateAction(val string) CorporateActionField

NewCorporateAction returns a new CorporateActionField initialized with val

func (CorporateActionField) Tag

Tag returns tag.CorporateAction (292)

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)

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)

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)

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)

type CoveredOrUncoveredField

type CoveredOrUncoveredField struct{ quickfix.FIXInt }

CoveredOrUncoveredField is a INT field

func NewCoveredOrUncovered

func NewCoveredOrUncovered(val int) CoveredOrUncoveredField

NewCoveredOrUncovered returns a new CoveredOrUncoveredField initialized with val

func (CoveredOrUncoveredField) Tag

Tag returns tag.CoveredOrUncovered (203)

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)

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)

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)

type CrossPrioritizationField

type CrossPrioritizationField struct{ quickfix.FIXInt }

CrossPrioritizationField is a INT field

func NewCrossPrioritization

func NewCrossPrioritization(val int) CrossPrioritizationField

NewCrossPrioritization returns a new CrossPrioritizationField initialized with val

func (CrossPrioritizationField) Tag

Tag returns tag.CrossPrioritization (550)

type CrossTypeField

type CrossTypeField struct{ quickfix.FIXInt }

CrossTypeField is a INT field

func NewCrossType

func NewCrossType(val int) CrossTypeField

NewCrossType returns a new CrossTypeField initialized with val

func (CrossTypeField) Tag

func (f CrossTypeField) Tag() quickfix.Tag

Tag returns tag.CrossType (549)

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)

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)

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)

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)

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)

type CustOrderCapacityField

type CustOrderCapacityField struct{ quickfix.FIXInt }

CustOrderCapacityField is a INT field

func NewCustOrderCapacity

func NewCustOrderCapacity(val int) CustOrderCapacityField

NewCustOrderCapacity returns a new CustOrderCapacityField initialized with val

func (CustOrderCapacityField) Tag

Tag returns tag.CustOrderCapacity (582)

type CustOrderHandlingInstField

type CustOrderHandlingInstField struct{ quickfix.FIXString }

CustOrderHandlingInstField is a MULTIPLESTRINGVALUE field

func NewCustOrderHandlingInst

func NewCustOrderHandlingInst(val string) CustOrderHandlingInstField

NewCustOrderHandlingInst returns a new CustOrderHandlingInstField initialized with val

func (CustOrderHandlingInstField) Tag

Tag returns tag.CustOrderHandlingInst (1031)

type CustomerOrFirmField

type CustomerOrFirmField struct{ quickfix.FIXInt }

CustomerOrFirmField is a INT field

func NewCustomerOrFirm

func NewCustomerOrFirm(val int) CustomerOrFirmField

NewCustomerOrFirm returns a new CustomerOrFirmField initialized with val

func (CustomerOrFirmField) Tag

Tag returns tag.CustomerOrFirm (204)

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)

type CxlRejReasonField

type CxlRejReasonField struct{ quickfix.FIXInt }

CxlRejReasonField is a INT field

func NewCxlRejReason

func NewCxlRejReason(val int) CxlRejReasonField

NewCxlRejReason returns a new CxlRejReasonField initialized with val

func (CxlRejReasonField) Tag

func (f CxlRejReasonField) Tag() quickfix.Tag

Tag returns tag.CxlRejReason (102)

type CxlRejResponseToField

type CxlRejResponseToField struct{ quickfix.FIXString }

CxlRejResponseToField is a CHAR field

func NewCxlRejResponseTo

func NewCxlRejResponseTo(val string) CxlRejResponseToField

NewCxlRejResponseTo returns a new CxlRejResponseToField initialized with val

func (CxlRejResponseToField) Tag

Tag returns tag.CxlRejResponseTo (434)

type CxlTypeField

type CxlTypeField struct{ quickfix.FIXString }

CxlTypeField is a CHAR field

func NewCxlType

func NewCxlType(val string) CxlTypeField

NewCxlType returns a new CxlTypeField initialized with val

func (CxlTypeField) Tag

func (f CxlTypeField) Tag() quickfix.Tag

Tag returns tag.CxlType (125)

type DKReasonField

type DKReasonField struct{ quickfix.FIXString }

DKReasonField is a CHAR field

func NewDKReason

func NewDKReason(val string) DKReasonField

NewDKReason returns a new DKReasonField initialized with val

func (DKReasonField) Tag

func (f DKReasonField) Tag() quickfix.Tag

Tag returns tag.DKReason (127)

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)

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)

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)

type DayBookingInstField

type DayBookingInstField struct{ quickfix.FIXString }

DayBookingInstField is a CHAR field

func NewDayBookingInst

func NewDayBookingInst(val string) DayBookingInstField

NewDayBookingInst returns a new DayBookingInstField initialized with val

func (DayBookingInstField) Tag

Tag returns tag.DayBookingInst (589)

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)

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)

type DealingCapacityField

type DealingCapacityField struct{ quickfix.FIXString }

DealingCapacityField is a CHAR field

func NewDealingCapacity

func NewDealingCapacity(val string) DealingCapacityField

NewDealingCapacity returns a new DealingCapacityField initialized with val

func (DealingCapacityField) Tag

Tag returns tag.DealingCapacity (1048)

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)

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)

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)

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)

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)

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)

type DeleteReasonField

type DeleteReasonField struct{ quickfix.FIXString }

DeleteReasonField is a CHAR field

func NewDeleteReason

func NewDeleteReason(val string) DeleteReasonField

NewDeleteReason returns a new DeleteReasonField initialized with val

func (DeleteReasonField) Tag

func (f DeleteReasonField) Tag() quickfix.Tag

Tag returns tag.DeleteReason (285)

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)

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)

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)

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)

type DeliveryFormField

type DeliveryFormField struct{ quickfix.FIXInt }

DeliveryFormField is a INT field

func NewDeliveryForm

func NewDeliveryForm(val int) DeliveryFormField

NewDeliveryForm returns a new DeliveryFormField initialized with val

func (DeliveryFormField) Tag

func (f DeliveryFormField) Tag() quickfix.Tag

Tag returns tag.DeliveryForm (668)

type DeliveryTypeField

type DeliveryTypeField struct{ quickfix.FIXInt }

DeliveryTypeField is a INT field

func NewDeliveryType

func NewDeliveryType(val int) DeliveryTypeField

NewDeliveryType returns a new DeliveryTypeField initialized with val

func (DeliveryTypeField) Tag

func (f DeliveryTypeField) Tag() quickfix.Tag

Tag returns tag.DeliveryType (919)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

type DerivativeSecurityListRequestTypeField

type DerivativeSecurityListRequestTypeField struct{ quickfix.FIXInt }

DerivativeSecurityListRequestTypeField is a INT field

func NewDerivativeSecurityListRequestType

func NewDerivativeSecurityListRequestType(val int) DerivativeSecurityListRequestTypeField

NewDerivativeSecurityListRequestType returns a new DerivativeSecurityListRequestTypeField initialized with val

func (DerivativeSecurityListRequestTypeField) Tag

Tag returns tag.DerivativeSecurityListRequestType (1307)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

type DeskOrderHandlingInstField

type DeskOrderHandlingInstField struct{ quickfix.FIXString }

DeskOrderHandlingInstField is a MULTIPLESTRINGVALUE field

func NewDeskOrderHandlingInst

func NewDeskOrderHandlingInst(val string) DeskOrderHandlingInstField

NewDeskOrderHandlingInst returns a new DeskOrderHandlingInstField initialized with val

func (DeskOrderHandlingInstField) Tag

Tag returns tag.DeskOrderHandlingInst (1035)

type DeskTypeField

type DeskTypeField struct{ quickfix.FIXString }

DeskTypeField is a STRING field

func NewDeskType

func NewDeskType(val string) DeskTypeField

NewDeskType returns a new DeskTypeField initialized with val

func (DeskTypeField) Tag

func (f DeskTypeField) Tag() quickfix.Tag

Tag returns tag.DeskType (1033)

type DeskTypeSourceField

type DeskTypeSourceField struct{ quickfix.FIXInt }

DeskTypeSourceField is a INT field

func NewDeskTypeSource

func NewDeskTypeSource(val int) DeskTypeSourceField

NewDeskTypeSource returns a new DeskTypeSourceField initialized with val

func (DeskTypeSourceField) Tag

Tag returns tag.DeskTypeSource (1034)

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)

type DiscretionInstField

type DiscretionInstField struct{ quickfix.FIXString }

DiscretionInstField is a CHAR field

func NewDiscretionInst

func NewDiscretionInst(val string) DiscretionInstField

NewDiscretionInst returns a new DiscretionInstField initialized with val

func (DiscretionInstField) Tag

Tag returns tag.DiscretionInst (388)

type DiscretionLimitTypeField

type DiscretionLimitTypeField struct{ quickfix.FIXInt }

DiscretionLimitTypeField is a INT field

func NewDiscretionLimitType

func NewDiscretionLimitType(val int) DiscretionLimitTypeField

NewDiscretionLimitType returns a new DiscretionLimitTypeField initialized with val

func (DiscretionLimitTypeField) Tag

Tag returns tag.DiscretionLimitType (843)

type DiscretionMoveTypeField

type DiscretionMoveTypeField struct{ quickfix.FIXInt }

DiscretionMoveTypeField is a INT field

func NewDiscretionMoveType

func NewDiscretionMoveType(val int) DiscretionMoveTypeField

NewDiscretionMoveType returns a new DiscretionMoveTypeField initialized with val

func (DiscretionMoveTypeField) Tag

Tag returns tag.DiscretionMoveType (841)

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)

type DiscretionOffsetTypeField

type DiscretionOffsetTypeField struct{ quickfix.FIXInt }

DiscretionOffsetTypeField is a INT field

func NewDiscretionOffsetType

func NewDiscretionOffsetType(val int) DiscretionOffsetTypeField

NewDiscretionOffsetType returns a new DiscretionOffsetTypeField initialized with val

func (DiscretionOffsetTypeField) Tag

Tag returns tag.DiscretionOffsetType (842)

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)

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)

type DiscretionRoundDirectionField

type DiscretionRoundDirectionField struct{ quickfix.FIXInt }

DiscretionRoundDirectionField is a INT field

func NewDiscretionRoundDirection

func NewDiscretionRoundDirection(val int) DiscretionRoundDirectionField

NewDiscretionRoundDirection returns a new DiscretionRoundDirectionField initialized with val

func (DiscretionRoundDirectionField) Tag

Tag returns tag.DiscretionRoundDirection (844)

type DiscretionScopeField

type DiscretionScopeField struct{ quickfix.FIXInt }

DiscretionScopeField is a INT field

func NewDiscretionScope

func NewDiscretionScope(val int) DiscretionScopeField

NewDiscretionScope returns a new DiscretionScopeField initialized with val

func (DiscretionScopeField) Tag

Tag returns tag.DiscretionScope (846)

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)

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)

type DisplayMethodField

type DisplayMethodField struct{ quickfix.FIXString }

DisplayMethodField is a CHAR field

func NewDisplayMethod

func NewDisplayMethod(val string) DisplayMethodField

NewDisplayMethod returns a new DisplayMethodField initialized with val

func (DisplayMethodField) Tag

Tag returns tag.DisplayMethod (1084)

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)

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)

type DisplayWhenField

type DisplayWhenField struct{ quickfix.FIXString }

DisplayWhenField is a CHAR field

func NewDisplayWhen

func NewDisplayWhen(val string) DisplayWhenField

NewDisplayWhen returns a new DisplayWhenField initialized with val

func (DisplayWhenField) Tag

func (f DisplayWhenField) Tag() quickfix.Tag

Tag returns tag.DisplayWhen (1083)

type DistribPaymentMethodField

type DistribPaymentMethodField struct{ quickfix.FIXInt }

DistribPaymentMethodField is a INT field

func NewDistribPaymentMethod

func NewDistribPaymentMethod(val int) DistribPaymentMethodField

NewDistribPaymentMethod returns a new DistribPaymentMethodField initialized with val

func (DistribPaymentMethodField) Tag

Tag returns tag.DistribPaymentMethod (477)

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)

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)

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)

type DlvyInstTypeField

type DlvyInstTypeField struct{ quickfix.FIXString }

DlvyInstTypeField is a CHAR field

func NewDlvyInstType

func NewDlvyInstType(val string) DlvyInstTypeField

NewDlvyInstType returns a new DlvyInstTypeField initialized with val

func (DlvyInstTypeField) Tag

func (f DlvyInstTypeField) Tag() quickfix.Tag

Tag returns tag.DlvyInstType (787)

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)

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)

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)

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)

type EmailTypeField

type EmailTypeField struct{ quickfix.FIXString }

EmailTypeField is a CHAR field

func NewEmailType

func NewEmailType(val string) EmailTypeField

NewEmailType returns a new EmailTypeField initialized with val

func (EmailTypeField) Tag

func (f EmailTypeField) Tag() quickfix.Tag

Tag returns tag.EmailType (94)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

type EncryptMethodField

type EncryptMethodField struct{ quickfix.FIXInt }

EncryptMethodField is a INT field

func NewEncryptMethod

func NewEncryptMethod(val int) EncryptMethodField

NewEncryptMethod returns a new EncryptMethodField initialized with val

func (EncryptMethodField) Tag

Tag returns tag.EncryptMethod (98)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

type EventTypeField

type EventTypeField struct{ quickfix.FIXInt }

EventTypeField is a INT field

func NewEventType

func NewEventType(val int) EventTypeField

NewEventType returns a new EventTypeField initialized with val

func (EventTypeField) Tag

func (f EventTypeField) Tag() quickfix.Tag

Tag returns tag.EventType (865)

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)

type ExDestinationField

type ExDestinationField struct{ quickfix.FIXString }

ExDestinationField is a EXCHANGE field

func NewExDestination

func NewExDestination(val string) ExDestinationField

NewExDestination returns a new ExDestinationField initialized with val

func (ExDestinationField) Tag

Tag returns tag.ExDestination (100)

type ExDestinationIDSourceField

type ExDestinationIDSourceField struct{ quickfix.FIXString }

ExDestinationIDSourceField is a CHAR field

func NewExDestinationIDSource

func NewExDestinationIDSource(val string) ExDestinationIDSourceField

NewExDestinationIDSource returns a new ExDestinationIDSourceField initialized with val

func (ExDestinationIDSourceField) Tag

Tag returns tag.ExDestinationIDSource (1133)

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)

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)

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)

type ExecAckStatusField

type ExecAckStatusField struct{ quickfix.FIXString }

ExecAckStatusField is a CHAR field

func NewExecAckStatus

func NewExecAckStatus(val string) ExecAckStatusField

NewExecAckStatus returns a new ExecAckStatusField initialized with val

func (ExecAckStatusField) Tag

Tag returns tag.ExecAckStatus (1036)

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)

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)

type ExecInstField

type ExecInstField struct{ quickfix.FIXString }

ExecInstField is a MULTIPLECHARVALUE field

func NewExecInst

func NewExecInst(val string) ExecInstField

NewExecInst returns a new ExecInstField initialized with val

func (ExecInstField) Tag

func (f ExecInstField) Tag() quickfix.Tag

Tag returns tag.ExecInst (18)

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)

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)

type ExecPriceTypeField

type ExecPriceTypeField struct{ quickfix.FIXString }

ExecPriceTypeField is a CHAR field

func NewExecPriceType

func NewExecPriceType(val string) ExecPriceTypeField

NewExecPriceType returns a new ExecPriceTypeField initialized with val

func (ExecPriceTypeField) Tag

Tag returns tag.ExecPriceType (484)

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)

type ExecRestatementReasonField

type ExecRestatementReasonField struct{ quickfix.FIXInt }

ExecRestatementReasonField is a INT field

func NewExecRestatementReason

func NewExecRestatementReason(val int) ExecRestatementReasonField

NewExecRestatementReason returns a new ExecRestatementReasonField initialized with val

func (ExecRestatementReasonField) Tag

Tag returns tag.ExecRestatementReason (378)

type ExecTransTypeField

type ExecTransTypeField struct{ quickfix.FIXString }

ExecTransTypeField is a CHAR field

func NewExecTransType

func NewExecTransType(val string) ExecTransTypeField

NewExecTransType returns a new ExecTransTypeField initialized with val

func (ExecTransTypeField) Tag

Tag returns tag.ExecTransType (20)

type ExecTypeField

type ExecTypeField struct{ quickfix.FIXString }

ExecTypeField is a CHAR field

func NewExecType

func NewExecType(val string) ExecTypeField

NewExecType returns a new ExecTypeField initialized with val

func (ExecTypeField) Tag

func (f ExecTypeField) Tag() quickfix.Tag

Tag returns tag.ExecType (150)

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)

type ExerciseMethodField

type ExerciseMethodField struct{ quickfix.FIXString }

ExerciseMethodField is a CHAR field

func NewExerciseMethod

func NewExerciseMethod(val string) ExerciseMethodField

NewExerciseMethod returns a new ExerciseMethodField initialized with val

func (ExerciseMethodField) Tag

Tag returns tag.ExerciseMethod (747)

type ExerciseStyleField

type ExerciseStyleField struct{ quickfix.FIXInt }

ExerciseStyleField is a INT field

func NewExerciseStyle

func NewExerciseStyle(val int) ExerciseStyleField

NewExerciseStyle returns a new ExerciseStyleField initialized with val

func (ExerciseStyleField) Tag

Tag returns tag.ExerciseStyle (1194)

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)

type ExpTypeField

type ExpTypeField struct{ quickfix.FIXInt }

ExpTypeField is a INT field

func NewExpType

func NewExpType(val int) ExpTypeField

NewExpType returns a new ExpTypeField initialized with val

func (ExpTypeField) Tag

func (f ExpTypeField) Tag() quickfix.Tag

Tag returns tag.ExpType (982)

type ExpirationCycleField

type ExpirationCycleField struct{ quickfix.FIXInt }

ExpirationCycleField is a INT field

func NewExpirationCycle

func NewExpirationCycle(val int) ExpirationCycleField

NewExpirationCycle returns a new ExpirationCycleField initialized with val

func (ExpirationCycleField) Tag

Tag returns tag.ExpirationCycle (827)

type ExpirationQtyTypeField

type ExpirationQtyTypeField struct{ quickfix.FIXInt }

ExpirationQtyTypeField is a INT field

func NewExpirationQtyType

func NewExpirationQtyType(val int) ExpirationQtyTypeField

NewExpirationQtyType returns a new ExpirationQtyTypeField initialized with val

func (ExpirationQtyTypeField) Tag

Tag returns tag.ExpirationQtyType (982)

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)

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)

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)

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)

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)

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)

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)

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)

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)

type FinancialStatusField

type FinancialStatusField struct{ quickfix.FIXString }

FinancialStatusField is a MULTIPLECHARVALUE field

func NewFinancialStatus

func NewFinancialStatus(val string) FinancialStatusField

NewFinancialStatus returns a new FinancialStatusField initialized with val

func (FinancialStatusField) Tag

Tag returns tag.FinancialStatus (291)

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)

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)

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)

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)

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)

type FlowScheduleTypeField

type FlowScheduleTypeField struct{ quickfix.FIXInt }

FlowScheduleTypeField is a INT field

func NewFlowScheduleType

func NewFlowScheduleType(val int) FlowScheduleTypeField

NewFlowScheduleType returns a new FlowScheduleTypeField initialized with val

func (FlowScheduleTypeField) Tag

Tag returns tag.FlowScheduleType (1439)

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)

type FundRenewWaivField

type FundRenewWaivField struct{ quickfix.FIXString }

FundRenewWaivField is a CHAR field

func NewFundRenewWaiv

func NewFundRenewWaiv(val string) FundRenewWaivField

NewFundRenewWaiv returns a new FundRenewWaivField initialized with val

func (FundRenewWaivField) Tag

Tag returns tag.FundRenewWaiv (497)

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)

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)

type FuturesValuationMethodField

type FuturesValuationMethodField struct{ quickfix.FIXString }

FuturesValuationMethodField is a STRING field

func NewFuturesValuationMethod

func NewFuturesValuationMethod(val string) FuturesValuationMethodField

NewFuturesValuationMethod returns a new FuturesValuationMethodField initialized with val

func (FuturesValuationMethodField) Tag

Tag returns tag.FuturesValuationMethod (1197)

type GTBookingInstField

type GTBookingInstField struct{ quickfix.FIXInt }

GTBookingInstField is a INT field

func NewGTBookingInst

func NewGTBookingInst(val int) GTBookingInstField

NewGTBookingInst returns a new GTBookingInstField initialized with val

func (GTBookingInstField) Tag

Tag returns tag.GTBookingInst (427)

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)

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)

type HaltReasonCharField

type HaltReasonCharField struct{ quickfix.FIXString }

HaltReasonCharField is a CHAR field

func NewHaltReasonChar

func NewHaltReasonChar(val string) HaltReasonCharField

NewHaltReasonChar returns a new HaltReasonCharField initialized with val

func (HaltReasonCharField) Tag

Tag returns tag.HaltReasonChar (327)

type HaltReasonIntField

type HaltReasonIntField struct{ quickfix.FIXInt }

HaltReasonIntField is a INT field

func NewHaltReasonInt

func NewHaltReasonInt(val int) HaltReasonIntField

NewHaltReasonInt returns a new HaltReasonIntField initialized with val

func (HaltReasonIntField) Tag

Tag returns tag.HaltReasonInt (327)

type HandlInstField

type HandlInstField struct{ quickfix.FIXString }

HandlInstField is a CHAR field

func NewHandlInst

func NewHandlInst(val string) HandlInstField

NewHandlInst returns a new HandlInstField initialized with val

func (HandlInstField) Tag

func (f HandlInstField) Tag() quickfix.Tag

Tag returns tag.HandlInst (21)

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)

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)

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)

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)

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)

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)

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)

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)

type IDSourceField

type IDSourceField struct{ quickfix.FIXString }

IDSourceField is a STRING field

func NewIDSource

func NewIDSource(val string) IDSourceField

NewIDSource returns a new IDSourceField initialized with val

func (IDSourceField) Tag

func (f IDSourceField) Tag() quickfix.Tag

Tag returns tag.IDSource (22)

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)

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)

type IOIOthSvcField

type IOIOthSvcField struct{ quickfix.FIXString }

IOIOthSvcField is a CHAR field

func NewIOIOthSvc

func NewIOIOthSvc(val string) IOIOthSvcField

NewIOIOthSvc returns a new IOIOthSvcField initialized with val

func (IOIOthSvcField) Tag

func (f IOIOthSvcField) Tag() quickfix.Tag

Tag returns tag.IOIOthSvc (24)

type IOIQltyIndField

type IOIQltyIndField struct{ quickfix.FIXString }

IOIQltyIndField is a CHAR field

func NewIOIQltyInd

func NewIOIQltyInd(val string) IOIQltyIndField

NewIOIQltyInd returns a new IOIQltyIndField initialized with val

func (IOIQltyIndField) Tag

func (f IOIQltyIndField) Tag() quickfix.Tag

Tag returns tag.IOIQltyInd (25)

type IOIQtyField

type IOIQtyField struct{ quickfix.FIXString }

IOIQtyField is a STRING field

func NewIOIQty

func NewIOIQty(val string) IOIQtyField

NewIOIQty returns a new IOIQtyField initialized with val

func (IOIQtyField) Tag

func (f IOIQtyField) Tag() quickfix.Tag

Tag returns tag.IOIQty (27)

type IOIQualifierField

type IOIQualifierField struct{ quickfix.FIXString }

IOIQualifierField is a CHAR field

func NewIOIQualifier

func NewIOIQualifier(val string) IOIQualifierField

NewIOIQualifier returns a new IOIQualifierField initialized with val

func (IOIQualifierField) Tag

func (f IOIQualifierField) Tag() quickfix.Tag

Tag returns tag.IOIQualifier (104)

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)

type IOISharesField

type IOISharesField struct{ quickfix.FIXString }

IOISharesField is a STRING field

func NewIOIShares

func NewIOIShares(val string) IOISharesField

NewIOIShares returns a new IOISharesField initialized with val

func (IOISharesField) Tag

func (f IOISharesField) Tag() quickfix.Tag

Tag returns tag.IOIShares (27)

type IOITransTypeField

type IOITransTypeField struct{ quickfix.FIXString }

IOITransTypeField is a CHAR field

func NewIOITransType

func NewIOITransType(val string) IOITransTypeField

NewIOITransType returns a new IOITransTypeField initialized with val

func (IOITransTypeField) Tag

func (f IOITransTypeField) Tag() quickfix.Tag

Tag returns tag.IOITransType (28)

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)

type ImpliedMarketIndicatorField

type ImpliedMarketIndicatorField struct{ quickfix.FIXInt }

ImpliedMarketIndicatorField is a INT field

func NewImpliedMarketIndicator

func NewImpliedMarketIndicator(val int) ImpliedMarketIndicatorField

NewImpliedMarketIndicator returns a new ImpliedMarketIndicatorField initialized with val

func (ImpliedMarketIndicatorField) Tag

Tag returns tag.ImpliedMarketIndicator (1144)

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)

type IncTaxIndField

type IncTaxIndField struct{ quickfix.FIXInt }

IncTaxIndField is a INT field

func NewIncTaxInd

func NewIncTaxInd(val int) IncTaxIndField

NewIncTaxInd returns a new IncTaxIndField initialized with val

func (IncTaxIndField) Tag

func (f IncTaxIndField) Tag() quickfix.Tag

Tag returns tag.IncTaxInd (416)

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)

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)

type IndividualAllocTypeField

type IndividualAllocTypeField struct{ quickfix.FIXInt }

IndividualAllocTypeField is a INT field

func NewIndividualAllocType

func NewIndividualAllocType(val int) IndividualAllocTypeField

NewIndividualAllocType returns a new IndividualAllocTypeField initialized with val

func (IndividualAllocTypeField) Tag

Tag returns tag.IndividualAllocType (992)

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)

type InstrAttribTypeField

type InstrAttribTypeField struct{ quickfix.FIXInt }

InstrAttribTypeField is a INT field

func NewInstrAttribType

func NewInstrAttribType(val int) InstrAttribTypeField

NewInstrAttribType returns a new InstrAttribTypeField initialized with val

func (InstrAttribTypeField) Tag

Tag returns tag.InstrAttribType (871)

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)

type InstrRegistryField

type InstrRegistryField struct{ quickfix.FIXString }

InstrRegistryField is a STRING field

func NewInstrRegistry

func NewInstrRegistry(val string) InstrRegistryField

NewInstrRegistry returns a new InstrRegistryField initialized with val

func (InstrRegistryField) Tag

Tag returns tag.InstrRegistry (543)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

type LastCapacityField

type LastCapacityField struct{ quickfix.FIXString }

LastCapacityField is a CHAR field

func NewLastCapacity

func NewLastCapacity(val string) LastCapacityField

NewLastCapacity returns a new LastCapacityField initialized with val

func (LastCapacityField) Tag

func (f LastCapacityField) Tag() quickfix.Tag

Tag returns tag.LastCapacity (29)

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)

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)

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)

type LastLiquidityIndField

type LastLiquidityIndField struct{ quickfix.FIXInt }

LastLiquidityIndField is a INT field

func NewLastLiquidityInd

func NewLastLiquidityInd(val int) LastLiquidityIndField

NewLastLiquidityInd returns a new LastLiquidityIndField initialized with val

func (LastLiquidityIndField) Tag

Tag returns tag.LastLiquidityInd (851)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

type LegSwapTypeField

type LegSwapTypeField struct{ quickfix.FIXInt }

LegSwapTypeField is a INT field

func NewLegSwapType

func NewLegSwapType(val int) LegSwapTypeField

NewLegSwapType returns a new LegSwapTypeField initialized with val

func (LegSwapTypeField) Tag

func (f LegSwapTypeField) Tag() quickfix.Tag

Tag returns tag.LegSwapType (690)

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)

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)

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)

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)

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)

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)

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)

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)

type LiquidityIndTypeField

type LiquidityIndTypeField struct{ quickfix.FIXInt }

LiquidityIndTypeField is a INT field

func NewLiquidityIndType

func NewLiquidityIndType(val int) LiquidityIndTypeField

NewLiquidityIndType returns a new LiquidityIndTypeField initialized with val

func (LiquidityIndTypeField) Tag

Tag returns tag.LiquidityIndType (409)

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)

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)

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)

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)

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)

type ListExecInstTypeField

type ListExecInstTypeField struct{ quickfix.FIXString }

ListExecInstTypeField is a CHAR field

func NewListExecInstType

func NewListExecInstType(val string) ListExecInstTypeField

NewListExecInstType returns a new ListExecInstTypeField initialized with val

func (ListExecInstTypeField) Tag

Tag returns tag.ListExecInstType (433)

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)

type ListMethodField

type ListMethodField struct{ quickfix.FIXInt }

ListMethodField is a INT field

func NewListMethod

func NewListMethod(val int) ListMethodField

NewListMethod returns a new ListMethodField initialized with val

func (ListMethodField) Tag

func (f ListMethodField) Tag() quickfix.Tag

Tag returns tag.ListMethod (1198)

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)

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)

type ListOrderStatusField

type ListOrderStatusField struct{ quickfix.FIXInt }

ListOrderStatusField is a INT field

func NewListOrderStatus

func NewListOrderStatus(val int) ListOrderStatusField

NewListOrderStatus returns a new ListOrderStatusField initialized with val

func (ListOrderStatusField) Tag

Tag returns tag.ListOrderStatus (431)

type ListRejectReasonField

type ListRejectReasonField struct{ quickfix.FIXInt }

ListRejectReasonField is a INT field

func NewListRejectReason

func NewListRejectReason(val int) ListRejectReasonField

NewListRejectReason returns a new ListRejectReasonField initialized with val

func (ListRejectReasonField) Tag

Tag returns tag.ListRejectReason (1386)

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)

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)

type ListStatusTypeField

type ListStatusTypeField struct{ quickfix.FIXInt }

ListStatusTypeField is a INT field

func NewListStatusType

func NewListStatusType(val int) ListStatusTypeField

NewListStatusType returns a new ListStatusTypeField initialized with val

func (ListStatusTypeField) Tag

Tag returns tag.ListStatusType (429)

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)

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)

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)

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)

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)

type LotTypeField

type LotTypeField struct{ quickfix.FIXString }

LotTypeField is a CHAR field

func NewLotType

func NewLotType(val string) LotTypeField

NewLotType returns a new LotTypeField initialized with val

func (LotTypeField) Tag

func (f LotTypeField) Tag() quickfix.Tag

Tag returns tag.LotType (1093)

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)

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)

type MDBookTypeField

type MDBookTypeField struct{ quickfix.FIXInt }

MDBookTypeField is a INT field

func NewMDBookType

func NewMDBookType(val int) MDBookTypeField

NewMDBookType returns a new MDBookTypeField initialized with val

func (MDBookTypeField) Tag

func (f MDBookTypeField) Tag() quickfix.Tag

Tag returns tag.MDBookType (1021)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

type MDEntryTypeField

type MDEntryTypeField struct{ quickfix.FIXString }

MDEntryTypeField is a CHAR field

func NewMDEntryType

func NewMDEntryType(val string) MDEntryTypeField

NewMDEntryType returns a new MDEntryTypeField initialized with val

func (MDEntryTypeField) Tag

func (f MDEntryTypeField) Tag() quickfix.Tag

Tag returns tag.MDEntryType (269)

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)

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)

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)

type MDOriginTypeField

type MDOriginTypeField struct{ quickfix.FIXInt }

MDOriginTypeField is a INT field

func NewMDOriginType

func NewMDOriginType(val int) MDOriginTypeField

NewMDOriginType returns a new MDOriginTypeField initialized with val

func (MDOriginTypeField) Tag

func (f MDOriginTypeField) Tag() quickfix.Tag

Tag returns tag.MDOriginType (1024)

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)

type MDQuoteTypeField

type MDQuoteTypeField struct{ quickfix.FIXInt }

MDQuoteTypeField is a INT field

func NewMDQuoteType

func NewMDQuoteType(val int) MDQuoteTypeField

NewMDQuoteType returns a new MDQuoteTypeField initialized with val

func (MDQuoteTypeField) Tag

func (f MDQuoteTypeField) Tag() quickfix.Tag

Tag returns tag.MDQuoteType (1070)

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

func (MDReportIDField) Tag

func (f MDReportIDField) Tag() quickfix.Tag

Tag returns tag.MDReportID (963)

type MDReqIDField

type MDReqIDField struct{ quickfix.FIXString }

MDReqIDField is a STRING field

func NewMDReqID

func NewMDReqID(val string) MDReqIDField

NewMDReqID returns a new MDReqIDField initialized with val

func (MDReqIDField) Tag

func (f MDReqIDField) Tag() quickfix.Tag

Tag returns tag.MDReqID (262)

type MDReqRejReasonField

type MDReqRejReasonField struct{ quickfix.FIXString }

MDReqRejReasonField is a CHAR field

func NewMDReqRejReason

func NewMDReqRejReason(val string) MDReqRejReasonField

NewMDReqRejReason returns a new MDReqRejReasonField initialized with val

func (MDReqRejReasonField) Tag

Tag returns tag.MDReqRejReason (281)

type MDSecSizeField

type MDSecSizeField struct{ quickfix.FIXDecimal }

MDSecSizeField is a QTY field

func NewMDSecSize

func NewMDSecSize(val decimal.Decimal, scale int32) MDSecSizeField

NewMDSecSize returns a new MDSecSizeField initialized with val and scale

func (MDSecSizeField) Tag

func (f MDSecSizeField) Tag() quickfix.Tag

Tag returns tag.MDSecSize (1179)

type MDSecSizeTypeField

type MDSecSizeTypeField struct{ quickfix.FIXInt }

MDSecSizeTypeField is a INT field

func NewMDSecSizeType

func NewMDSecSizeType(val int) MDSecSizeTypeField

NewMDSecSizeType returns a new MDSecSizeTypeField initialized with val

func (MDSecSizeTypeField) Tag

Tag returns tag.MDSecSizeType (1178)

type MDStreamIDField

type MDStreamIDField struct{ quickfix.FIXString }

MDStreamIDField is a STRING field

func NewMDStreamID

func NewMDStreamID(val string) MDStreamIDField

NewMDStreamID returns a new MDStreamIDField initialized with val

func (MDStreamIDField) Tag

func (f MDStreamIDField) Tag() quickfix.Tag

Tag returns tag.MDStreamID (1500)

type MDSubBookTypeField

type MDSubBookTypeField struct{ quickfix.FIXInt }

MDSubBookTypeField is a INT field

func NewMDSubBookType

func NewMDSubBookType(val int) MDSubBookTypeField

NewMDSubBookType returns a new MDSubBookTypeField initialized with val

func (MDSubBookTypeField) Tag

Tag returns tag.MDSubBookType (1173)

type MDUpdateActionField

type MDUpdateActionField struct{ quickfix.FIXString }

MDUpdateActionField is a CHAR field

func NewMDUpdateAction

func NewMDUpdateAction(val string) MDUpdateActionField

NewMDUpdateAction returns a new MDUpdateActionField initialized with val

func (MDUpdateActionField) Tag

Tag returns tag.MDUpdateAction (279)

type MDUpdateTypeField

type MDUpdateTypeField struct{ quickfix.FIXInt }

MDUpdateTypeField is a INT field

func NewMDUpdateType

func NewMDUpdateType(val int) MDUpdateTypeField

NewMDUpdateType returns a new MDUpdateTypeField initialized with val

func (MDUpdateTypeField) Tag

func (f MDUpdateTypeField) Tag() quickfix.Tag

Tag returns tag.MDUpdateType (265)

type MailingDtlsField

type MailingDtlsField struct{ quickfix.FIXString }

MailingDtlsField is a STRING field

func NewMailingDtls

func NewMailingDtls(val string) MailingDtlsField

NewMailingDtls returns a new MailingDtlsField initialized with val

func (MailingDtlsField) Tag

func (f MailingDtlsField) Tag() quickfix.Tag

Tag returns tag.MailingDtls (474)

type MailingInstField

type MailingInstField struct{ quickfix.FIXString }

MailingInstField is a STRING field

func NewMailingInst

func NewMailingInst(val string) MailingInstField

NewMailingInst returns a new MailingInstField initialized with val

func (MailingInstField) Tag

func (f MailingInstField) Tag() quickfix.Tag

Tag returns tag.MailingInst (482)

type ManualOrderIndicatorField

type ManualOrderIndicatorField struct{ quickfix.FIXBoolean }

ManualOrderIndicatorField is a BOOLEAN field

func NewManualOrderIndicator

func NewManualOrderIndicator(val bool) ManualOrderIndicatorField

NewManualOrderIndicator returns a new ManualOrderIndicatorField initialized with val

func (ManualOrderIndicatorField) Tag

Tag returns tag.ManualOrderIndicator (1028)

type MarginExcessField

type MarginExcessField struct{ quickfix.FIXDecimal }

MarginExcessField is a AMT field

func NewMarginExcess

func NewMarginExcess(val decimal.Decimal, scale int32) MarginExcessField

NewMarginExcess returns a new MarginExcessField initialized with val and scale

func (MarginExcessField) Tag

func (f MarginExcessField) Tag() quickfix.Tag

Tag returns tag.MarginExcess (899)

type MarginRatioField

type MarginRatioField struct{ quickfix.FIXDecimal }

MarginRatioField is a PERCENTAGE field

func NewMarginRatio

func NewMarginRatio(val decimal.Decimal, scale int32) MarginRatioField

NewMarginRatio returns a new MarginRatioField initialized with val and scale

func (MarginRatioField) Tag

func (f MarginRatioField) Tag() quickfix.Tag

Tag returns tag.MarginRatio (898)

type MarketDepthField

type MarketDepthField struct{ quickfix.FIXInt }

MarketDepthField is a INT field

func NewMarketDepth

func NewMarketDepth(val int) MarketDepthField

NewMarketDepth returns a new MarketDepthField initialized with val

func (MarketDepthField) Tag

func (f MarketDepthField) Tag() quickfix.Tag

Tag returns tag.MarketDepth (264)

type MarketIDField

type MarketIDField struct{ quickfix.FIXString }

MarketIDField is a EXCHANGE field

func NewMarketID

func NewMarketID(val string) MarketIDField

NewMarketID returns a new MarketIDField initialized with val

func (MarketIDField) Tag

func (f MarketIDField) Tag() quickfix.Tag

Tag returns tag.MarketID (1301)

type MarketReportIDField

type MarketReportIDField struct{ quickfix.FIXString }

MarketReportIDField is a STRING field

func NewMarketReportID

func NewMarketReportID(val string) MarketReportIDField

NewMarketReportID returns a new MarketReportIDField initialized with val

func (MarketReportIDField) Tag

Tag returns tag.MarketReportID (1394)

type MarketReqIDField

type MarketReqIDField struct{ quickfix.FIXString }

MarketReqIDField is a STRING field

func NewMarketReqID

func NewMarketReqID(val string) MarketReqIDField

NewMarketReqID returns a new MarketReqIDField initialized with val

func (MarketReqIDField) Tag

func (f MarketReqIDField) Tag() quickfix.Tag

Tag returns tag.MarketReqID (1393)

type MarketSegmentDescField

type MarketSegmentDescField struct{ quickfix.FIXString }

MarketSegmentDescField is a STRING field

func NewMarketSegmentDesc

func NewMarketSegmentDesc(val string) MarketSegmentDescField

NewMarketSegmentDesc returns a new MarketSegmentDescField initialized with val

func (MarketSegmentDescField) Tag

Tag returns tag.MarketSegmentDesc (1396)

type MarketSegmentIDField

type MarketSegmentIDField struct{ quickfix.FIXString }

MarketSegmentIDField is a STRING field

func NewMarketSegmentID

func NewMarketSegmentID(val string) MarketSegmentIDField

NewMarketSegmentID returns a new MarketSegmentIDField initialized with val

func (MarketSegmentIDField) Tag

Tag returns tag.MarketSegmentID (1300)

type MarketUpdateActionField

type MarketUpdateActionField struct{ quickfix.FIXString }

MarketUpdateActionField is a CHAR field

func NewMarketUpdateAction

func NewMarketUpdateAction(val string) MarketUpdateActionField

NewMarketUpdateAction returns a new MarketUpdateActionField initialized with val

func (MarketUpdateActionField) Tag

Tag returns tag.MarketUpdateAction (1395)

type MassActionRejectReasonField

type MassActionRejectReasonField struct{ quickfix.FIXInt }

MassActionRejectReasonField is a INT field

func NewMassActionRejectReason

func NewMassActionRejectReason(val int) MassActionRejectReasonField

NewMassActionRejectReason returns a new MassActionRejectReasonField initialized with val

func (MassActionRejectReasonField) Tag

Tag returns tag.MassActionRejectReason (1376)

type MassActionReportIDField

type MassActionReportIDField struct{ quickfix.FIXString }

MassActionReportIDField is a STRING field

func NewMassActionReportID

func NewMassActionReportID(val string) MassActionReportIDField

NewMassActionReportID returns a new MassActionReportIDField initialized with val

func (MassActionReportIDField) Tag

Tag returns tag.MassActionReportID (1369)

type MassActionResponseField

type MassActionResponseField struct{ quickfix.FIXInt }

MassActionResponseField is a INT field

func NewMassActionResponse

func NewMassActionResponse(val int) MassActionResponseField

NewMassActionResponse returns a new MassActionResponseField initialized with val

func (MassActionResponseField) Tag

Tag returns tag.MassActionResponse (1375)

type MassActionScopeField

type MassActionScopeField struct{ quickfix.FIXInt }

MassActionScopeField is a INT field

func NewMassActionScope

func NewMassActionScope(val int) MassActionScopeField

NewMassActionScope returns a new MassActionScopeField initialized with val

func (MassActionScopeField) Tag

Tag returns tag.MassActionScope (1374)

type MassActionTypeField

type MassActionTypeField struct{ quickfix.FIXInt }

MassActionTypeField is a INT field

func NewMassActionType

func NewMassActionType(val int) MassActionTypeField

NewMassActionType returns a new MassActionTypeField initialized with val

func (MassActionTypeField) Tag

Tag returns tag.MassActionType (1373)

type MassCancelRejectReasonField

type MassCancelRejectReasonField struct{ quickfix.FIXInt }

MassCancelRejectReasonField is a INT field

func NewMassCancelRejectReason

func NewMassCancelRejectReason(val int) MassCancelRejectReasonField

NewMassCancelRejectReason returns a new MassCancelRejectReasonField initialized with val

func (MassCancelRejectReasonField) Tag

Tag returns tag.MassCancelRejectReason (532)

type MassCancelRequestTypeField

type MassCancelRequestTypeField struct{ quickfix.FIXString }

MassCancelRequestTypeField is a CHAR field

func NewMassCancelRequestType

func NewMassCancelRequestType(val string) MassCancelRequestTypeField

NewMassCancelRequestType returns a new MassCancelRequestTypeField initialized with val

func (MassCancelRequestTypeField) Tag

Tag returns tag.MassCancelRequestType (530)

type MassCancelResponseField

type MassCancelResponseField struct{ quickfix.FIXString }

MassCancelResponseField is a CHAR field

func NewMassCancelResponse

func NewMassCancelResponse(val string) MassCancelResponseField

NewMassCancelResponse returns a new MassCancelResponseField initialized with val

func (MassCancelResponseField) Tag

Tag returns tag.MassCancelResponse (531)

type MassStatusReqIDField

type MassStatusReqIDField struct{ quickfix.FIXString }

MassStatusReqIDField is a STRING field

func NewMassStatusReqID

func NewMassStatusReqID(val string) MassStatusReqIDField

NewMassStatusReqID returns a new MassStatusReqIDField initialized with val

func (MassStatusReqIDField) Tag

Tag returns tag.MassStatusReqID (584)

type MassStatusReqTypeField

type MassStatusReqTypeField struct{ quickfix.FIXInt }

MassStatusReqTypeField is a INT field

func NewMassStatusReqType

func NewMassStatusReqType(val int) MassStatusReqTypeField

NewMassStatusReqType returns a new MassStatusReqTypeField initialized with val

func (MassStatusReqTypeField) Tag

Tag returns tag.MassStatusReqType (585)

type MatchAlgorithmField

type MatchAlgorithmField struct{ quickfix.FIXString }

MatchAlgorithmField is a STRING field

func NewMatchAlgorithm

func NewMatchAlgorithm(val string) MatchAlgorithmField

NewMatchAlgorithm returns a new MatchAlgorithmField initialized with val

func (MatchAlgorithmField) Tag

Tag returns tag.MatchAlgorithm (1142)

type MatchIncrementField

type MatchIncrementField struct{ quickfix.FIXDecimal }

MatchIncrementField is a QTY field

func NewMatchIncrement

func NewMatchIncrement(val decimal.Decimal, scale int32) MatchIncrementField

NewMatchIncrement returns a new MatchIncrementField initialized with val and scale

func (MatchIncrementField) Tag

Tag returns tag.MatchIncrement (1089)

type MatchStatusField

type MatchStatusField struct{ quickfix.FIXString }

MatchStatusField is a CHAR field

func NewMatchStatus

func NewMatchStatus(val string) MatchStatusField

NewMatchStatus returns a new MatchStatusField initialized with val

func (MatchStatusField) Tag

func (f MatchStatusField) Tag() quickfix.Tag

Tag returns tag.MatchStatus (573)

type MatchTypeField

type MatchTypeField struct{ quickfix.FIXString }

MatchTypeField is a STRING field

func NewMatchType

func NewMatchType(val string) MatchTypeField

NewMatchType returns a new MatchTypeField initialized with val

func (MatchTypeField) Tag

func (f MatchTypeField) Tag() quickfix.Tag

Tag returns tag.MatchType (574)

type MaturityDateField

type MaturityDateField struct{ quickfix.FIXString }

MaturityDateField is a LOCALMKTDATE field

func NewMaturityDate

func NewMaturityDate(val string) MaturityDateField

NewMaturityDate returns a new MaturityDateField initialized with val

func (MaturityDateField) Tag

func (f MaturityDateField) Tag() quickfix.Tag

Tag returns tag.MaturityDate (541)

type MaturityDayField

type MaturityDayField struct{ quickfix.FIXInt }

MaturityDayField is a DAYOFMONTH field

func NewMaturityDay

func NewMaturityDay(val int) MaturityDayField

NewMaturityDay returns a new MaturityDayField initialized with val

func (MaturityDayField) Tag

func (f MaturityDayField) Tag() quickfix.Tag

Tag returns tag.MaturityDay (205)

type MaturityMonthYearField

type MaturityMonthYearField struct{ quickfix.FIXString }

MaturityMonthYearField is a MONTHYEAR field

func NewMaturityMonthYear

func NewMaturityMonthYear(val string) MaturityMonthYearField

NewMaturityMonthYear returns a new MaturityMonthYearField initialized with val

func (MaturityMonthYearField) Tag

Tag returns tag.MaturityMonthYear (200)

type MaturityMonthYearFormatField

type MaturityMonthYearFormatField struct{ quickfix.FIXInt }

MaturityMonthYearFormatField is a INT field

func NewMaturityMonthYearFormat

func NewMaturityMonthYearFormat(val int) MaturityMonthYearFormatField

NewMaturityMonthYearFormat returns a new MaturityMonthYearFormatField initialized with val

func (MaturityMonthYearFormatField) Tag

Tag returns tag.MaturityMonthYearFormat (1303)

type MaturityMonthYearIncrementField

type MaturityMonthYearIncrementField struct{ quickfix.FIXInt }

MaturityMonthYearIncrementField is a INT field

func NewMaturityMonthYearIncrement

func NewMaturityMonthYearIncrement(val int) MaturityMonthYearIncrementField

NewMaturityMonthYearIncrement returns a new MaturityMonthYearIncrementField initialized with val

func (MaturityMonthYearIncrementField) Tag

Tag returns tag.MaturityMonthYearIncrement (1229)

type MaturityMonthYearIncrementUnitsField

type MaturityMonthYearIncrementUnitsField struct{ quickfix.FIXInt }

MaturityMonthYearIncrementUnitsField is a INT field

func NewMaturityMonthYearIncrementUnits

func NewMaturityMonthYearIncrementUnits(val int) MaturityMonthYearIncrementUnitsField

NewMaturityMonthYearIncrementUnits returns a new MaturityMonthYearIncrementUnitsField initialized with val

func (MaturityMonthYearIncrementUnitsField) Tag

Tag returns tag.MaturityMonthYearIncrementUnits (1302)

type MaturityNetMoneyField

type MaturityNetMoneyField struct{ quickfix.FIXDecimal }

MaturityNetMoneyField is a AMT field

func NewMaturityNetMoney

func NewMaturityNetMoney(val decimal.Decimal, scale int32) MaturityNetMoneyField

NewMaturityNetMoney returns a new MaturityNetMoneyField initialized with val and scale

func (MaturityNetMoneyField) Tag

Tag returns tag.MaturityNetMoney (890)

type MaturityRuleIDField

type MaturityRuleIDField struct{ quickfix.FIXString }

MaturityRuleIDField is a STRING field

func NewMaturityRuleID

func NewMaturityRuleID(val string) MaturityRuleIDField

NewMaturityRuleID returns a new MaturityRuleIDField initialized with val

func (MaturityRuleIDField) Tag

Tag returns tag.MaturityRuleID (1222)

type MaturityTimeField

type MaturityTimeField struct{ quickfix.FIXString }

MaturityTimeField is a TZTIMEONLY field

func NewMaturityTime

func NewMaturityTime(val string) MaturityTimeField

NewMaturityTime returns a new MaturityTimeField initialized with val

func (MaturityTimeField) Tag

func (f MaturityTimeField) Tag() quickfix.Tag

Tag returns tag.MaturityTime (1079)

type MaxFloorField

type MaxFloorField struct{ quickfix.FIXDecimal }

MaxFloorField is a QTY field

func NewMaxFloor

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

NewMaxFloor returns a new MaxFloorField initialized with val and scale

func (MaxFloorField) Tag

func (f MaxFloorField) Tag() quickfix.Tag

Tag returns tag.MaxFloor (111)

type MaxMessageSizeField

type MaxMessageSizeField struct{ quickfix.FIXInt }

MaxMessageSizeField is a LENGTH field

func NewMaxMessageSize

func NewMaxMessageSize(val int) MaxMessageSizeField

NewMaxMessageSize returns a new MaxMessageSizeField initialized with val

func (MaxMessageSizeField) Tag

Tag returns tag.MaxMessageSize (383)

type MaxPriceLevelsField

type MaxPriceLevelsField struct{ quickfix.FIXInt }

MaxPriceLevelsField is a INT field

func NewMaxPriceLevels

func NewMaxPriceLevels(val int) MaxPriceLevelsField

NewMaxPriceLevels returns a new MaxPriceLevelsField initialized with val

func (MaxPriceLevelsField) Tag

Tag returns tag.MaxPriceLevels (1090)

type MaxPriceVariationField

type MaxPriceVariationField struct{ quickfix.FIXDecimal }

MaxPriceVariationField is a FLOAT field

func NewMaxPriceVariation

func NewMaxPriceVariation(val decimal.Decimal, scale int32) MaxPriceVariationField

NewMaxPriceVariation returns a new MaxPriceVariationField initialized with val and scale

func (MaxPriceVariationField) Tag

Tag returns tag.MaxPriceVariation (1143)

type MaxShowField

type MaxShowField struct{ quickfix.FIXDecimal }

MaxShowField is a QTY field

func NewMaxShow

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

NewMaxShow returns a new MaxShowField initialized with val and scale

func (MaxShowField) Tag

func (f MaxShowField) Tag() quickfix.Tag

Tag returns tag.MaxShow (210)

type MaxTradeVolField

type MaxTradeVolField struct{ quickfix.FIXDecimal }

MaxTradeVolField is a QTY field

func NewMaxTradeVol

func NewMaxTradeVol(val decimal.Decimal, scale int32) MaxTradeVolField

NewMaxTradeVol returns a new MaxTradeVolField initialized with val and scale

func (MaxTradeVolField) Tag

func (f MaxTradeVolField) Tag() quickfix.Tag

Tag returns tag.MaxTradeVol (1140)

type MessageEncodingField

type MessageEncodingField struct{ quickfix.FIXString }

MessageEncodingField is a STRING field

func NewMessageEncoding

func NewMessageEncoding(val string) MessageEncodingField

NewMessageEncoding returns a new MessageEncodingField initialized with val

func (MessageEncodingField) Tag

Tag returns tag.MessageEncoding (347)

type MessageEventSourceField

type MessageEventSourceField struct{ quickfix.FIXString }

MessageEventSourceField is a STRING field

func NewMessageEventSource

func NewMessageEventSource(val string) MessageEventSourceField

NewMessageEventSource returns a new MessageEventSourceField initialized with val

func (MessageEventSourceField) Tag

Tag returns tag.MessageEventSource (1011)

type MidPxField

type MidPxField struct{ quickfix.FIXDecimal }

MidPxField is a PRICE field

func NewMidPx

func NewMidPx(val decimal.Decimal, scale int32) MidPxField

NewMidPx returns a new MidPxField initialized with val and scale

func (MidPxField) Tag

func (f MidPxField) Tag() quickfix.Tag

Tag returns tag.MidPx (631)

type MidYieldField

type MidYieldField struct{ quickfix.FIXDecimal }

MidYieldField is a PERCENTAGE field

func NewMidYield

func NewMidYield(val decimal.Decimal, scale int32) MidYieldField

NewMidYield returns a new MidYieldField initialized with val and scale

func (MidYieldField) Tag

func (f MidYieldField) Tag() quickfix.Tag

Tag returns tag.MidYield (633)

type MinBidSizeField

type MinBidSizeField struct{ quickfix.FIXDecimal }

MinBidSizeField is a QTY field

func NewMinBidSize

func NewMinBidSize(val decimal.Decimal, scale int32) MinBidSizeField

NewMinBidSize returns a new MinBidSizeField initialized with val and scale

func (MinBidSizeField) Tag

func (f MinBidSizeField) Tag() quickfix.Tag

Tag returns tag.MinBidSize (647)

type MinLotSizeField

type MinLotSizeField struct{ quickfix.FIXDecimal }

MinLotSizeField is a QTY field

func NewMinLotSize

func NewMinLotSize(val decimal.Decimal, scale int32) MinLotSizeField

NewMinLotSize returns a new MinLotSizeField initialized with val and scale

func (MinLotSizeField) Tag

func (f MinLotSizeField) Tag() quickfix.Tag

Tag returns tag.MinLotSize (1231)

type MinOfferSizeField

type MinOfferSizeField struct{ quickfix.FIXDecimal }

MinOfferSizeField is a QTY field

func NewMinOfferSize

func NewMinOfferSize(val decimal.Decimal, scale int32) MinOfferSizeField

NewMinOfferSize returns a new MinOfferSizeField initialized with val and scale

func (MinOfferSizeField) Tag

func (f MinOfferSizeField) Tag() quickfix.Tag

Tag returns tag.MinOfferSize (648)

type MinPriceIncrementAmountField

type MinPriceIncrementAmountField struct{ quickfix.FIXDecimal }

MinPriceIncrementAmountField is a AMT field

func NewMinPriceIncrementAmount

func NewMinPriceIncrementAmount(val decimal.Decimal, scale int32) MinPriceIncrementAmountField

NewMinPriceIncrementAmount returns a new MinPriceIncrementAmountField initialized with val and scale

func (MinPriceIncrementAmountField) Tag

Tag returns tag.MinPriceIncrementAmount (1146)

type MinPriceIncrementField

type MinPriceIncrementField struct{ quickfix.FIXDecimal }

MinPriceIncrementField is a FLOAT field

func NewMinPriceIncrement

func NewMinPriceIncrement(val decimal.Decimal, scale int32) MinPriceIncrementField

NewMinPriceIncrement returns a new MinPriceIncrementField initialized with val and scale

func (MinPriceIncrementField) Tag

Tag returns tag.MinPriceIncrement (969)

type MinQtyField

type MinQtyField struct{ quickfix.FIXDecimal }

MinQtyField is a QTY field

func NewMinQty

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

NewMinQty returns a new MinQtyField initialized with val and scale

func (MinQtyField) Tag

func (f MinQtyField) Tag() quickfix.Tag

Tag returns tag.MinQty (110)

type MinTradeVolField

type MinTradeVolField struct{ quickfix.FIXDecimal }

MinTradeVolField is a QTY field

func NewMinTradeVol

func NewMinTradeVol(val decimal.Decimal, scale int32) MinTradeVolField

NewMinTradeVol returns a new MinTradeVolField initialized with val and scale

func (MinTradeVolField) Tag

func (f MinTradeVolField) Tag() quickfix.Tag

Tag returns tag.MinTradeVol (562)

type MiscFeeAmtField

type MiscFeeAmtField struct{ quickfix.FIXDecimal }

MiscFeeAmtField is a AMT field

func NewMiscFeeAmt

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

NewMiscFeeAmt returns a new MiscFeeAmtField initialized with val and scale

func (MiscFeeAmtField) Tag

func (f MiscFeeAmtField) Tag() quickfix.Tag

Tag returns tag.MiscFeeAmt (137)

type MiscFeeBasisField

type MiscFeeBasisField struct{ quickfix.FIXInt }

MiscFeeBasisField is a INT field

func NewMiscFeeBasis

func NewMiscFeeBasis(val int) MiscFeeBasisField

NewMiscFeeBasis returns a new MiscFeeBasisField initialized with val

func (MiscFeeBasisField) Tag

func (f MiscFeeBasisField) Tag() quickfix.Tag

Tag returns tag.MiscFeeBasis (891)

type MiscFeeCurrField

type MiscFeeCurrField struct{ quickfix.FIXString }

MiscFeeCurrField is a CURRENCY field

func NewMiscFeeCurr

func NewMiscFeeCurr(val string) MiscFeeCurrField

NewMiscFeeCurr returns a new MiscFeeCurrField initialized with val

func (MiscFeeCurrField) Tag

func (f MiscFeeCurrField) Tag() quickfix.Tag

Tag returns tag.MiscFeeCurr (138)

type MiscFeeTypeField

type MiscFeeTypeField struct{ quickfix.FIXString }

MiscFeeTypeField is a STRING field

func NewMiscFeeType

func NewMiscFeeType(val string) MiscFeeTypeField

NewMiscFeeType returns a new MiscFeeTypeField initialized with val

func (MiscFeeTypeField) Tag

func (f MiscFeeTypeField) Tag() quickfix.Tag

Tag returns tag.MiscFeeType (139)

type MktBidPxField

type MktBidPxField struct{ quickfix.FIXDecimal }

MktBidPxField is a PRICE field

func NewMktBidPx

func NewMktBidPx(val decimal.Decimal, scale int32) MktBidPxField

NewMktBidPx returns a new MktBidPxField initialized with val and scale

func (MktBidPxField) Tag

func (f MktBidPxField) Tag() quickfix.Tag

Tag returns tag.MktBidPx (645)

type MktOfferPxField

type MktOfferPxField struct{ quickfix.FIXDecimal }

MktOfferPxField is a PRICE field

func NewMktOfferPx

func NewMktOfferPx(val decimal.Decimal, scale int32) MktOfferPxField

NewMktOfferPx returns a new MktOfferPxField initialized with val and scale

func (MktOfferPxField) Tag

func (f MktOfferPxField) Tag() quickfix.Tag

Tag returns tag.MktOfferPx (646)

type ModelTypeField

type ModelTypeField struct{ quickfix.FIXInt }

ModelTypeField is a INT field

func NewModelType

func NewModelType(val int) ModelTypeField

NewModelType returns a new ModelTypeField initialized with val

func (ModelTypeField) Tag

func (f ModelTypeField) Tag() quickfix.Tag

Tag returns tag.ModelType (1434)

type MoneyLaunderingStatusField

type MoneyLaunderingStatusField struct{ quickfix.FIXString }

MoneyLaunderingStatusField is a CHAR field

func NewMoneyLaunderingStatus

func NewMoneyLaunderingStatus(val string) MoneyLaunderingStatusField

NewMoneyLaunderingStatus returns a new MoneyLaunderingStatusField initialized with val

func (MoneyLaunderingStatusField) Tag

Tag returns tag.MoneyLaunderingStatus (481)

type MsgDirectionField

type MsgDirectionField struct{ quickfix.FIXString }

MsgDirectionField is a CHAR field

func NewMsgDirection

func NewMsgDirection(val string) MsgDirectionField

NewMsgDirection returns a new MsgDirectionField initialized with val

func (MsgDirectionField) Tag

func (f MsgDirectionField) Tag() quickfix.Tag

Tag returns tag.MsgDirection (385)

type MsgSeqNumField

type MsgSeqNumField struct{ quickfix.FIXInt }

MsgSeqNumField is a SEQNUM field

func NewMsgSeqNum

func NewMsgSeqNum(val int) MsgSeqNumField

NewMsgSeqNum returns a new MsgSeqNumField initialized with val

func (MsgSeqNumField) Tag

func (f MsgSeqNumField) Tag() quickfix.Tag

Tag returns tag.MsgSeqNum (34)

type MsgTypeField

type MsgTypeField struct{ quickfix.FIXString }

MsgTypeField is a STRING field

func NewMsgType

func NewMsgType(val string) MsgTypeField

NewMsgType returns a new MsgTypeField initialized with val

func (MsgTypeField) Tag

func (f MsgTypeField) Tag() quickfix.Tag

Tag returns tag.MsgType (35)

type MultiLegReportingTypeField

type MultiLegReportingTypeField struct{ quickfix.FIXString }

MultiLegReportingTypeField is a CHAR field

func NewMultiLegReportingType

func NewMultiLegReportingType(val string) MultiLegReportingTypeField

NewMultiLegReportingType returns a new MultiLegReportingTypeField initialized with val

func (MultiLegReportingTypeField) Tag

Tag returns tag.MultiLegReportingType (442)

type MultiLegRptTypeReqField

type MultiLegRptTypeReqField struct{ quickfix.FIXInt }

MultiLegRptTypeReqField is a INT field

func NewMultiLegRptTypeReq

func NewMultiLegRptTypeReq(val int) MultiLegRptTypeReqField

NewMultiLegRptTypeReq returns a new MultiLegRptTypeReqField initialized with val

func (MultiLegRptTypeReqField) Tag

Tag returns tag.MultiLegRptTypeReq (563)

type MultilegModelField

type MultilegModelField struct{ quickfix.FIXInt }

MultilegModelField is a INT field

func NewMultilegModel

func NewMultilegModel(val int) MultilegModelField

NewMultilegModel returns a new MultilegModelField initialized with val

func (MultilegModelField) Tag

Tag returns tag.MultilegModel (1377)

type MultilegPriceMethodField

type MultilegPriceMethodField struct{ quickfix.FIXInt }

MultilegPriceMethodField is a INT field

func NewMultilegPriceMethod

func NewMultilegPriceMethod(val int) MultilegPriceMethodField

NewMultilegPriceMethod returns a new MultilegPriceMethodField initialized with val

func (MultilegPriceMethodField) Tag

Tag returns tag.MultilegPriceMethod (1378)

type NTPositionLimitField

type NTPositionLimitField struct{ quickfix.FIXInt }

NTPositionLimitField is a INT field

func NewNTPositionLimit

func NewNTPositionLimit(val int) NTPositionLimitField

NewNTPositionLimit returns a new NTPositionLimitField initialized with val

func (NTPositionLimitField) Tag

Tag returns tag.NTPositionLimit (971)

type Nested2PartyIDField

type Nested2PartyIDField struct{ quickfix.FIXString }

Nested2PartyIDField is a STRING field

func NewNested2PartyID

func NewNested2PartyID(val string) Nested2PartyIDField

NewNested2PartyID returns a new Nested2PartyIDField initialized with val

func (Nested2PartyIDField) Tag

Tag returns tag.Nested2PartyID (757)

type Nested2PartyIDSourceField

type Nested2PartyIDSourceField struct{ quickfix.FIXString }

Nested2PartyIDSourceField is a CHAR field

func NewNested2PartyIDSource

func NewNested2PartyIDSource(val string) Nested2PartyIDSourceField

NewNested2PartyIDSource returns a new Nested2PartyIDSourceField initialized with val

func (Nested2PartyIDSourceField) Tag

Tag returns tag.Nested2PartyIDSource (758)

type Nested2PartyRoleField

type Nested2PartyRoleField struct{ quickfix.FIXInt }

Nested2PartyRoleField is a INT field

func NewNested2PartyRole

func NewNested2PartyRole(val int) Nested2PartyRoleField

NewNested2PartyRole returns a new Nested2PartyRoleField initialized with val

func (Nested2PartyRoleField) Tag

Tag returns tag.Nested2PartyRole (759)

type Nested2PartySubIDField

type Nested2PartySubIDField struct{ quickfix.FIXString }

Nested2PartySubIDField is a STRING field

func NewNested2PartySubID

func NewNested2PartySubID(val string) Nested2PartySubIDField

NewNested2PartySubID returns a new Nested2PartySubIDField initialized with val

func (Nested2PartySubIDField) Tag

Tag returns tag.Nested2PartySubID (760)

type Nested2PartySubIDTypeField

type Nested2PartySubIDTypeField struct{ quickfix.FIXInt }

Nested2PartySubIDTypeField is a INT field

func NewNested2PartySubIDType

func NewNested2PartySubIDType(val int) Nested2PartySubIDTypeField

NewNested2PartySubIDType returns a new Nested2PartySubIDTypeField initialized with val

func (Nested2PartySubIDTypeField) Tag

Tag returns tag.Nested2PartySubIDType (807)

type Nested3PartyIDField

type Nested3PartyIDField struct{ quickfix.FIXString }

Nested3PartyIDField is a STRING field

func NewNested3PartyID

func NewNested3PartyID(val string) Nested3PartyIDField

NewNested3PartyID returns a new Nested3PartyIDField initialized with val

func (Nested3PartyIDField) Tag

Tag returns tag.Nested3PartyID (949)

type Nested3PartyIDSourceField

type Nested3PartyIDSourceField struct{ quickfix.FIXString }

Nested3PartyIDSourceField is a CHAR field

func NewNested3PartyIDSource

func NewNested3PartyIDSource(val string) Nested3PartyIDSourceField

NewNested3PartyIDSource returns a new Nested3PartyIDSourceField initialized with val

func (Nested3PartyIDSourceField) Tag

Tag returns tag.Nested3PartyIDSource (950)

type Nested3PartyRoleField

type Nested3PartyRoleField struct{ quickfix.FIXInt }

Nested3PartyRoleField is a INT field

func NewNested3PartyRole

func NewNested3PartyRole(val int) Nested3PartyRoleField

NewNested3PartyRole returns a new Nested3PartyRoleField initialized with val

func (Nested3PartyRoleField) Tag

Tag returns tag.Nested3PartyRole (951)

type Nested3PartySubIDField

type Nested3PartySubIDField struct{ quickfix.FIXString }

Nested3PartySubIDField is a STRING field

func NewNested3PartySubID

func NewNested3PartySubID(val string) Nested3PartySubIDField

NewNested3PartySubID returns a new Nested3PartySubIDField initialized with val

func (Nested3PartySubIDField) Tag

Tag returns tag.Nested3PartySubID (953)

type Nested3PartySubIDTypeField

type Nested3PartySubIDTypeField struct{ quickfix.FIXInt }

Nested3PartySubIDTypeField is a INT field

func NewNested3PartySubIDType

func NewNested3PartySubIDType(val int) Nested3PartySubIDTypeField

NewNested3PartySubIDType returns a new Nested3PartySubIDTypeField initialized with val

func (Nested3PartySubIDTypeField) Tag

Tag returns tag.Nested3PartySubIDType (954)

type Nested4PartyIDField

type Nested4PartyIDField struct{ quickfix.FIXString }

Nested4PartyIDField is a STRING field

func NewNested4PartyID

func NewNested4PartyID(val string) Nested4PartyIDField

NewNested4PartyID returns a new Nested4PartyIDField initialized with val

func (Nested4PartyIDField) Tag

Tag returns tag.Nested4PartyID (1415)

type Nested4PartyIDSourceField

type Nested4PartyIDSourceField struct{ quickfix.FIXString }

Nested4PartyIDSourceField is a CHAR field

func NewNested4PartyIDSource

func NewNested4PartyIDSource(val string) Nested4PartyIDSourceField

NewNested4PartyIDSource returns a new Nested4PartyIDSourceField initialized with val

func (Nested4PartyIDSourceField) Tag

Tag returns tag.Nested4PartyIDSource (1416)

type Nested4PartyRoleField

type Nested4PartyRoleField struct{ quickfix.FIXInt }

Nested4PartyRoleField is a INT field

func NewNested4PartyRole

func NewNested4PartyRole(val int) Nested4PartyRoleField

NewNested4PartyRole returns a new Nested4PartyRoleField initialized with val

func (Nested4PartyRoleField) Tag

Tag returns tag.Nested4PartyRole (1417)

type Nested4PartySubIDField

type Nested4PartySubIDField struct{ quickfix.FIXString }

Nested4PartySubIDField is a STRING field

func NewNested4PartySubID

func NewNested4PartySubID(val string) Nested4PartySubIDField

NewNested4PartySubID returns a new Nested4PartySubIDField initialized with val

func (Nested4PartySubIDField) Tag

Tag returns tag.Nested4PartySubID (1412)

type Nested4PartySubIDTypeField

type Nested4PartySubIDTypeField struct{ quickfix.FIXInt }

Nested4PartySubIDTypeField is a INT field

func NewNested4PartySubIDType

func NewNested4PartySubIDType(val int) Nested4PartySubIDTypeField

NewNested4PartySubIDType returns a new Nested4PartySubIDTypeField initialized with val

func (Nested4PartySubIDTypeField) Tag

Tag returns tag.Nested4PartySubIDType (1411)

type NestedInstrAttribTypeField

type NestedInstrAttribTypeField struct{ quickfix.FIXInt }

NestedInstrAttribTypeField is a INT field

func NewNestedInstrAttribType

func NewNestedInstrAttribType(val int) NestedInstrAttribTypeField

NewNestedInstrAttribType returns a new NestedInstrAttribTypeField initialized with val

func (NestedInstrAttribTypeField) Tag

Tag returns tag.NestedInstrAttribType (1210)

type NestedInstrAttribValueField

type NestedInstrAttribValueField struct{ quickfix.FIXString }

NestedInstrAttribValueField is a STRING field

func NewNestedInstrAttribValue

func NewNestedInstrAttribValue(val string) NestedInstrAttribValueField

NewNestedInstrAttribValue returns a new NestedInstrAttribValueField initialized with val

func (NestedInstrAttribValueField) Tag

Tag returns tag.NestedInstrAttribValue (1211)

type NestedPartyIDField

type NestedPartyIDField struct{ quickfix.FIXString }

NestedPartyIDField is a STRING field

func NewNestedPartyID

func NewNestedPartyID(val string) NestedPartyIDField

NewNestedPartyID returns a new NestedPartyIDField initialized with val

func (NestedPartyIDField) Tag

Tag returns tag.NestedPartyID (524)

type NestedPartyIDSourceField

type NestedPartyIDSourceField struct{ quickfix.FIXString }

NestedPartyIDSourceField is a CHAR field

func NewNestedPartyIDSource

func NewNestedPartyIDSource(val string) NestedPartyIDSourceField

NewNestedPartyIDSource returns a new NestedPartyIDSourceField initialized with val

func (NestedPartyIDSourceField) Tag

Tag returns tag.NestedPartyIDSource (525)

type NestedPartyRoleField

type NestedPartyRoleField struct{ quickfix.FIXInt }

NestedPartyRoleField is a INT field

func NewNestedPartyRole

func NewNestedPartyRole(val int) NestedPartyRoleField

NewNestedPartyRole returns a new NestedPartyRoleField initialized with val

func (NestedPartyRoleField) Tag

Tag returns tag.NestedPartyRole (538)

type NestedPartySubIDField

type NestedPartySubIDField struct{ quickfix.FIXString }

NestedPartySubIDField is a STRING field

func NewNestedPartySubID

func NewNestedPartySubID(val string) NestedPartySubIDField

NewNestedPartySubID returns a new NestedPartySubIDField initialized with val

func (NestedPartySubIDField) Tag

Tag returns tag.NestedPartySubID (545)

type NestedPartySubIDTypeField

type NestedPartySubIDTypeField struct{ quickfix.FIXInt }

NestedPartySubIDTypeField is a INT field

func NewNestedPartySubIDType

func NewNestedPartySubIDType(val int) NestedPartySubIDTypeField

NewNestedPartySubIDType returns a new NestedPartySubIDTypeField initialized with val

func (NestedPartySubIDTypeField) Tag

Tag returns tag.NestedPartySubIDType (805)

type NetChgPrevDayField

type NetChgPrevDayField struct{ quickfix.FIXDecimal }

NetChgPrevDayField is a PRICEOFFSET field

func NewNetChgPrevDay

func NewNetChgPrevDay(val decimal.Decimal, scale int32) NetChgPrevDayField

NewNetChgPrevDay returns a new NetChgPrevDayField initialized with val and scale

func (NetChgPrevDayField) Tag

Tag returns tag.NetChgPrevDay (451)

type NetGrossIndField

type NetGrossIndField struct{ quickfix.FIXInt }

NetGrossIndField is a INT field

func NewNetGrossInd

func NewNetGrossInd(val int) NetGrossIndField

NewNetGrossInd returns a new NetGrossIndField initialized with val

func (NetGrossIndField) Tag

func (f NetGrossIndField) Tag() quickfix.Tag

Tag returns tag.NetGrossInd (430)

type NetMoneyField

type NetMoneyField struct{ quickfix.FIXDecimal }

NetMoneyField is a AMT field

func NewNetMoney

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

NewNetMoney returns a new NetMoneyField initialized with val and scale

func (NetMoneyField) Tag

func (f NetMoneyField) Tag() quickfix.Tag

Tag returns tag.NetMoney (118)

type NetworkRequestIDField

type NetworkRequestIDField struct{ quickfix.FIXString }

NetworkRequestIDField is a STRING field

func NewNetworkRequestID

func NewNetworkRequestID(val string) NetworkRequestIDField

NewNetworkRequestID returns a new NetworkRequestIDField initialized with val

func (NetworkRequestIDField) Tag

Tag returns tag.NetworkRequestID (933)

type NetworkRequestTypeField

type NetworkRequestTypeField struct{ quickfix.FIXInt }

NetworkRequestTypeField is a INT field

func NewNetworkRequestType

func NewNetworkRequestType(val int) NetworkRequestTypeField

NewNetworkRequestType returns a new NetworkRequestTypeField initialized with val

func (NetworkRequestTypeField) Tag

Tag returns tag.NetworkRequestType (935)

type NetworkResponseIDField

type NetworkResponseIDField struct{ quickfix.FIXString }

NetworkResponseIDField is a STRING field

func NewNetworkResponseID

func NewNetworkResponseID(val string) NetworkResponseIDField

NewNetworkResponseID returns a new NetworkResponseIDField initialized with val

func (NetworkResponseIDField) Tag

Tag returns tag.NetworkResponseID (932)

type NetworkStatusResponseTypeField

type NetworkStatusResponseTypeField struct{ quickfix.FIXInt }

NetworkStatusResponseTypeField is a INT field

func NewNetworkStatusResponseType

func NewNetworkStatusResponseType(val int) NetworkStatusResponseTypeField

NewNetworkStatusResponseType returns a new NetworkStatusResponseTypeField initialized with val

func (NetworkStatusResponseTypeField) Tag

Tag returns tag.NetworkStatusResponseType (937)

type NewPasswordField

type NewPasswordField struct{ quickfix.FIXString }

NewPasswordField is a STRING field

func NewNewPassword

func NewNewPassword(val string) NewPasswordField

NewNewPassword returns a new NewPasswordField initialized with val

func (NewPasswordField) Tag

func (f NewPasswordField) Tag() quickfix.Tag

Tag returns tag.NewPassword (925)

type NewSeqNoField

type NewSeqNoField struct{ quickfix.FIXInt }

NewSeqNoField is a SEQNUM field

func NewNewSeqNo

func NewNewSeqNo(val int) NewSeqNoField

NewNewSeqNo returns a new NewSeqNoField initialized with val

func (NewSeqNoField) Tag

func (f NewSeqNoField) Tag() quickfix.Tag

Tag returns tag.NewSeqNo (36)

type NewsCategoryField

type NewsCategoryField struct{ quickfix.FIXInt }

NewsCategoryField is a INT field

func NewNewsCategory

func NewNewsCategory(val int) NewsCategoryField

NewNewsCategory returns a new NewsCategoryField initialized with val

func (NewsCategoryField) Tag

func (f NewsCategoryField) Tag() quickfix.Tag

Tag returns tag.NewsCategory (1473)

type NewsIDField

type NewsIDField struct{ quickfix.FIXString }

NewsIDField is a STRING field

func NewNewsID

func NewNewsID(val string) NewsIDField

NewNewsID returns a new NewsIDField initialized with val

func (NewsIDField) Tag

func (f NewsIDField) Tag() quickfix.Tag

Tag returns tag.NewsID (1472)

type NewsRefIDField

type NewsRefIDField struct{ quickfix.FIXString }

NewsRefIDField is a STRING field

func NewNewsRefID

func NewNewsRefID(val string) NewsRefIDField

NewNewsRefID returns a new NewsRefIDField initialized with val

func (NewsRefIDField) Tag

func (f NewsRefIDField) Tag() quickfix.Tag

Tag returns tag.NewsRefID (1476)

type NewsRefTypeField

type NewsRefTypeField struct{ quickfix.FIXInt }

NewsRefTypeField is a INT field

func NewNewsRefType

func NewNewsRefType(val int) NewsRefTypeField

NewNewsRefType returns a new NewsRefTypeField initialized with val

func (NewsRefTypeField) Tag

func (f NewsRefTypeField) Tag() quickfix.Tag

Tag returns tag.NewsRefType (1477)

type NextExpectedMsgSeqNumField

type NextExpectedMsgSeqNumField struct{ quickfix.FIXInt }

NextExpectedMsgSeqNumField is a SEQNUM field

func NewNextExpectedMsgSeqNum

func NewNextExpectedMsgSeqNum(val int) NextExpectedMsgSeqNumField

NewNextExpectedMsgSeqNum returns a new NextExpectedMsgSeqNumField initialized with val

func (NextExpectedMsgSeqNumField) Tag

Tag returns tag.NextExpectedMsgSeqNum (789)

type NoAffectedOrdersField

type NoAffectedOrdersField struct{ quickfix.FIXInt }

NoAffectedOrdersField is a NUMINGROUP field

func NewNoAffectedOrders

func NewNoAffectedOrders(val int) NoAffectedOrdersField

NewNoAffectedOrders returns a new NoAffectedOrdersField initialized with val

func (NoAffectedOrdersField) Tag

Tag returns tag.NoAffectedOrders (534)

type NoAllocsField

type NoAllocsField struct{ quickfix.FIXInt }

NoAllocsField is a NUMINGROUP field

func NewNoAllocs

func NewNoAllocs(val int) NoAllocsField

NewNoAllocs returns a new NoAllocsField initialized with val

func (NoAllocsField) Tag

func (f NoAllocsField) Tag() quickfix.Tag

Tag returns tag.NoAllocs (78)

type NoAltMDSourceField

type NoAltMDSourceField struct{ quickfix.FIXInt }

NoAltMDSourceField is a NUMINGROUP field

func NewNoAltMDSource

func NewNoAltMDSource(val int) NoAltMDSourceField

NewNoAltMDSource returns a new NoAltMDSourceField initialized with val

func (NoAltMDSourceField) Tag

Tag returns tag.NoAltMDSource (816)

type NoApplIDsField

type NoApplIDsField struct{ quickfix.FIXInt }

NoApplIDsField is a NUMINGROUP field

func NewNoApplIDs

func NewNoApplIDs(val int) NoApplIDsField

NewNoApplIDs returns a new NoApplIDsField initialized with val

func (NoApplIDsField) Tag

func (f NoApplIDsField) Tag() quickfix.Tag

Tag returns tag.NoApplIDs (1351)

type NoAsgnReqsField

type NoAsgnReqsField struct{ quickfix.FIXInt }

NoAsgnReqsField is a NUMINGROUP field

func NewNoAsgnReqs

func NewNoAsgnReqs(val int) NoAsgnReqsField

NewNoAsgnReqs returns a new NoAsgnReqsField initialized with val

func (NoAsgnReqsField) Tag

func (f NoAsgnReqsField) Tag() quickfix.Tag

Tag returns tag.NoAsgnReqs (1499)

type NoBidComponentsField

type NoBidComponentsField struct{ quickfix.FIXInt }

NoBidComponentsField is a NUMINGROUP field

func NewNoBidComponents

func NewNoBidComponents(val int) NoBidComponentsField

NewNoBidComponents returns a new NoBidComponentsField initialized with val

func (NoBidComponentsField) Tag

Tag returns tag.NoBidComponents (420)

type NoBidDescriptorsField

type NoBidDescriptorsField struct{ quickfix.FIXInt }

NoBidDescriptorsField is a NUMINGROUP field

func NewNoBidDescriptors

func NewNoBidDescriptors(val int) NoBidDescriptorsField

NewNoBidDescriptors returns a new NoBidDescriptorsField initialized with val

func (NoBidDescriptorsField) Tag

Tag returns tag.NoBidDescriptors (398)

type NoCapacitiesField

type NoCapacitiesField struct{ quickfix.FIXInt }

NoCapacitiesField is a NUMINGROUP field

func NewNoCapacities

func NewNoCapacities(val int) NoCapacitiesField

NewNoCapacities returns a new NoCapacitiesField initialized with val

func (NoCapacitiesField) Tag

func (f NoCapacitiesField) Tag() quickfix.Tag

Tag returns tag.NoCapacities (862)

type NoClearingInstructionsField

type NoClearingInstructionsField struct{ quickfix.FIXInt }

NoClearingInstructionsField is a NUMINGROUP field

func NewNoClearingInstructions

func NewNoClearingInstructions(val int) NoClearingInstructionsField

NewNoClearingInstructions returns a new NoClearingInstructionsField initialized with val

func (NoClearingInstructionsField) Tag

Tag returns tag.NoClearingInstructions (576)

type NoCollInquiryQualifierField

type NoCollInquiryQualifierField struct{ quickfix.FIXInt }

NoCollInquiryQualifierField is a NUMINGROUP field

func NewNoCollInquiryQualifier

func NewNoCollInquiryQualifier(val int) NoCollInquiryQualifierField

NewNoCollInquiryQualifier returns a new NoCollInquiryQualifierField initialized with val

func (NoCollInquiryQualifierField) Tag

Tag returns tag.NoCollInquiryQualifier (938)

type NoCompIDsField

type NoCompIDsField struct{ quickfix.FIXInt }

NoCompIDsField is a NUMINGROUP field

func NewNoCompIDs

func NewNoCompIDs(val int) NoCompIDsField

NewNoCompIDs returns a new NoCompIDsField initialized with val

func (NoCompIDsField) Tag

func (f NoCompIDsField) Tag() quickfix.Tag

Tag returns tag.NoCompIDs (936)

type NoComplexEventDatesField

type NoComplexEventDatesField struct{ quickfix.FIXInt }

NoComplexEventDatesField is a NUMINGROUP field

func NewNoComplexEventDates

func NewNoComplexEventDates(val int) NoComplexEventDatesField

NewNoComplexEventDates returns a new NoComplexEventDatesField initialized with val

func (NoComplexEventDatesField) Tag

Tag returns tag.NoComplexEventDates (1491)

type NoComplexEventTimesField

type NoComplexEventTimesField struct{ quickfix.FIXInt }

NoComplexEventTimesField is a NUMINGROUP field

func NewNoComplexEventTimes

func NewNoComplexEventTimes(val int) NoComplexEventTimesField

NewNoComplexEventTimes returns a new NoComplexEventTimesField initialized with val

func (NoComplexEventTimesField) Tag

Tag returns tag.NoComplexEventTimes (1494)

type NoComplexEventsField

type NoComplexEventsField struct{ quickfix.FIXInt }

NoComplexEventsField is a NUMINGROUP field

func NewNoComplexEvents

func NewNoComplexEvents(val int) NoComplexEventsField

NewNoComplexEvents returns a new NoComplexEventsField initialized with val

func (NoComplexEventsField) Tag

Tag returns tag.NoComplexEvents (1483)

type NoContAmtsField

type NoContAmtsField struct{ quickfix.FIXInt }

NoContAmtsField is a NUMINGROUP field

func NewNoContAmts

func NewNoContAmts(val int) NoContAmtsField

NewNoContAmts returns a new NoContAmtsField initialized with val

func (NoContAmtsField) Tag

func (f NoContAmtsField) Tag() quickfix.Tag

Tag returns tag.NoContAmts (518)

type NoContextPartyIDsField

type NoContextPartyIDsField struct{ quickfix.FIXInt }

NoContextPartyIDsField is a NUMINGROUP field

func NewNoContextPartyIDs

func NewNoContextPartyIDs(val int) NoContextPartyIDsField

NewNoContextPartyIDs returns a new NoContextPartyIDsField initialized with val

func (NoContextPartyIDsField) Tag

Tag returns tag.NoContextPartyIDs (1522)

type NoContextPartySubIDsField

type NoContextPartySubIDsField struct{ quickfix.FIXInt }

NoContextPartySubIDsField is a NUMINGROUP field

func NewNoContextPartySubIDs

func NewNoContextPartySubIDs(val int) NoContextPartySubIDsField

NewNoContextPartySubIDs returns a new NoContextPartySubIDsField initialized with val

func (NoContextPartySubIDsField) Tag

Tag returns tag.NoContextPartySubIDs (1526)

type NoContraBrokersField

type NoContraBrokersField struct{ quickfix.FIXInt }

NoContraBrokersField is a NUMINGROUP field

func NewNoContraBrokers

func NewNoContraBrokers(val int) NoContraBrokersField

NewNoContraBrokers returns a new NoContraBrokersField initialized with val

func (NoContraBrokersField) Tag

Tag returns tag.NoContraBrokers (382)

type NoDatesField

type NoDatesField struct{ quickfix.FIXInt }

NoDatesField is a INT field

func NewNoDates

func NewNoDates(val int) NoDatesField

NewNoDates returns a new NoDatesField initialized with val

func (NoDatesField) Tag

func (f NoDatesField) Tag() quickfix.Tag

Tag returns tag.NoDates (580)

type NoDerivativeEventsField

type NoDerivativeEventsField struct{ quickfix.FIXInt }

NoDerivativeEventsField is a NUMINGROUP field

func NewNoDerivativeEvents

func NewNoDerivativeEvents(val int) NoDerivativeEventsField

NewNoDerivativeEvents returns a new NoDerivativeEventsField initialized with val

func (NoDerivativeEventsField) Tag

Tag returns tag.NoDerivativeEvents (1286)

type NoDerivativeInstrAttribField

type NoDerivativeInstrAttribField struct{ quickfix.FIXInt }

NoDerivativeInstrAttribField is a NUMINGROUP field

func NewNoDerivativeInstrAttrib

func NewNoDerivativeInstrAttrib(val int) NoDerivativeInstrAttribField

NewNoDerivativeInstrAttrib returns a new NoDerivativeInstrAttribField initialized with val

func (NoDerivativeInstrAttribField) Tag

Tag returns tag.NoDerivativeInstrAttrib (1311)

type NoDerivativeInstrumentPartiesField

type NoDerivativeInstrumentPartiesField struct{ quickfix.FIXInt }

NoDerivativeInstrumentPartiesField is a NUMINGROUP field

func NewNoDerivativeInstrumentParties

func NewNoDerivativeInstrumentParties(val int) NoDerivativeInstrumentPartiesField

NewNoDerivativeInstrumentParties returns a new NoDerivativeInstrumentPartiesField initialized with val

func (NoDerivativeInstrumentPartiesField) Tag

Tag returns tag.NoDerivativeInstrumentParties (1292)

type NoDerivativeInstrumentPartySubIDsField

type NoDerivativeInstrumentPartySubIDsField struct{ quickfix.FIXInt }

NoDerivativeInstrumentPartySubIDsField is a NUMINGROUP field

func NewNoDerivativeInstrumentPartySubIDs

func NewNoDerivativeInstrumentPartySubIDs(val int) NoDerivativeInstrumentPartySubIDsField

NewNoDerivativeInstrumentPartySubIDs returns a new NoDerivativeInstrumentPartySubIDsField initialized with val

func (NoDerivativeInstrumentPartySubIDsField) Tag

Tag returns tag.NoDerivativeInstrumentPartySubIDs (1296)

type NoDerivativeSecurityAltIDField

type NoDerivativeSecurityAltIDField struct{ quickfix.FIXInt }

NoDerivativeSecurityAltIDField is a NUMINGROUP field

func NewNoDerivativeSecurityAltID

func NewNoDerivativeSecurityAltID(val int) NoDerivativeSecurityAltIDField

NewNoDerivativeSecurityAltID returns a new NoDerivativeSecurityAltIDField initialized with val

func (NoDerivativeSecurityAltIDField) Tag

Tag returns tag.NoDerivativeSecurityAltID (1218)

type NoDistribInstsField

type NoDistribInstsField struct{ quickfix.FIXInt }

NoDistribInstsField is a NUMINGROUP field

func NewNoDistribInsts

func NewNoDistribInsts(val int) NoDistribInstsField

NewNoDistribInsts returns a new NoDistribInstsField initialized with val

func (NoDistribInstsField) Tag

Tag returns tag.NoDistribInsts (510)

type NoDlvyInstField

type NoDlvyInstField struct{ quickfix.FIXInt }

NoDlvyInstField is a NUMINGROUP field

func NewNoDlvyInst

func NewNoDlvyInst(val int) NoDlvyInstField

NewNoDlvyInst returns a new NoDlvyInstField initialized with val

func (NoDlvyInstField) Tag

func (f NoDlvyInstField) Tag() quickfix.Tag

Tag returns tag.NoDlvyInst (85)

type NoEventsField

type NoEventsField struct{ quickfix.FIXInt }

NoEventsField is a NUMINGROUP field

func NewNoEvents

func NewNoEvents(val int) NoEventsField

NewNoEvents returns a new NoEventsField initialized with val

func (NoEventsField) Tag

func (f NoEventsField) Tag() quickfix.Tag

Tag returns tag.NoEvents (864)

type NoExecInstRulesField

type NoExecInstRulesField struct{ quickfix.FIXInt }

NoExecInstRulesField is a NUMINGROUP field

func NewNoExecInstRules

func NewNoExecInstRules(val int) NoExecInstRulesField

NewNoExecInstRules returns a new NoExecInstRulesField initialized with val

func (NoExecInstRulesField) Tag

Tag returns tag.NoExecInstRules (1232)

type NoExecsField

type NoExecsField struct{ quickfix.FIXInt }

NoExecsField is a NUMINGROUP field

func NewNoExecs

func NewNoExecs(val int) NoExecsField

NewNoExecs returns a new NoExecsField initialized with val

func (NoExecsField) Tag

func (f NoExecsField) Tag() quickfix.Tag

Tag returns tag.NoExecs (124)

type NoExpirationField

type NoExpirationField struct{ quickfix.FIXInt }

NoExpirationField is a NUMINGROUP field

func NewNoExpiration

func NewNoExpiration(val int) NoExpirationField

NewNoExpiration returns a new NoExpirationField initialized with val

func (NoExpirationField) Tag

func (f NoExpirationField) Tag() quickfix.Tag

Tag returns tag.NoExpiration (981)

type NoFillsField

type NoFillsField struct{ quickfix.FIXInt }

NoFillsField is a NUMINGROUP field

func NewNoFills

func NewNoFills(val int) NoFillsField

NewNoFills returns a new NoFillsField initialized with val

func (NoFillsField) Tag

func (f NoFillsField) Tag() quickfix.Tag

Tag returns tag.NoFills (1362)

type NoHopsField

type NoHopsField struct{ quickfix.FIXInt }

NoHopsField is a NUMINGROUP field

func NewNoHops

func NewNoHops(val int) NoHopsField

NewNoHops returns a new NoHopsField initialized with val

func (NoHopsField) Tag

func (f NoHopsField) Tag() quickfix.Tag

Tag returns tag.NoHops (627)

type NoIOIQualifiersField

type NoIOIQualifiersField struct{ quickfix.FIXInt }

NoIOIQualifiersField is a NUMINGROUP field

func NewNoIOIQualifiers

func NewNoIOIQualifiers(val int) NoIOIQualifiersField

NewNoIOIQualifiers returns a new NoIOIQualifiersField initialized with val

func (NoIOIQualifiersField) Tag

Tag returns tag.NoIOIQualifiers (199)

type NoInstrAttribField

type NoInstrAttribField struct{ quickfix.FIXInt }

NoInstrAttribField is a NUMINGROUP field

func NewNoInstrAttrib

func NewNoInstrAttrib(val int) NoInstrAttribField

NewNoInstrAttrib returns a new NoInstrAttribField initialized with val

func (NoInstrAttribField) Tag

Tag returns tag.NoInstrAttrib (870)

type NoInstrumentPartiesField

type NoInstrumentPartiesField struct{ quickfix.FIXInt }

NoInstrumentPartiesField is a NUMINGROUP field

func NewNoInstrumentParties

func NewNoInstrumentParties(val int) NoInstrumentPartiesField

NewNoInstrumentParties returns a new NoInstrumentPartiesField initialized with val

func (NoInstrumentPartiesField) Tag

Tag returns tag.NoInstrumentParties (1018)

type NoInstrumentPartySubIDsField

type NoInstrumentPartySubIDsField struct{ quickfix.FIXInt }

NoInstrumentPartySubIDsField is a NUMINGROUP field

func NewNoInstrumentPartySubIDs

func NewNoInstrumentPartySubIDs(val int) NoInstrumentPartySubIDsField

NewNoInstrumentPartySubIDs returns a new NoInstrumentPartySubIDsField initialized with val

func (NoInstrumentPartySubIDsField) Tag

Tag returns tag.NoInstrumentPartySubIDs (1052)

type NoLegAllocsField

type NoLegAllocsField struct{ quickfix.FIXInt }

NoLegAllocsField is a NUMINGROUP field

func NewNoLegAllocs

func NewNoLegAllocs(val int) NoLegAllocsField

NewNoLegAllocs returns a new NoLegAllocsField initialized with val

func (NoLegAllocsField) Tag

func (f NoLegAllocsField) Tag() quickfix.Tag

Tag returns tag.NoLegAllocs (670)

type NoLegSecurityAltIDField

type NoLegSecurityAltIDField struct{ quickfix.FIXString }

NoLegSecurityAltIDField is a STRING field

func NewNoLegSecurityAltID

func NewNoLegSecurityAltID(val string) NoLegSecurityAltIDField

NewNoLegSecurityAltID returns a new NoLegSecurityAltIDField initialized with val

func (NoLegSecurityAltIDField) Tag

Tag returns tag.NoLegSecurityAltID (604)

type NoLegStipulationsField

type NoLegStipulationsField struct{ quickfix.FIXInt }

NoLegStipulationsField is a NUMINGROUP field

func NewNoLegStipulations

func NewNoLegStipulations(val int) NoLegStipulationsField

NewNoLegStipulations returns a new NoLegStipulationsField initialized with val

func (NoLegStipulationsField) Tag

Tag returns tag.NoLegStipulations (683)

type NoLegsField

type NoLegsField struct{ quickfix.FIXInt }

NoLegsField is a NUMINGROUP field

func NewNoLegs

func NewNoLegs(val int) NoLegsField

NewNoLegs returns a new NoLegsField initialized with val

func (NoLegsField) Tag

func (f NoLegsField) Tag() quickfix.Tag

Tag returns tag.NoLegs (555)

type NoLinesOfTextField

type NoLinesOfTextField struct{ quickfix.FIXInt }

NoLinesOfTextField is a NUMINGROUP field

func NewNoLinesOfText

func NewNoLinesOfText(val int) NoLinesOfTextField

NewNoLinesOfText returns a new NoLinesOfTextField initialized with val

func (NoLinesOfTextField) Tag

Tag returns tag.NoLinesOfText (33)

type NoLotTypeRulesField

type NoLotTypeRulesField struct{ quickfix.FIXInt }

NoLotTypeRulesField is a NUMINGROUP field

func NewNoLotTypeRules

func NewNoLotTypeRules(val int) NoLotTypeRulesField

NewNoLotTypeRules returns a new NoLotTypeRulesField initialized with val

func (NoLotTypeRulesField) Tag

Tag returns tag.NoLotTypeRules (1234)

type NoMDEntriesField

type NoMDEntriesField struct{ quickfix.FIXInt }

NoMDEntriesField is a NUMINGROUP field

func NewNoMDEntries

func NewNoMDEntries(val int) NoMDEntriesField

NewNoMDEntries returns a new NoMDEntriesField initialized with val

func (NoMDEntriesField) Tag

func (f NoMDEntriesField) Tag() quickfix.Tag

Tag returns tag.NoMDEntries (268)

type NoMDEntryTypesField

type NoMDEntryTypesField struct{ quickfix.FIXInt }

NoMDEntryTypesField is a NUMINGROUP field

func NewNoMDEntryTypes

func NewNoMDEntryTypes(val int) NoMDEntryTypesField

NewNoMDEntryTypes returns a new NoMDEntryTypesField initialized with val

func (NoMDEntryTypesField) Tag

Tag returns tag.NoMDEntryTypes (267)

type NoMDFeedTypesField

type NoMDFeedTypesField struct{ quickfix.FIXInt }

NoMDFeedTypesField is a NUMINGROUP field

func NewNoMDFeedTypes

func NewNoMDFeedTypes(val int) NoMDFeedTypesField

NewNoMDFeedTypes returns a new NoMDFeedTypesField initialized with val

func (NoMDFeedTypesField) Tag

Tag returns tag.NoMDFeedTypes (1141)

type NoMarketSegmentsField

type NoMarketSegmentsField struct{ quickfix.FIXInt }

NoMarketSegmentsField is a NUMINGROUP field

func NewNoMarketSegments

func NewNoMarketSegments(val int) NoMarketSegmentsField

NewNoMarketSegments returns a new NoMarketSegmentsField initialized with val

func (NoMarketSegmentsField) Tag

Tag returns tag.NoMarketSegments (1310)

type NoMatchRulesField

type NoMatchRulesField struct{ quickfix.FIXInt }

NoMatchRulesField is a NUMINGROUP field

func NewNoMatchRules

func NewNoMatchRules(val int) NoMatchRulesField

NewNoMatchRules returns a new NoMatchRulesField initialized with val

func (NoMatchRulesField) Tag

func (f NoMatchRulesField) Tag() quickfix.Tag

Tag returns tag.NoMatchRules (1235)

type NoMaturityRulesField

type NoMaturityRulesField struct{ quickfix.FIXInt }

NoMaturityRulesField is a NUMINGROUP field

func NewNoMaturityRules

func NewNoMaturityRules(val int) NoMaturityRulesField

NewNoMaturityRules returns a new NoMaturityRulesField initialized with val

func (NoMaturityRulesField) Tag

Tag returns tag.NoMaturityRules (1236)

type NoMiscFeesField

type NoMiscFeesField struct{ quickfix.FIXInt }

NoMiscFeesField is a NUMINGROUP field

func NewNoMiscFees

func NewNoMiscFees(val int) NoMiscFeesField

NewNoMiscFees returns a new NoMiscFeesField initialized with val

func (NoMiscFeesField) Tag

func (f NoMiscFeesField) Tag() quickfix.Tag

Tag returns tag.NoMiscFees (136)

type NoMsgTypesField

type NoMsgTypesField struct{ quickfix.FIXInt }

NoMsgTypesField is a NUMINGROUP field

func NewNoMsgTypes

func NewNoMsgTypes(val int) NoMsgTypesField

NewNoMsgTypes returns a new NoMsgTypesField initialized with val

func (NoMsgTypesField) Tag

func (f NoMsgTypesField) Tag() quickfix.Tag

Tag returns tag.NoMsgTypes (384)

type NoNested2PartyIDsField

type NoNested2PartyIDsField struct{ quickfix.FIXInt }

NoNested2PartyIDsField is a NUMINGROUP field

func NewNoNested2PartyIDs

func NewNoNested2PartyIDs(val int) NoNested2PartyIDsField

NewNoNested2PartyIDs returns a new NoNested2PartyIDsField initialized with val

func (NoNested2PartyIDsField) Tag

Tag returns tag.NoNested2PartyIDs (756)

type NoNested2PartySubIDsField

type NoNested2PartySubIDsField struct{ quickfix.FIXInt }

NoNested2PartySubIDsField is a NUMINGROUP field

func NewNoNested2PartySubIDs

func NewNoNested2PartySubIDs(val int) NoNested2PartySubIDsField

NewNoNested2PartySubIDs returns a new NoNested2PartySubIDsField initialized with val

func (NoNested2PartySubIDsField) Tag

Tag returns tag.NoNested2PartySubIDs (806)

type NoNested3PartyIDsField

type NoNested3PartyIDsField struct{ quickfix.FIXInt }

NoNested3PartyIDsField is a NUMINGROUP field

func NewNoNested3PartyIDs

func NewNoNested3PartyIDs(val int) NoNested3PartyIDsField

NewNoNested3PartyIDs returns a new NoNested3PartyIDsField initialized with val

func (NoNested3PartyIDsField) Tag

Tag returns tag.NoNested3PartyIDs (948)

type NoNested3PartySubIDsField

type NoNested3PartySubIDsField struct{ quickfix.FIXInt }

NoNested3PartySubIDsField is a NUMINGROUP field

func NewNoNested3PartySubIDs

func NewNoNested3PartySubIDs(val int) NoNested3PartySubIDsField

NewNoNested3PartySubIDs returns a new NoNested3PartySubIDsField initialized with val

func (NoNested3PartySubIDsField) Tag

Tag returns tag.NoNested3PartySubIDs (952)

type NoNested4PartyIDsField

type NoNested4PartyIDsField struct{ quickfix.FIXInt }

NoNested4PartyIDsField is a NUMINGROUP field

func NewNoNested4PartyIDs

func NewNoNested4PartyIDs(val int) NoNested4PartyIDsField

NewNoNested4PartyIDs returns a new NoNested4PartyIDsField initialized with val

func (NoNested4PartyIDsField) Tag

Tag returns tag.NoNested4PartyIDs (1414)

type NoNested4PartySubIDsField

type NoNested4PartySubIDsField struct{ quickfix.FIXInt }

NoNested4PartySubIDsField is a NUMINGROUP field

func NewNoNested4PartySubIDs

func NewNoNested4PartySubIDs(val int) NoNested4PartySubIDsField

NewNoNested4PartySubIDs returns a new NoNested4PartySubIDsField initialized with val

func (NoNested4PartySubIDsField) Tag

Tag returns tag.NoNested4PartySubIDs (1413)

type NoNestedInstrAttribField

type NoNestedInstrAttribField struct{ quickfix.FIXInt }

NoNestedInstrAttribField is a NUMINGROUP field

func NewNoNestedInstrAttrib

func NewNoNestedInstrAttrib(val int) NoNestedInstrAttribField

NewNoNestedInstrAttrib returns a new NoNestedInstrAttribField initialized with val

func (NoNestedInstrAttribField) Tag

Tag returns tag.NoNestedInstrAttrib (1312)

type NoNestedPartyIDsField

type NoNestedPartyIDsField struct{ quickfix.FIXInt }

NoNestedPartyIDsField is a NUMINGROUP field

func NewNoNestedPartyIDs

func NewNoNestedPartyIDs(val int) NoNestedPartyIDsField

NewNoNestedPartyIDs returns a new NoNestedPartyIDsField initialized with val

func (NoNestedPartyIDsField) Tag

Tag returns tag.NoNestedPartyIDs (539)

type NoNestedPartySubIDsField

type NoNestedPartySubIDsField struct{ quickfix.FIXInt }

NoNestedPartySubIDsField is a NUMINGROUP field

func NewNoNestedPartySubIDs

func NewNoNestedPartySubIDs(val int) NoNestedPartySubIDsField

NewNoNestedPartySubIDs returns a new NoNestedPartySubIDsField initialized with val

func (NoNestedPartySubIDsField) Tag

Tag returns tag.NoNestedPartySubIDs (804)

type NoNewsRefIDsField

type NoNewsRefIDsField struct{ quickfix.FIXInt }

NoNewsRefIDsField is a NUMINGROUP field

func NewNoNewsRefIDs

func NewNoNewsRefIDs(val int) NoNewsRefIDsField

NewNoNewsRefIDs returns a new NoNewsRefIDsField initialized with val

func (NoNewsRefIDsField) Tag

func (f NoNewsRefIDsField) Tag() quickfix.Tag

Tag returns tag.NoNewsRefIDs (1475)

type NoNotAffectedOrdersField

type NoNotAffectedOrdersField struct{ quickfix.FIXInt }

NoNotAffectedOrdersField is a NUMINGROUP field

func NewNoNotAffectedOrders

func NewNoNotAffectedOrders(val int) NoNotAffectedOrdersField

NewNoNotAffectedOrders returns a new NoNotAffectedOrdersField initialized with val

func (NoNotAffectedOrdersField) Tag

Tag returns tag.NoNotAffectedOrders (1370)

type NoOfLegUnderlyingsField

type NoOfLegUnderlyingsField struct{ quickfix.FIXInt }

NoOfLegUnderlyingsField is a NUMINGROUP field

func NewNoOfLegUnderlyings

func NewNoOfLegUnderlyings(val int) NoOfLegUnderlyingsField

NewNoOfLegUnderlyings returns a new NoOfLegUnderlyingsField initialized with val

func (NoOfLegUnderlyingsField) Tag

Tag returns tag.NoOfLegUnderlyings (1342)

type NoOfSecSizesField

type NoOfSecSizesField struct{ quickfix.FIXInt }

NoOfSecSizesField is a NUMINGROUP field

func NewNoOfSecSizes

func NewNoOfSecSizes(val int) NoOfSecSizesField

NewNoOfSecSizes returns a new NoOfSecSizesField initialized with val

func (NoOfSecSizesField) Tag

func (f NoOfSecSizesField) Tag() quickfix.Tag

Tag returns tag.NoOfSecSizes (1177)

type NoOrdTypeRulesField

type NoOrdTypeRulesField struct{ quickfix.FIXInt }

NoOrdTypeRulesField is a NUMINGROUP field

func NewNoOrdTypeRules

func NewNoOrdTypeRules(val int) NoOrdTypeRulesField

NewNoOrdTypeRules returns a new NoOrdTypeRulesField initialized with val

func (NoOrdTypeRulesField) Tag

Tag returns tag.NoOrdTypeRules (1237)

type NoOrdersField

type NoOrdersField struct{ quickfix.FIXInt }

NoOrdersField is a NUMINGROUP field

func NewNoOrders

func NewNoOrders(val int) NoOrdersField

NewNoOrders returns a new NoOrdersField initialized with val

func (NoOrdersField) Tag

func (f NoOrdersField) Tag() quickfix.Tag

Tag returns tag.NoOrders (73)

type NoPartyAltIDsField

type NoPartyAltIDsField struct{ quickfix.FIXInt }

NoPartyAltIDsField is a NUMINGROUP field

func NewNoPartyAltIDs

func NewNoPartyAltIDs(val int) NoPartyAltIDsField

NewNoPartyAltIDs returns a new NoPartyAltIDsField initialized with val

func (NoPartyAltIDsField) Tag

Tag returns tag.NoPartyAltIDs (1516)

type NoPartyAltSubIDsField

type NoPartyAltSubIDsField struct{ quickfix.FIXInt }

NoPartyAltSubIDsField is a NUMINGROUP field

func NewNoPartyAltSubIDs

func NewNoPartyAltSubIDs(val int) NoPartyAltSubIDsField

NewNoPartyAltSubIDs returns a new NoPartyAltSubIDsField initialized with val

func (NoPartyAltSubIDsField) Tag

Tag returns tag.NoPartyAltSubIDs (1519)

type NoPartyIDsField

type NoPartyIDsField struct{ quickfix.FIXInt }

NoPartyIDsField is a NUMINGROUP field

func NewNoPartyIDs

func NewNoPartyIDs(val int) NoPartyIDsField

NewNoPartyIDs returns a new NoPartyIDsField initialized with val

func (NoPartyIDsField) Tag

func (f NoPartyIDsField) Tag() quickfix.Tag

Tag returns tag.NoPartyIDs (453)

type NoPartyListField

type NoPartyListField struct{ quickfix.FIXInt }

NoPartyListField is a NUMINGROUP field

func NewNoPartyList

func NewNoPartyList(val int) NoPartyListField

NewNoPartyList returns a new NoPartyListField initialized with val

func (NoPartyListField) Tag

func (f NoPartyListField) Tag() quickfix.Tag

Tag returns tag.NoPartyList (1513)

type NoPartyListResponseTypesField

type NoPartyListResponseTypesField struct{ quickfix.FIXInt }

NoPartyListResponseTypesField is a NUMINGROUP field

func NewNoPartyListResponseTypes

func NewNoPartyListResponseTypes(val int) NoPartyListResponseTypesField

NewNoPartyListResponseTypes returns a new NoPartyListResponseTypesField initialized with val

func (NoPartyListResponseTypesField) Tag

Tag returns tag.NoPartyListResponseTypes (1506)

type NoPartyRelationshipsField

type NoPartyRelationshipsField struct{ quickfix.FIXInt }

NoPartyRelationshipsField is a NUMINGROUP field

func NewNoPartyRelationships

func NewNoPartyRelationships(val int) NoPartyRelationshipsField

NewNoPartyRelationships returns a new NoPartyRelationshipsField initialized with val

func (NoPartyRelationshipsField) Tag

Tag returns tag.NoPartyRelationships (1514)

type NoPartySubIDsField

type NoPartySubIDsField struct{ quickfix.FIXInt }

NoPartySubIDsField is a NUMINGROUP field

func NewNoPartySubIDs

func NewNoPartySubIDs(val int) NoPartySubIDsField

NewNoPartySubIDs returns a new NoPartySubIDsField initialized with val

func (NoPartySubIDsField) Tag

Tag returns tag.NoPartySubIDs (802)

type NoPosAmtField

type NoPosAmtField struct{ quickfix.FIXInt }

NoPosAmtField is a NUMINGROUP field

func NewNoPosAmt

func NewNoPosAmt(val int) NoPosAmtField

NewNoPosAmt returns a new NoPosAmtField initialized with val

func (NoPosAmtField) Tag

func (f NoPosAmtField) Tag() quickfix.Tag

Tag returns tag.NoPosAmt (753)

type NoPositionsField

type NoPositionsField struct{ quickfix.FIXInt }

NoPositionsField is a NUMINGROUP field

func NewNoPositions

func NewNoPositions(val int) NoPositionsField

NewNoPositions returns a new NoPositionsField initialized with val

func (NoPositionsField) Tag

func (f NoPositionsField) Tag() quickfix.Tag

Tag returns tag.NoPositions (702)

type NoQuoteEntriesField

type NoQuoteEntriesField struct{ quickfix.FIXInt }

NoQuoteEntriesField is a NUMINGROUP field

func NewNoQuoteEntries

func NewNoQuoteEntries(val int) NoQuoteEntriesField

NewNoQuoteEntries returns a new NoQuoteEntriesField initialized with val

func (NoQuoteEntriesField) Tag

Tag returns tag.NoQuoteEntries (295)

type NoQuoteQualifiersField

type NoQuoteQualifiersField struct{ quickfix.FIXInt }

NoQuoteQualifiersField is a NUMINGROUP field

func NewNoQuoteQualifiers

func NewNoQuoteQualifiers(val int) NoQuoteQualifiersField

NewNoQuoteQualifiers returns a new NoQuoteQualifiersField initialized with val

func (NoQuoteQualifiersField) Tag

Tag returns tag.NoQuoteQualifiers (735)

type NoQuoteSetsField

type NoQuoteSetsField struct{ quickfix.FIXInt }

NoQuoteSetsField is a NUMINGROUP field

func NewNoQuoteSets

func NewNoQuoteSets(val int) NoQuoteSetsField

NewNoQuoteSets returns a new NoQuoteSetsField initialized with val

func (NoQuoteSetsField) Tag

func (f NoQuoteSetsField) Tag() quickfix.Tag

Tag returns tag.NoQuoteSets (296)

type NoRateSourcesField

type NoRateSourcesField struct{ quickfix.FIXInt }

NoRateSourcesField is a NUMINGROUP field

func NewNoRateSources

func NewNoRateSources(val int) NoRateSourcesField

NewNoRateSources returns a new NoRateSourcesField initialized with val

func (NoRateSourcesField) Tag

Tag returns tag.NoRateSources (1445)

type NoRegistDtlsField

type NoRegistDtlsField struct{ quickfix.FIXInt }

NoRegistDtlsField is a NUMINGROUP field

func NewNoRegistDtls

func NewNoRegistDtls(val int) NoRegistDtlsField

NewNoRegistDtls returns a new NoRegistDtlsField initialized with val

func (NoRegistDtlsField) Tag

func (f NoRegistDtlsField) Tag() quickfix.Tag

Tag returns tag.NoRegistDtls (473)

type NoRelatedContextPartyIDsField

type NoRelatedContextPartyIDsField struct{ quickfix.FIXInt }

NoRelatedContextPartyIDsField is a NUMINGROUP field

func NewNoRelatedContextPartyIDs

func NewNoRelatedContextPartyIDs(val int) NoRelatedContextPartyIDsField

NewNoRelatedContextPartyIDs returns a new NoRelatedContextPartyIDsField initialized with val

func (NoRelatedContextPartyIDsField) Tag

Tag returns tag.NoRelatedContextPartyIDs (1575)

type NoRelatedContextPartySubIDsField

type NoRelatedContextPartySubIDsField struct{ quickfix.FIXInt }

NoRelatedContextPartySubIDsField is a NUMINGROUP field

func NewNoRelatedContextPartySubIDs

func NewNoRelatedContextPartySubIDs(val int) NoRelatedContextPartySubIDsField

NewNoRelatedContextPartySubIDs returns a new NoRelatedContextPartySubIDsField initialized with val

func (NoRelatedContextPartySubIDsField) Tag

Tag returns tag.NoRelatedContextPartySubIDs (1579)

type NoRelatedPartyAltIDsField

type NoRelatedPartyAltIDsField struct{ quickfix.FIXInt }

NoRelatedPartyAltIDsField is a NUMINGROUP field

func NewNoRelatedPartyAltIDs

func NewNoRelatedPartyAltIDs(val int) NoRelatedPartyAltIDsField

NewNoRelatedPartyAltIDs returns a new NoRelatedPartyAltIDsField initialized with val

func (NoRelatedPartyAltIDsField) Tag

Tag returns tag.NoRelatedPartyAltIDs (1569)

type NoRelatedPartyAltSubIDsField

type NoRelatedPartyAltSubIDsField struct{ quickfix.FIXInt }

NoRelatedPartyAltSubIDsField is a NUMINGROUP field

func NewNoRelatedPartyAltSubIDs

func NewNoRelatedPartyAltSubIDs(val int) NoRelatedPartyAltSubIDsField

NewNoRelatedPartyAltSubIDs returns a new NoRelatedPartyAltSubIDsField initialized with val

func (NoRelatedPartyAltSubIDsField) Tag

Tag returns tag.NoRelatedPartyAltSubIDs (1572)

type NoRelatedPartyIDsField

type NoRelatedPartyIDsField struct{ quickfix.FIXInt }

NoRelatedPartyIDsField is a NUMINGROUP field

func NewNoRelatedPartyIDs

func NewNoRelatedPartyIDs(val int) NoRelatedPartyIDsField

NewNoRelatedPartyIDs returns a new NoRelatedPartyIDsField initialized with val

func (NoRelatedPartyIDsField) Tag

Tag returns tag.NoRelatedPartyIDs (1562)

type NoRelatedPartySubIDsField

type NoRelatedPartySubIDsField struct{ quickfix.FIXInt }

NoRelatedPartySubIDsField is a NUMINGROUP field

func NewNoRelatedPartySubIDs

func NewNoRelatedPartySubIDs(val int) NoRelatedPartySubIDsField

NewNoRelatedPartySubIDs returns a new NoRelatedPartySubIDsField initialized with val

func (NoRelatedPartySubIDsField) Tag

Tag returns tag.NoRelatedPartySubIDs (1566)

type NoRelatedSymField

type NoRelatedSymField struct{ quickfix.FIXInt }

NoRelatedSymField is a NUMINGROUP field

func NewNoRelatedSym

func NewNoRelatedSym(val int) NoRelatedSymField

NewNoRelatedSym returns a new NoRelatedSymField initialized with val

func (NoRelatedSymField) Tag

func (f NoRelatedSymField) Tag() quickfix.Tag

Tag returns tag.NoRelatedSym (146)

type NoRelationshipRiskInstrumentsField

type NoRelationshipRiskInstrumentsField struct{ quickfix.FIXInt }

NoRelationshipRiskInstrumentsField is a NUMINGROUP field

func NewNoRelationshipRiskInstruments

func NewNoRelationshipRiskInstruments(val int) NoRelationshipRiskInstrumentsField

NewNoRelationshipRiskInstruments returns a new NoRelationshipRiskInstrumentsField initialized with val

func (NoRelationshipRiskInstrumentsField) Tag

Tag returns tag.NoRelationshipRiskInstruments (1587)

type NoRelationshipRiskLimitsField

type NoRelationshipRiskLimitsField struct{ quickfix.FIXInt }

NoRelationshipRiskLimitsField is a NUMINGROUP field

func NewNoRelationshipRiskLimits

func NewNoRelationshipRiskLimits(val int) NoRelationshipRiskLimitsField

NewNoRelationshipRiskLimits returns a new NoRelationshipRiskLimitsField initialized with val

func (NoRelationshipRiskLimitsField) Tag

Tag returns tag.NoRelationshipRiskLimits (1582)

type NoRelationshipRiskSecurityAltIDField

type NoRelationshipRiskSecurityAltIDField struct{ quickfix.FIXInt }

NoRelationshipRiskSecurityAltIDField is a NUMINGROUP field

func NewNoRelationshipRiskSecurityAltID

func NewNoRelationshipRiskSecurityAltID(val int) NoRelationshipRiskSecurityAltIDField

NewNoRelationshipRiskSecurityAltID returns a new NoRelationshipRiskSecurityAltIDField initialized with val

func (NoRelationshipRiskSecurityAltIDField) Tag

Tag returns tag.NoRelationshipRiskSecurityAltID (1593)

type NoRelationshipRiskWarningLevelsField

type NoRelationshipRiskWarningLevelsField struct{ quickfix.FIXInt }

NoRelationshipRiskWarningLevelsField is a NUMINGROUP field

func NewNoRelationshipRiskWarningLevels

func NewNoRelationshipRiskWarningLevels(val int) NoRelationshipRiskWarningLevelsField

NewNoRelationshipRiskWarningLevels returns a new NoRelationshipRiskWarningLevelsField initialized with val

func (NoRelationshipRiskWarningLevelsField) Tag

Tag returns tag.NoRelationshipRiskWarningLevels (1613)

type NoRequestedPartyRolesField

type NoRequestedPartyRolesField struct{ quickfix.FIXInt }

NoRequestedPartyRolesField is a NUMINGROUP field

func NewNoRequestedPartyRoles

func NewNoRequestedPartyRoles(val int) NoRequestedPartyRolesField

NewNoRequestedPartyRoles returns a new NoRequestedPartyRolesField initialized with val

func (NoRequestedPartyRolesField) Tag

Tag returns tag.NoRequestedPartyRoles (1508)

type NoRiskInstrumentsField

type NoRiskInstrumentsField struct{ quickfix.FIXInt }

NoRiskInstrumentsField is a NUMINGROUP field

func NewNoRiskInstruments

func NewNoRiskInstruments(val int) NoRiskInstrumentsField

NewNoRiskInstruments returns a new NoRiskInstrumentsField initialized with val

func (NoRiskInstrumentsField) Tag

Tag returns tag.NoRiskInstruments (1534)

type NoRiskLimitsField

type NoRiskLimitsField struct{ quickfix.FIXInt }

NoRiskLimitsField is a NUMINGROUP field

func NewNoRiskLimits

func NewNoRiskLimits(val int) NoRiskLimitsField

NewNoRiskLimits returns a new NoRiskLimitsField initialized with val

func (NoRiskLimitsField) Tag

func (f NoRiskLimitsField) Tag() quickfix.Tag

Tag returns tag.NoRiskLimits (1529)

type NoRiskSecurityAltIDField

type NoRiskSecurityAltIDField struct{ quickfix.FIXInt }

NoRiskSecurityAltIDField is a NUMINGROUP field

func NewNoRiskSecurityAltID

func NewNoRiskSecurityAltID(val int) NoRiskSecurityAltIDField

NewNoRiskSecurityAltID returns a new NoRiskSecurityAltIDField initialized with val

func (NoRiskSecurityAltIDField) Tag

Tag returns tag.NoRiskSecurityAltID (1540)

type NoRiskWarningLevelsField

type NoRiskWarningLevelsField struct{ quickfix.FIXInt }

NoRiskWarningLevelsField is a NUMINGROUP field

func NewNoRiskWarningLevels

func NewNoRiskWarningLevels(val int) NoRiskWarningLevelsField

NewNoRiskWarningLevels returns a new NoRiskWarningLevelsField initialized with val

func (NoRiskWarningLevelsField) Tag

Tag returns tag.NoRiskWarningLevels (1559)

type NoRootPartyIDsField

type NoRootPartyIDsField struct{ quickfix.FIXInt }

NoRootPartyIDsField is a NUMINGROUP field

func NewNoRootPartyIDs

func NewNoRootPartyIDs(val int) NoRootPartyIDsField

NewNoRootPartyIDs returns a new NoRootPartyIDsField initialized with val

func (NoRootPartyIDsField) Tag

Tag returns tag.NoRootPartyIDs (1116)

type NoRootPartySubIDsField

type NoRootPartySubIDsField struct{ quickfix.FIXInt }

NoRootPartySubIDsField is a NUMINGROUP field

func NewNoRootPartySubIDs

func NewNoRootPartySubIDs(val int) NoRootPartySubIDsField

NewNoRootPartySubIDs returns a new NoRootPartySubIDsField initialized with val

func (NoRootPartySubIDsField) Tag

Tag returns tag.NoRootPartySubIDs (1120)

type NoRoutingIDsField

type NoRoutingIDsField struct{ quickfix.FIXInt }

NoRoutingIDsField is a NUMINGROUP field

func NewNoRoutingIDs

func NewNoRoutingIDs(val int) NoRoutingIDsField

NewNoRoutingIDs returns a new NoRoutingIDsField initialized with val

func (NoRoutingIDsField) Tag

func (f NoRoutingIDsField) Tag() quickfix.Tag

Tag returns tag.NoRoutingIDs (215)

type NoRptsField

type NoRptsField struct{ quickfix.FIXInt }

NoRptsField is a INT field

func NewNoRpts

func NewNoRpts(val int) NoRptsField

NewNoRpts returns a new NoRptsField initialized with val

func (NoRptsField) Tag

func (f NoRptsField) Tag() quickfix.Tag

Tag returns tag.NoRpts (82)

type NoSecurityAltIDField

type NoSecurityAltIDField struct{ quickfix.FIXInt }

NoSecurityAltIDField is a NUMINGROUP field

func NewNoSecurityAltID

func NewNoSecurityAltID(val int) NoSecurityAltIDField

NewNoSecurityAltID returns a new NoSecurityAltIDField initialized with val

func (NoSecurityAltIDField) Tag

Tag returns tag.NoSecurityAltID (454)

type NoSecurityTypesField

type NoSecurityTypesField struct{ quickfix.FIXInt }

NoSecurityTypesField is a NUMINGROUP field

func NewNoSecurityTypes

func NewNoSecurityTypes(val int) NoSecurityTypesField

NewNoSecurityTypes returns a new NoSecurityTypesField initialized with val

func (NoSecurityTypesField) Tag

Tag returns tag.NoSecurityTypes (558)

type NoSettlDetailsField

type NoSettlDetailsField struct{ quickfix.FIXInt }

NoSettlDetailsField is a NUMINGROUP field

func NewNoSettlDetails

func NewNoSettlDetails(val int) NoSettlDetailsField

NewNoSettlDetails returns a new NoSettlDetailsField initialized with val

func (NoSettlDetailsField) Tag

Tag returns tag.NoSettlDetails (1158)

type NoSettlInstField

type NoSettlInstField struct{ quickfix.FIXInt }

NoSettlInstField is a NUMINGROUP field

func NewNoSettlInst

func NewNoSettlInst(val int) NoSettlInstField

NewNoSettlInst returns a new NoSettlInstField initialized with val

func (NoSettlInstField) Tag

func (f NoSettlInstField) Tag() quickfix.Tag

Tag returns tag.NoSettlInst (778)

type NoSettlObligField

type NoSettlObligField struct{ quickfix.FIXInt }

NoSettlObligField is a NUMINGROUP field

func NewNoSettlOblig

func NewNoSettlOblig(val int) NoSettlObligField

NewNoSettlOblig returns a new NoSettlObligField initialized with val

func (NoSettlObligField) Tag

func (f NoSettlObligField) Tag() quickfix.Tag

Tag returns tag.NoSettlOblig (1165)

type NoSettlPartyIDsField

type NoSettlPartyIDsField struct{ quickfix.FIXInt }

NoSettlPartyIDsField is a NUMINGROUP field

func NewNoSettlPartyIDs

func NewNoSettlPartyIDs(val int) NoSettlPartyIDsField

NewNoSettlPartyIDs returns a new NoSettlPartyIDsField initialized with val

func (NoSettlPartyIDsField) Tag

Tag returns tag.NoSettlPartyIDs (781)

type NoSettlPartySubIDsField

type NoSettlPartySubIDsField struct{ quickfix.FIXInt }

NoSettlPartySubIDsField is a NUMINGROUP field

func NewNoSettlPartySubIDs

func NewNoSettlPartySubIDs(val int) NoSettlPartySubIDsField

NewNoSettlPartySubIDs returns a new NoSettlPartySubIDsField initialized with val

func (NoSettlPartySubIDsField) Tag

Tag returns tag.NoSettlPartySubIDs (801)

type NoSideTrdRegTSField

type NoSideTrdRegTSField struct{ quickfix.FIXInt }

NoSideTrdRegTSField is a NUMINGROUP field

func NewNoSideTrdRegTS

func NewNoSideTrdRegTS(val int) NoSideTrdRegTSField

NewNoSideTrdRegTS returns a new NoSideTrdRegTSField initialized with val

func (NoSideTrdRegTSField) Tag

Tag returns tag.NoSideTrdRegTS (1016)

type NoSidesField

type NoSidesField struct{ quickfix.FIXInt }

NoSidesField is a NUMINGROUP field

func NewNoSides

func NewNoSides(val int) NoSidesField

NewNoSides returns a new NoSidesField initialized with val

func (NoSidesField) Tag

func (f NoSidesField) Tag() quickfix.Tag

Tag returns tag.NoSides (552)

type NoStatsIndicatorsField

type NoStatsIndicatorsField struct{ quickfix.FIXInt }

NoStatsIndicatorsField is a NUMINGROUP field

func NewNoStatsIndicators

func NewNoStatsIndicators(val int) NoStatsIndicatorsField

NewNoStatsIndicators returns a new NoStatsIndicatorsField initialized with val

func (NoStatsIndicatorsField) Tag

Tag returns tag.NoStatsIndicators (1175)

type NoStipulationsField

type NoStipulationsField struct{ quickfix.FIXInt }

NoStipulationsField is a NUMINGROUP field

func NewNoStipulations

func NewNoStipulations(val int) NoStipulationsField

NewNoStipulations returns a new NoStipulationsField initialized with val

func (NoStipulationsField) Tag

Tag returns tag.NoStipulations (232)

type NoStrategyParametersField

type NoStrategyParametersField struct{ quickfix.FIXInt }

NoStrategyParametersField is a NUMINGROUP field

func NewNoStrategyParameters

func NewNoStrategyParameters(val int) NoStrategyParametersField

NewNoStrategyParameters returns a new NoStrategyParametersField initialized with val

func (NoStrategyParametersField) Tag

Tag returns tag.NoStrategyParameters (957)

type NoStrikeRulesField

type NoStrikeRulesField struct{ quickfix.FIXInt }

NoStrikeRulesField is a NUMINGROUP field

func NewNoStrikeRules

func NewNoStrikeRules(val int) NoStrikeRulesField

NewNoStrikeRules returns a new NoStrikeRulesField initialized with val

func (NoStrikeRulesField) Tag

Tag returns tag.NoStrikeRules (1201)

type NoStrikesField

type NoStrikesField struct{ quickfix.FIXInt }

NoStrikesField is a NUMINGROUP field

func NewNoStrikes

func NewNoStrikes(val int) NoStrikesField

NewNoStrikes returns a new NoStrikesField initialized with val

func (NoStrikesField) Tag

func (f NoStrikesField) Tag() quickfix.Tag

Tag returns tag.NoStrikes (428)

type NoTargetPartyIDsField

type NoTargetPartyIDsField struct{ quickfix.FIXInt }

NoTargetPartyIDsField is a NUMINGROUP field

func NewNoTargetPartyIDs

func NewNoTargetPartyIDs(val int) NoTargetPartyIDsField

NewNoTargetPartyIDs returns a new NoTargetPartyIDsField initialized with val

func (NoTargetPartyIDsField) Tag

Tag returns tag.NoTargetPartyIDs (1461)

type NoTickRulesField

type NoTickRulesField struct{ quickfix.FIXInt }

NoTickRulesField is a NUMINGROUP field

func NewNoTickRules

func NewNoTickRules(val int) NoTickRulesField

NewNoTickRules returns a new NoTickRulesField initialized with val

func (NoTickRulesField) Tag

func (f NoTickRulesField) Tag() quickfix.Tag

Tag returns tag.NoTickRules (1205)

type NoTimeInForceRulesField

type NoTimeInForceRulesField struct{ quickfix.FIXInt }

NoTimeInForceRulesField is a NUMINGROUP field

func NewNoTimeInForceRules

func NewNoTimeInForceRules(val int) NoTimeInForceRulesField

NewNoTimeInForceRules returns a new NoTimeInForceRulesField initialized with val

func (NoTimeInForceRulesField) Tag

Tag returns tag.NoTimeInForceRules (1239)

type NoTradesField

type NoTradesField struct{ quickfix.FIXInt }

NoTradesField is a NUMINGROUP field

func NewNoTrades

func NewNoTrades(val int) NoTradesField

NewNoTrades returns a new NoTradesField initialized with val

func (NoTradesField) Tag

func (f NoTradesField) Tag() quickfix.Tag

Tag returns tag.NoTrades (897)

type NoTradingSessionRulesField

type NoTradingSessionRulesField struct{ quickfix.FIXInt }

NoTradingSessionRulesField is a NUMINGROUP field

func NewNoTradingSessionRules

func NewNoTradingSessionRules(val int) NoTradingSessionRulesField

NewNoTradingSessionRules returns a new NoTradingSessionRulesField initialized with val

func (NoTradingSessionRulesField) Tag

Tag returns tag.NoTradingSessionRules (1309)

type NoTradingSessionsField

type NoTradingSessionsField struct{ quickfix.FIXInt }

NoTradingSessionsField is a NUMINGROUP field

func NewNoTradingSessions

func NewNoTradingSessions(val int) NoTradingSessionsField

NewNoTradingSessions returns a new NoTradingSessionsField initialized with val

func (NoTradingSessionsField) Tag

Tag returns tag.NoTradingSessions (386)

type NoTrdRegTimestampsField

type NoTrdRegTimestampsField struct{ quickfix.FIXInt }

NoTrdRegTimestampsField is a NUMINGROUP field

func NewNoTrdRegTimestamps

func NewNoTrdRegTimestamps(val int) NoTrdRegTimestampsField

NewNoTrdRegTimestamps returns a new NoTrdRegTimestampsField initialized with val

func (NoTrdRegTimestampsField) Tag

Tag returns tag.NoTrdRegTimestamps (768)

type NoTrdRepIndicatorsField

type NoTrdRepIndicatorsField struct{ quickfix.FIXInt }

NoTrdRepIndicatorsField is a NUMINGROUP field

func NewNoTrdRepIndicators

func NewNoTrdRepIndicators(val int) NoTrdRepIndicatorsField

NewNoTrdRepIndicators returns a new NoTrdRepIndicatorsField initialized with val

func (NoTrdRepIndicatorsField) Tag

Tag returns tag.NoTrdRepIndicators (1387)

type NoUnderlyingAmountsField

type NoUnderlyingAmountsField struct{ quickfix.FIXInt }

NoUnderlyingAmountsField is a NUMINGROUP field

func NewNoUnderlyingAmounts

func NewNoUnderlyingAmounts(val int) NoUnderlyingAmountsField

NewNoUnderlyingAmounts returns a new NoUnderlyingAmountsField initialized with val

func (NoUnderlyingAmountsField) Tag

Tag returns tag.NoUnderlyingAmounts (984)

type NoUnderlyingLegSecurityAltIDField

type NoUnderlyingLegSecurityAltIDField struct{ quickfix.FIXInt }

NoUnderlyingLegSecurityAltIDField is a NUMINGROUP field

func NewNoUnderlyingLegSecurityAltID

func NewNoUnderlyingLegSecurityAltID(val int) NoUnderlyingLegSecurityAltIDField

NewNoUnderlyingLegSecurityAltID returns a new NoUnderlyingLegSecurityAltIDField initialized with val

func (NoUnderlyingLegSecurityAltIDField) Tag

Tag returns tag.NoUnderlyingLegSecurityAltID (1334)

type NoUnderlyingSecurityAltIDField

type NoUnderlyingSecurityAltIDField struct{ quickfix.FIXInt }

NoUnderlyingSecurityAltIDField is a NUMINGROUP field

func NewNoUnderlyingSecurityAltID

func NewNoUnderlyingSecurityAltID(val int) NoUnderlyingSecurityAltIDField

NewNoUnderlyingSecurityAltID returns a new NoUnderlyingSecurityAltIDField initialized with val

func (NoUnderlyingSecurityAltIDField) Tag

Tag returns tag.NoUnderlyingSecurityAltID (457)

type NoUnderlyingStipsField

type NoUnderlyingStipsField struct{ quickfix.FIXInt }

NoUnderlyingStipsField is a NUMINGROUP field

func NewNoUnderlyingStips

func NewNoUnderlyingStips(val int) NoUnderlyingStipsField

NewNoUnderlyingStips returns a new NoUnderlyingStipsField initialized with val

func (NoUnderlyingStipsField) Tag

Tag returns tag.NoUnderlyingStips (887)

type NoUnderlyingsField

type NoUnderlyingsField struct{ quickfix.FIXInt }

NoUnderlyingsField is a NUMINGROUP field

func NewNoUnderlyings

func NewNoUnderlyings(val int) NoUnderlyingsField

NewNoUnderlyings returns a new NoUnderlyingsField initialized with val

func (NoUnderlyingsField) Tag

Tag returns tag.NoUnderlyings (711)

type NoUndlyInstrumentPartiesField

type NoUndlyInstrumentPartiesField struct{ quickfix.FIXInt }

NoUndlyInstrumentPartiesField is a NUMINGROUP field

func NewNoUndlyInstrumentParties

func NewNoUndlyInstrumentParties(val int) NoUndlyInstrumentPartiesField

NewNoUndlyInstrumentParties returns a new NoUndlyInstrumentPartiesField initialized with val

func (NoUndlyInstrumentPartiesField) Tag

Tag returns tag.NoUndlyInstrumentParties (1058)

type NoUndlyInstrumentPartySubIDsField

type NoUndlyInstrumentPartySubIDsField struct{ quickfix.FIXInt }

NoUndlyInstrumentPartySubIDsField is a NUMINGROUP field

func NewNoUndlyInstrumentPartySubIDs

func NewNoUndlyInstrumentPartySubIDs(val int) NoUndlyInstrumentPartySubIDsField

NewNoUndlyInstrumentPartySubIDs returns a new NoUndlyInstrumentPartySubIDsField initialized with val

func (NoUndlyInstrumentPartySubIDsField) Tag

Tag returns tag.NoUndlyInstrumentPartySubIDs (1062)

type NotAffOrigClOrdIDField

type NotAffOrigClOrdIDField struct{ quickfix.FIXString }

NotAffOrigClOrdIDField is a STRING field

func NewNotAffOrigClOrdID

func NewNotAffOrigClOrdID(val string) NotAffOrigClOrdIDField

NewNotAffOrigClOrdID returns a new NotAffOrigClOrdIDField initialized with val

func (NotAffOrigClOrdIDField) Tag

Tag returns tag.NotAffOrigClOrdID (1372)

type NotAffectedOrderIDField

type NotAffectedOrderIDField struct{ quickfix.FIXString }

NotAffectedOrderIDField is a STRING field

func NewNotAffectedOrderID

func NewNotAffectedOrderID(val string) NotAffectedOrderIDField

NewNotAffectedOrderID returns a new NotAffectedOrderIDField initialized with val

func (NotAffectedOrderIDField) Tag

Tag returns tag.NotAffectedOrderID (1371)

type NotifyBrokerOfCreditField

type NotifyBrokerOfCreditField struct{ quickfix.FIXBoolean }

NotifyBrokerOfCreditField is a BOOLEAN field

func NewNotifyBrokerOfCredit

func NewNotifyBrokerOfCredit(val bool) NotifyBrokerOfCreditField

NewNotifyBrokerOfCredit returns a new NotifyBrokerOfCreditField initialized with val

func (NotifyBrokerOfCreditField) Tag

Tag returns tag.NotifyBrokerOfCredit (208)

type NotionalPercentageOutstandingField

type NotionalPercentageOutstandingField struct{ quickfix.FIXDecimal }

NotionalPercentageOutstandingField is a PERCENTAGE field

func NewNotionalPercentageOutstanding

func NewNotionalPercentageOutstanding(val decimal.Decimal, scale int32) NotionalPercentageOutstandingField

NewNotionalPercentageOutstanding returns a new NotionalPercentageOutstandingField initialized with val and scale

func (NotionalPercentageOutstandingField) Tag

Tag returns tag.NotionalPercentageOutstanding (1451)

type NumBiddersField

type NumBiddersField struct{ quickfix.FIXInt }

NumBiddersField is a INT field

func NewNumBidders

func NewNumBidders(val int) NumBiddersField

NewNumBidders returns a new NumBiddersField initialized with val

func (NumBiddersField) Tag

func (f NumBiddersField) Tag() quickfix.Tag

Tag returns tag.NumBidders (417)

type NumDaysInterestField

type NumDaysInterestField struct{ quickfix.FIXInt }

NumDaysInterestField is a INT field

func NewNumDaysInterest

func NewNumDaysInterest(val int) NumDaysInterestField

NewNumDaysInterest returns a new NumDaysInterestField initialized with val

func (NumDaysInterestField) Tag

Tag returns tag.NumDaysInterest (157)

type NumTicketsField

type NumTicketsField struct{ quickfix.FIXInt }

NumTicketsField is a INT field

func NewNumTickets

func NewNumTickets(val int) NumTicketsField

NewNumTickets returns a new NumTicketsField initialized with val

func (NumTicketsField) Tag

func (f NumTicketsField) Tag() quickfix.Tag

Tag returns tag.NumTickets (395)

type NumberOfOrdersField

type NumberOfOrdersField struct{ quickfix.FIXInt }

NumberOfOrdersField is a INT field

func NewNumberOfOrders

func NewNumberOfOrders(val int) NumberOfOrdersField

NewNumberOfOrders returns a new NumberOfOrdersField initialized with val

func (NumberOfOrdersField) Tag

Tag returns tag.NumberOfOrders (346)

type OddLotField

type OddLotField struct{ quickfix.FIXBoolean }

OddLotField is a BOOLEAN field

func NewOddLot

func NewOddLot(val bool) OddLotField

NewOddLot returns a new OddLotField initialized with val

func (OddLotField) Tag

func (f OddLotField) Tag() quickfix.Tag

Tag returns tag.OddLot (575)

type OfferForwardPoints2Field

type OfferForwardPoints2Field struct{ quickfix.FIXDecimal }

OfferForwardPoints2Field is a PRICEOFFSET field

func NewOfferForwardPoints2

func NewOfferForwardPoints2(val decimal.Decimal, scale int32) OfferForwardPoints2Field

NewOfferForwardPoints2 returns a new OfferForwardPoints2Field initialized with val and scale

func (OfferForwardPoints2Field) Tag

Tag returns tag.OfferForwardPoints2 (643)

type OfferForwardPointsField

type OfferForwardPointsField struct{ quickfix.FIXDecimal }

OfferForwardPointsField is a PRICEOFFSET field

func NewOfferForwardPoints

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

NewOfferForwardPoints returns a new OfferForwardPointsField initialized with val and scale

func (OfferForwardPointsField) Tag

Tag returns tag.OfferForwardPoints (191)

type OfferPxField

type OfferPxField struct{ quickfix.FIXDecimal }

OfferPxField is a PRICE field

func NewOfferPx

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

NewOfferPx returns a new OfferPxField initialized with val and scale

func (OfferPxField) Tag

func (f OfferPxField) Tag() quickfix.Tag

Tag returns tag.OfferPx (133)

type OfferSizeField

type OfferSizeField struct{ quickfix.FIXDecimal }

OfferSizeField is a QTY field

func NewOfferSize

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

NewOfferSize returns a new OfferSizeField initialized with val and scale

func (OfferSizeField) Tag

func (f OfferSizeField) Tag() quickfix.Tag

Tag returns tag.OfferSize (135)

type OfferSpotRateField

type OfferSpotRateField struct{ quickfix.FIXDecimal }

OfferSpotRateField is a PRICE field

func NewOfferSpotRate

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

NewOfferSpotRate returns a new OfferSpotRateField initialized with val and scale

func (OfferSpotRateField) Tag

Tag returns tag.OfferSpotRate (190)

type OfferSwapPointsField

type OfferSwapPointsField struct{ quickfix.FIXDecimal }

OfferSwapPointsField is a PRICEOFFSET field

func NewOfferSwapPoints

func NewOfferSwapPoints(val decimal.Decimal, scale int32) OfferSwapPointsField

NewOfferSwapPoints returns a new OfferSwapPointsField initialized with val and scale

func (OfferSwapPointsField) Tag

Tag returns tag.OfferSwapPoints (1066)

type OfferYieldField

type OfferYieldField struct{ quickfix.FIXDecimal }

OfferYieldField is a PERCENTAGE field

func NewOfferYield

func NewOfferYield(val decimal.Decimal, scale int32) OfferYieldField

NewOfferYield returns a new OfferYieldField initialized with val and scale

func (OfferYieldField) Tag

func (f OfferYieldField) Tag() quickfix.Tag

Tag returns tag.OfferYield (634)

type OnBehalfOfCompIDField

type OnBehalfOfCompIDField struct{ quickfix.FIXString }

OnBehalfOfCompIDField is a STRING field

func NewOnBehalfOfCompID

func NewOnBehalfOfCompID(val string) OnBehalfOfCompIDField

NewOnBehalfOfCompID returns a new OnBehalfOfCompIDField initialized with val

func (OnBehalfOfCompIDField) Tag

Tag returns tag.OnBehalfOfCompID (115)

type OnBehalfOfLocationIDField

type OnBehalfOfLocationIDField struct{ quickfix.FIXString }

OnBehalfOfLocationIDField is a STRING field

func NewOnBehalfOfLocationID

func NewOnBehalfOfLocationID(val string) OnBehalfOfLocationIDField

NewOnBehalfOfLocationID returns a new OnBehalfOfLocationIDField initialized with val

func (OnBehalfOfLocationIDField) Tag

Tag returns tag.OnBehalfOfLocationID (144)

type OnBehalfOfSendingTimeField

type OnBehalfOfSendingTimeField struct{ quickfix.FIXUTCTimestamp }

OnBehalfOfSendingTimeField is a UTCTIMESTAMP field

func NewOnBehalfOfSendingTime added in v0.3.0

func NewOnBehalfOfSendingTime(val time.Time) OnBehalfOfSendingTimeField

NewOnBehalfOfSendingTime returns a new OnBehalfOfSendingTimeField initialized with val

func NewOnBehalfOfSendingTimeNoMillis added in v0.3.0

func NewOnBehalfOfSendingTimeNoMillis(val time.Time) OnBehalfOfSendingTimeField

NewOnBehalfOfSendingTimeNoMillis returns a new OnBehalfOfSendingTimeField initialized with val without millisecs

func (OnBehalfOfSendingTimeField) Tag

Tag returns tag.OnBehalfOfSendingTime (370)

type OnBehalfOfSubIDField

type OnBehalfOfSubIDField struct{ quickfix.FIXString }

OnBehalfOfSubIDField is a STRING field

func NewOnBehalfOfSubID

func NewOnBehalfOfSubID(val string) OnBehalfOfSubIDField

NewOnBehalfOfSubID returns a new OnBehalfOfSubIDField initialized with val

func (OnBehalfOfSubIDField) Tag

Tag returns tag.OnBehalfOfSubID (116)

type OpenCloseField

type OpenCloseField struct{ quickfix.FIXString }

OpenCloseField is a CHAR field

func NewOpenClose

func NewOpenClose(val string) OpenCloseField

NewOpenClose returns a new OpenCloseField initialized with val

func (OpenCloseField) Tag

func (f OpenCloseField) Tag() quickfix.Tag

Tag returns tag.OpenClose (77)

type OpenCloseSettlFlagField

type OpenCloseSettlFlagField struct{ quickfix.FIXString }

OpenCloseSettlFlagField is a MULTIPLECHARVALUE field

func NewOpenCloseSettlFlag

func NewOpenCloseSettlFlag(val string) OpenCloseSettlFlagField

NewOpenCloseSettlFlag returns a new OpenCloseSettlFlagField initialized with val

func (OpenCloseSettlFlagField) Tag

Tag returns tag.OpenCloseSettlFlag (286)

type OpenCloseSettleFlagField

type OpenCloseSettleFlagField struct{ quickfix.FIXString }

OpenCloseSettleFlagField is a MULTIPLEVALUESTRING field

func NewOpenCloseSettleFlag

func NewOpenCloseSettleFlag(val string) OpenCloseSettleFlagField

NewOpenCloseSettleFlag returns a new OpenCloseSettleFlagField initialized with val

func (OpenCloseSettleFlagField) Tag

Tag returns tag.OpenCloseSettleFlag (286)

type OpenInterestField

type OpenInterestField struct{ quickfix.FIXDecimal }

OpenInterestField is a AMT field

func NewOpenInterest

func NewOpenInterest(val decimal.Decimal, scale int32) OpenInterestField

NewOpenInterest returns a new OpenInterestField initialized with val and scale

func (OpenInterestField) Tag

func (f OpenInterestField) Tag() quickfix.Tag

Tag returns tag.OpenInterest (746)

type OptAttributeField

type OptAttributeField struct{ quickfix.FIXString }

OptAttributeField is a CHAR field

func NewOptAttribute

func NewOptAttribute(val string) OptAttributeField

NewOptAttribute returns a new OptAttributeField initialized with val

func (OptAttributeField) Tag

func (f OptAttributeField) Tag() quickfix.Tag

Tag returns tag.OptAttribute (206)

type OptPayAmountField

type OptPayAmountField struct{ quickfix.FIXDecimal }

OptPayAmountField is a AMT field

func NewOptPayAmount

func NewOptPayAmount(val decimal.Decimal, scale int32) OptPayAmountField

NewOptPayAmount returns a new OptPayAmountField initialized with val and scale

func (OptPayAmountField) Tag

func (f OptPayAmountField) Tag() quickfix.Tag

Tag returns tag.OptPayAmount (1195)

type OptPayoutAmountField

type OptPayoutAmountField struct{ quickfix.FIXDecimal }

OptPayoutAmountField is a AMT field

func NewOptPayoutAmount

func NewOptPayoutAmount(val decimal.Decimal, scale int32) OptPayoutAmountField

NewOptPayoutAmount returns a new OptPayoutAmountField initialized with val and scale

func (OptPayoutAmountField) Tag

Tag returns tag.OptPayoutAmount (1195)

type OptPayoutTypeField

type OptPayoutTypeField struct{ quickfix.FIXInt }

OptPayoutTypeField is a INT field

func NewOptPayoutType

func NewOptPayoutType(val int) OptPayoutTypeField

NewOptPayoutType returns a new OptPayoutTypeField initialized with val

func (OptPayoutTypeField) Tag

Tag returns tag.OptPayoutType (1482)

type OrdRejReasonField

type OrdRejReasonField struct{ quickfix.FIXInt }

OrdRejReasonField is a INT field

func NewOrdRejReason

func NewOrdRejReason(val int) OrdRejReasonField

NewOrdRejReason returns a new OrdRejReasonField initialized with val

func (OrdRejReasonField) Tag

func (f OrdRejReasonField) Tag() quickfix.Tag

Tag returns tag.OrdRejReason (103)

type OrdStatusField

type OrdStatusField struct{ quickfix.FIXString }

OrdStatusField is a CHAR field

func NewOrdStatus

func NewOrdStatus(val string) OrdStatusField

NewOrdStatus returns a new OrdStatusField initialized with val

func (OrdStatusField) Tag

func (f OrdStatusField) Tag() quickfix.Tag

Tag returns tag.OrdStatus (39)

type OrdStatusReqIDField

type OrdStatusReqIDField struct{ quickfix.FIXString }

OrdStatusReqIDField is a STRING field

func NewOrdStatusReqID

func NewOrdStatusReqID(val string) OrdStatusReqIDField

NewOrdStatusReqID returns a new OrdStatusReqIDField initialized with val

func (OrdStatusReqIDField) Tag

Tag returns tag.OrdStatusReqID (790)

type OrdTypeField

type OrdTypeField struct{ quickfix.FIXString }

OrdTypeField is a CHAR field

func NewOrdType

func NewOrdType(val string) OrdTypeField

NewOrdType returns a new OrdTypeField initialized with val

func (OrdTypeField) Tag

func (f OrdTypeField) Tag() quickfix.Tag

Tag returns tag.OrdType (40)

type OrderAvgPxField

type OrderAvgPxField struct{ quickfix.FIXDecimal }

OrderAvgPxField is a PRICE field

func NewOrderAvgPx

func NewOrderAvgPx(val decimal.Decimal, scale int32) OrderAvgPxField

NewOrderAvgPx returns a new OrderAvgPxField initialized with val and scale

func (OrderAvgPxField) Tag

func (f OrderAvgPxField) Tag() quickfix.Tag

Tag returns tag.OrderAvgPx (799)

type OrderBookingQtyField

type OrderBookingQtyField struct{ quickfix.FIXDecimal }

OrderBookingQtyField is a QTY field

func NewOrderBookingQty

func NewOrderBookingQty(val decimal.Decimal, scale int32) OrderBookingQtyField

NewOrderBookingQty returns a new OrderBookingQtyField initialized with val and scale

func (OrderBookingQtyField) Tag

Tag returns tag.OrderBookingQty (800)

type OrderCapacityField

type OrderCapacityField struct{ quickfix.FIXString }

OrderCapacityField is a CHAR field

func NewOrderCapacity

func NewOrderCapacity(val string) OrderCapacityField

NewOrderCapacity returns a new OrderCapacityField initialized with val

func (OrderCapacityField) Tag

Tag returns tag.OrderCapacity (528)

type OrderCapacityQtyField

type OrderCapacityQtyField struct{ quickfix.FIXDecimal }

OrderCapacityQtyField is a QTY field

func NewOrderCapacityQty

func NewOrderCapacityQty(val decimal.Decimal, scale int32) OrderCapacityQtyField

NewOrderCapacityQty returns a new OrderCapacityQtyField initialized with val and scale

func (OrderCapacityQtyField) Tag

Tag returns tag.OrderCapacityQty (863)

type OrderCategoryField

type OrderCategoryField struct{ quickfix.FIXString }

OrderCategoryField is a CHAR field

func NewOrderCategory

func NewOrderCategory(val string) OrderCategoryField

NewOrderCategory returns a new OrderCategoryField initialized with val

func (OrderCategoryField) Tag

Tag returns tag.OrderCategory (1115)

type OrderDelayField

type OrderDelayField struct{ quickfix.FIXInt }

OrderDelayField is a INT field

func NewOrderDelay

func NewOrderDelay(val int) OrderDelayField

NewOrderDelay returns a new OrderDelayField initialized with val

func (OrderDelayField) Tag

func (f OrderDelayField) Tag() quickfix.Tag

Tag returns tag.OrderDelay (1428)

type OrderDelayUnitField

type OrderDelayUnitField struct{ quickfix.FIXInt }

OrderDelayUnitField is a INT field

func NewOrderDelayUnit

func NewOrderDelayUnit(val int) OrderDelayUnitField

NewOrderDelayUnit returns a new OrderDelayUnitField initialized with val

func (OrderDelayUnitField) Tag

Tag returns tag.OrderDelayUnit (1429)

type OrderHandlingInstSourceField

type OrderHandlingInstSourceField struct{ quickfix.FIXInt }

OrderHandlingInstSourceField is a INT field

func NewOrderHandlingInstSource

func NewOrderHandlingInstSource(val int) OrderHandlingInstSourceField

NewOrderHandlingInstSource returns a new OrderHandlingInstSourceField initialized with val

func (OrderHandlingInstSourceField) Tag

Tag returns tag.OrderHandlingInstSource (1032)

type OrderIDField

type OrderIDField struct{ quickfix.FIXString }

OrderIDField is a STRING field

func NewOrderID

func NewOrderID(val string) OrderIDField

NewOrderID returns a new OrderIDField initialized with val

func (OrderIDField) Tag

func (f OrderIDField) Tag() quickfix.Tag

Tag returns tag.OrderID (37)

type OrderInputDeviceField

type OrderInputDeviceField struct{ quickfix.FIXString }

OrderInputDeviceField is a STRING field

func NewOrderInputDevice

func NewOrderInputDevice(val string) OrderInputDeviceField

NewOrderInputDevice returns a new OrderInputDeviceField initialized with val

func (OrderInputDeviceField) Tag

Tag returns tag.OrderInputDevice (821)

type OrderPercentField

type OrderPercentField struct{ quickfix.FIXDecimal }

OrderPercentField is a PERCENTAGE field

func NewOrderPercent

func NewOrderPercent(val decimal.Decimal, scale int32) OrderPercentField

NewOrderPercent returns a new OrderPercentField initialized with val and scale

func (OrderPercentField) Tag

func (f OrderPercentField) Tag() quickfix.Tag

Tag returns tag.OrderPercent (516)

type OrderQty2Field

type OrderQty2Field struct{ quickfix.FIXDecimal }

OrderQty2Field is a QTY field

func NewOrderQty2

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

NewOrderQty2 returns a new OrderQty2Field initialized with val and scale

func (OrderQty2Field) Tag

func (f OrderQty2Field) Tag() quickfix.Tag

Tag returns tag.OrderQty2 (192)

type OrderQtyField

type OrderQtyField struct{ quickfix.FIXDecimal }

OrderQtyField is a QTY field

func NewOrderQty

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

NewOrderQty returns a new OrderQtyField initialized with val and scale

func (OrderQtyField) Tag

func (f OrderQtyField) Tag() quickfix.Tag

Tag returns tag.OrderQty (38)

type OrderRestrictionsField

type OrderRestrictionsField struct{ quickfix.FIXString }

OrderRestrictionsField is a MULTIPLECHARVALUE field

func NewOrderRestrictions

func NewOrderRestrictions(val string) OrderRestrictionsField

NewOrderRestrictions returns a new OrderRestrictionsField initialized with val

func (OrderRestrictionsField) Tag

Tag returns tag.OrderRestrictions (529)

type OrigClOrdIDField

type OrigClOrdIDField struct{ quickfix.FIXString }

OrigClOrdIDField is a STRING field

func NewOrigClOrdID

func NewOrigClOrdID(val string) OrigClOrdIDField

NewOrigClOrdID returns a new OrigClOrdIDField initialized with val

func (OrigClOrdIDField) Tag

func (f OrigClOrdIDField) Tag() quickfix.Tag

Tag returns tag.OrigClOrdID (41)

type OrigCrossIDField

type OrigCrossIDField struct{ quickfix.FIXString }

OrigCrossIDField is a STRING field

func NewOrigCrossID

func NewOrigCrossID(val string) OrigCrossIDField

NewOrigCrossID returns a new OrigCrossIDField initialized with val

func (OrigCrossIDField) Tag

func (f OrigCrossIDField) Tag() quickfix.Tag

Tag returns tag.OrigCrossID (551)

type OrigCustOrderCapacityField

type OrigCustOrderCapacityField struct{ quickfix.FIXInt }

OrigCustOrderCapacityField is a INT field

func NewOrigCustOrderCapacity

func NewOrigCustOrderCapacity(val int) OrigCustOrderCapacityField

NewOrigCustOrderCapacity returns a new OrigCustOrderCapacityField initialized with val

func (OrigCustOrderCapacityField) Tag

Tag returns tag.OrigCustOrderCapacity (1432)

type OrigOrdModTimeField

type OrigOrdModTimeField struct{ quickfix.FIXUTCTimestamp }

OrigOrdModTimeField is a UTCTIMESTAMP field

func NewOrigOrdModTime added in v0.3.0

func NewOrigOrdModTime(val time.Time) OrigOrdModTimeField

NewOrigOrdModTime returns a new OrigOrdModTimeField initialized with val

func NewOrigOrdModTimeNoMillis added in v0.3.0

func NewOrigOrdModTimeNoMillis(val time.Time) OrigOrdModTimeField

NewOrigOrdModTimeNoMillis returns a new OrigOrdModTimeField initialized with val without millisecs

func (OrigOrdModTimeField) Tag

Tag returns tag.OrigOrdModTime (586)

type OrigPosReqRefIDField

type OrigPosReqRefIDField struct{ quickfix.FIXString }

OrigPosReqRefIDField is a STRING field

func NewOrigPosReqRefID

func NewOrigPosReqRefID(val string) OrigPosReqRefIDField

NewOrigPosReqRefID returns a new OrigPosReqRefIDField initialized with val

func (OrigPosReqRefIDField) Tag

Tag returns tag.OrigPosReqRefID (713)

type OrigSecondaryTradeIDField

type OrigSecondaryTradeIDField struct{ quickfix.FIXString }

OrigSecondaryTradeIDField is a STRING field

func NewOrigSecondaryTradeID

func NewOrigSecondaryTradeID(val string) OrigSecondaryTradeIDField

NewOrigSecondaryTradeID returns a new OrigSecondaryTradeIDField initialized with val

func (OrigSecondaryTradeIDField) Tag

Tag returns tag.OrigSecondaryTradeID (1127)

type OrigSendingTimeField

type OrigSendingTimeField struct{ quickfix.FIXUTCTimestamp }

OrigSendingTimeField is a UTCTIMESTAMP field

func NewOrigSendingTime added in v0.3.0

func NewOrigSendingTime(val time.Time) OrigSendingTimeField

NewOrigSendingTime returns a new OrigSendingTimeField initialized with val

func NewOrigSendingTimeNoMillis added in v0.3.0

func NewOrigSendingTimeNoMillis(val time.Time) OrigSendingTimeField

NewOrigSendingTimeNoMillis returns a new OrigSendingTimeField initialized with val without millisecs

func (OrigSendingTimeField) Tag

Tag returns tag.OrigSendingTime (122)

type OrigTimeField

type OrigTimeField struct{ quickfix.FIXUTCTimestamp }

OrigTimeField is a UTCTIMESTAMP field

func NewOrigTime added in v0.3.0

func NewOrigTime(val time.Time) OrigTimeField

NewOrigTime returns a new OrigTimeField initialized with val

func NewOrigTimeNoMillis added in v0.3.0

func NewOrigTimeNoMillis(val time.Time) OrigTimeField

NewOrigTimeNoMillis returns a new OrigTimeField initialized with val without millisecs

func (OrigTimeField) Tag

func (f OrigTimeField) Tag() quickfix.Tag

Tag returns tag.OrigTime (42)

type OrigTradeDateField

type OrigTradeDateField struct{ quickfix.FIXString }

OrigTradeDateField is a LOCALMKTDATE field

func NewOrigTradeDate

func NewOrigTradeDate(val string) OrigTradeDateField

NewOrigTradeDate returns a new OrigTradeDateField initialized with val

func (OrigTradeDateField) Tag

Tag returns tag.OrigTradeDate (1125)

type OrigTradeHandlingInstrField

type OrigTradeHandlingInstrField struct{ quickfix.FIXString }

OrigTradeHandlingInstrField is a CHAR field

func NewOrigTradeHandlingInstr

func NewOrigTradeHandlingInstr(val string) OrigTradeHandlingInstrField

NewOrigTradeHandlingInstr returns a new OrigTradeHandlingInstrField initialized with val

func (OrigTradeHandlingInstrField) Tag

Tag returns tag.OrigTradeHandlingInstr (1124)

type OrigTradeIDField

type OrigTradeIDField struct{ quickfix.FIXString }

OrigTradeIDField is a STRING field

func NewOrigTradeID

func NewOrigTradeID(val string) OrigTradeIDField

NewOrigTradeID returns a new OrigTradeIDField initialized with val

func (OrigTradeIDField) Tag

func (f OrigTradeIDField) Tag() quickfix.Tag

Tag returns tag.OrigTradeID (1126)

type OriginalNotionalPercentageOutstandingField

type OriginalNotionalPercentageOutstandingField struct{ quickfix.FIXDecimal }

OriginalNotionalPercentageOutstandingField is a PERCENTAGE field

func NewOriginalNotionalPercentageOutstanding

func NewOriginalNotionalPercentageOutstanding(val decimal.Decimal, scale int32) OriginalNotionalPercentageOutstandingField

NewOriginalNotionalPercentageOutstanding returns a new OriginalNotionalPercentageOutstandingField initialized with val and scale

func (OriginalNotionalPercentageOutstandingField) Tag

Tag returns tag.OriginalNotionalPercentageOutstanding (1452)

type OutMainCntryUIndexField

type OutMainCntryUIndexField struct{ quickfix.FIXDecimal }

OutMainCntryUIndexField is a AMT field

func NewOutMainCntryUIndex

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

NewOutMainCntryUIndex returns a new OutMainCntryUIndexField initialized with val and scale

func (OutMainCntryUIndexField) Tag

Tag returns tag.OutMainCntryUIndex (412)

type OutsideIndexPctField

type OutsideIndexPctField struct{ quickfix.FIXDecimal }

OutsideIndexPctField is a PERCENTAGE field

func NewOutsideIndexPct

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

NewOutsideIndexPct returns a new OutsideIndexPctField initialized with val and scale

func (OutsideIndexPctField) Tag

Tag returns tag.OutsideIndexPct (407)

type OwnerTypeField

type OwnerTypeField struct{ quickfix.FIXInt }

OwnerTypeField is a INT field

func NewOwnerType

func NewOwnerType(val int) OwnerTypeField

NewOwnerType returns a new OwnerTypeField initialized with val

func (OwnerTypeField) Tag

func (f OwnerTypeField) Tag() quickfix.Tag

Tag returns tag.OwnerType (522)

type OwnershipTypeField

type OwnershipTypeField struct{ quickfix.FIXString }

OwnershipTypeField is a CHAR field

func NewOwnershipType

func NewOwnershipType(val string) OwnershipTypeField

NewOwnershipType returns a new OwnershipTypeField initialized with val

func (OwnershipTypeField) Tag

Tag returns tag.OwnershipType (517)

type ParentMktSegmIDField

type ParentMktSegmIDField struct{ quickfix.FIXString }

ParentMktSegmIDField is a STRING field

func NewParentMktSegmID

func NewParentMktSegmID(val string) ParentMktSegmIDField

NewParentMktSegmID returns a new ParentMktSegmIDField initialized with val

func (ParentMktSegmIDField) Tag

Tag returns tag.ParentMktSegmID (1325)

type ParticipationRateField

type ParticipationRateField struct{ quickfix.FIXDecimal }

ParticipationRateField is a PERCENTAGE field

func NewParticipationRate

func NewParticipationRate(val decimal.Decimal, scale int32) ParticipationRateField

NewParticipationRate returns a new ParticipationRateField initialized with val and scale

func (ParticipationRateField) Tag

Tag returns tag.ParticipationRate (849)

type PartyAltIDField

type PartyAltIDField struct{ quickfix.FIXString }

PartyAltIDField is a STRING field

func NewPartyAltID

func NewPartyAltID(val string) PartyAltIDField

NewPartyAltID returns a new PartyAltIDField initialized with val

func (PartyAltIDField) Tag

func (f PartyAltIDField) Tag() quickfix.Tag

Tag returns tag.PartyAltID (1517)

type PartyAltIDSourceField

type PartyAltIDSourceField struct{ quickfix.FIXString }

PartyAltIDSourceField is a CHAR field

func NewPartyAltIDSource

func NewPartyAltIDSource(val string) PartyAltIDSourceField

NewPartyAltIDSource returns a new PartyAltIDSourceField initialized with val

func (PartyAltIDSourceField) Tag

Tag returns tag.PartyAltIDSource (1518)

type PartyAltSubIDField

type PartyAltSubIDField struct{ quickfix.FIXString }

PartyAltSubIDField is a STRING field

func NewPartyAltSubID

func NewPartyAltSubID(val string) PartyAltSubIDField

NewPartyAltSubID returns a new PartyAltSubIDField initialized with val

func (PartyAltSubIDField) Tag

Tag returns tag.PartyAltSubID (1520)

type PartyAltSubIDTypeField

type PartyAltSubIDTypeField struct{ quickfix.FIXInt }

PartyAltSubIDTypeField is a INT field

func NewPartyAltSubIDType

func NewPartyAltSubIDType(val int) PartyAltSubIDTypeField

NewPartyAltSubIDType returns a new PartyAltSubIDTypeField initialized with val

func (PartyAltSubIDTypeField) Tag

Tag returns tag.PartyAltSubIDType (1521)

type PartyDetailsListReportIDField

type PartyDetailsListReportIDField struct{ quickfix.FIXString }

PartyDetailsListReportIDField is a STRING field

func NewPartyDetailsListReportID

func NewPartyDetailsListReportID(val string) PartyDetailsListReportIDField

NewPartyDetailsListReportID returns a new PartyDetailsListReportIDField initialized with val

func (PartyDetailsListReportIDField) Tag

Tag returns tag.PartyDetailsListReportID (1510)

type PartyDetailsListRequestIDField

type PartyDetailsListRequestIDField struct{ quickfix.FIXString }

PartyDetailsListRequestIDField is a STRING field

func NewPartyDetailsListRequestID

func NewPartyDetailsListRequestID(val string) PartyDetailsListRequestIDField

NewPartyDetailsListRequestID returns a new PartyDetailsListRequestIDField initialized with val

func (PartyDetailsListRequestIDField) Tag

Tag returns tag.PartyDetailsListRequestID (1505)

type PartyDetailsRequestResultField

type PartyDetailsRequestResultField struct{ quickfix.FIXInt }

PartyDetailsRequestResultField is a INT field

func NewPartyDetailsRequestResult

func NewPartyDetailsRequestResult(val int) PartyDetailsRequestResultField

NewPartyDetailsRequestResult returns a new PartyDetailsRequestResultField initialized with val

func (PartyDetailsRequestResultField) Tag

Tag returns tag.PartyDetailsRequestResult (1511)

type PartyIDField

type PartyIDField struct{ quickfix.FIXString }

PartyIDField is a STRING field

func NewPartyID

func NewPartyID(val string) PartyIDField

NewPartyID returns a new PartyIDField initialized with val

func (PartyIDField) Tag

func (f PartyIDField) Tag() quickfix.Tag

Tag returns tag.PartyID (448)

type PartyIDSourceField

type PartyIDSourceField struct{ quickfix.FIXString }

PartyIDSourceField is a CHAR field

func NewPartyIDSource

func NewPartyIDSource(val string) PartyIDSourceField

NewPartyIDSource returns a new PartyIDSourceField initialized with val

func (PartyIDSourceField) Tag

Tag returns tag.PartyIDSource (447)

type PartyListResponseTypeField

type PartyListResponseTypeField struct{ quickfix.FIXInt }

PartyListResponseTypeField is a INT field

func NewPartyListResponseType

func NewPartyListResponseType(val int) PartyListResponseTypeField

NewPartyListResponseType returns a new PartyListResponseTypeField initialized with val

func (PartyListResponseTypeField) Tag

Tag returns tag.PartyListResponseType (1507)

type PartyRelationshipField

type PartyRelationshipField struct{ quickfix.FIXInt }

PartyRelationshipField is a INT field

func NewPartyRelationship

func NewPartyRelationship(val int) PartyRelationshipField

NewPartyRelationship returns a new PartyRelationshipField initialized with val

func (PartyRelationshipField) Tag

Tag returns tag.PartyRelationship (1515)

type PartyRoleField

type PartyRoleField struct{ quickfix.FIXInt }

PartyRoleField is a INT field

func NewPartyRole

func NewPartyRole(val int) PartyRoleField

NewPartyRole returns a new PartyRoleField initialized with val

func (PartyRoleField) Tag

func (f PartyRoleField) Tag() quickfix.Tag

Tag returns tag.PartyRole (452)

type PartySubIDField

type PartySubIDField struct{ quickfix.FIXString }

PartySubIDField is a STRING field

func NewPartySubID

func NewPartySubID(val string) PartySubIDField

NewPartySubID returns a new PartySubIDField initialized with val

func (PartySubIDField) Tag

func (f PartySubIDField) Tag() quickfix.Tag

Tag returns tag.PartySubID (523)

type PartySubIDTypeField

type PartySubIDTypeField struct{ quickfix.FIXInt }

PartySubIDTypeField is a INT field

func NewPartySubIDType

func NewPartySubIDType(val int) PartySubIDTypeField

NewPartySubIDType returns a new PartySubIDTypeField initialized with val

func (PartySubIDTypeField) Tag

Tag returns tag.PartySubIDType (803)

type PasswordField

type PasswordField struct{ quickfix.FIXString }

PasswordField is a STRING field

func NewPassword

func NewPassword(val string) PasswordField

NewPassword returns a new PasswordField initialized with val

func (PasswordField) Tag

func (f PasswordField) Tag() quickfix.Tag

Tag returns tag.Password (554)

type PaymentDateField

type PaymentDateField struct{ quickfix.FIXString }

PaymentDateField is a LOCALMKTDATE field

func NewPaymentDate

func NewPaymentDate(val string) PaymentDateField

NewPaymentDate returns a new PaymentDateField initialized with val

func (PaymentDateField) Tag

func (f PaymentDateField) Tag() quickfix.Tag

Tag returns tag.PaymentDate (504)

type PaymentMethodField

type PaymentMethodField struct{ quickfix.FIXInt }

PaymentMethodField is a INT field

func NewPaymentMethod

func NewPaymentMethod(val int) PaymentMethodField

NewPaymentMethod returns a new PaymentMethodField initialized with val

func (PaymentMethodField) Tag

Tag returns tag.PaymentMethod (492)

type PaymentRefField

type PaymentRefField struct{ quickfix.FIXString }

PaymentRefField is a STRING field

func NewPaymentRef

func NewPaymentRef(val string) PaymentRefField

NewPaymentRef returns a new PaymentRefField initialized with val

func (PaymentRefField) Tag

func (f PaymentRefField) Tag() quickfix.Tag

Tag returns tag.PaymentRef (476)

type PaymentRemitterIDField

type PaymentRemitterIDField struct{ quickfix.FIXString }

PaymentRemitterIDField is a STRING field

func NewPaymentRemitterID

func NewPaymentRemitterID(val string) PaymentRemitterIDField

NewPaymentRemitterID returns a new PaymentRemitterIDField initialized with val

func (PaymentRemitterIDField) Tag

Tag returns tag.PaymentRemitterID (505)

type PctAtRiskField

type PctAtRiskField struct{ quickfix.FIXDecimal }

PctAtRiskField is a PERCENTAGE field

func NewPctAtRisk

func NewPctAtRisk(val decimal.Decimal, scale int32) PctAtRiskField

NewPctAtRisk returns a new PctAtRiskField initialized with val and scale

func (PctAtRiskField) Tag

func (f PctAtRiskField) Tag() quickfix.Tag

Tag returns tag.PctAtRisk (869)

type PegDifferenceField

type PegDifferenceField struct{ quickfix.FIXDecimal }

PegDifferenceField is a PRICEOFFSET field

func NewPegDifference

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

NewPegDifference returns a new PegDifferenceField initialized with val and scale

func (PegDifferenceField) Tag

Tag returns tag.PegDifference (211)

type PegLimitTypeField

type PegLimitTypeField struct{ quickfix.FIXInt }

PegLimitTypeField is a INT field

func NewPegLimitType

func NewPegLimitType(val int) PegLimitTypeField

NewPegLimitType returns a new PegLimitTypeField initialized with val

func (PegLimitTypeField) Tag

func (f PegLimitTypeField) Tag() quickfix.Tag

Tag returns tag.PegLimitType (837)

type PegMoveTypeField

type PegMoveTypeField struct{ quickfix.FIXInt }

PegMoveTypeField is a INT field

func NewPegMoveType

func NewPegMoveType(val int) PegMoveTypeField

NewPegMoveType returns a new PegMoveTypeField initialized with val

func (PegMoveTypeField) Tag

func (f PegMoveTypeField) Tag() quickfix.Tag

Tag returns tag.PegMoveType (835)

type PegOffsetTypeField

type PegOffsetTypeField struct{ quickfix.FIXInt }

PegOffsetTypeField is a INT field

func NewPegOffsetType

func NewPegOffsetType(val int) PegOffsetTypeField

NewPegOffsetType returns a new PegOffsetTypeField initialized with val

func (PegOffsetTypeField) Tag

Tag returns tag.PegOffsetType (836)

type PegOffsetValueField

type PegOffsetValueField struct{ quickfix.FIXDecimal }

PegOffsetValueField is a FLOAT field

func NewPegOffsetValue

func NewPegOffsetValue(val decimal.Decimal, scale int32) PegOffsetValueField

NewPegOffsetValue returns a new PegOffsetValueField initialized with val and scale

func (PegOffsetValueField) Tag

Tag returns tag.PegOffsetValue (211)

type PegPriceTypeField

type PegPriceTypeField struct{ quickfix.FIXInt }

PegPriceTypeField is a INT field

func NewPegPriceType

func NewPegPriceType(val int) PegPriceTypeField

NewPegPriceType returns a new PegPriceTypeField initialized with val

func (PegPriceTypeField) Tag

func (f PegPriceTypeField) Tag() quickfix.Tag

Tag returns tag.PegPriceType (1094)

type PegRoundDirectionField

type PegRoundDirectionField struct{ quickfix.FIXInt }

PegRoundDirectionField is a INT field

func NewPegRoundDirection

func NewPegRoundDirection(val int) PegRoundDirectionField

NewPegRoundDirection returns a new PegRoundDirectionField initialized with val

func (PegRoundDirectionField) Tag

Tag returns tag.PegRoundDirection (838)

type PegScopeField

type PegScopeField struct{ quickfix.FIXInt }

PegScopeField is a INT field

func NewPegScope

func NewPegScope(val int) PegScopeField

NewPegScope returns a new PegScopeField initialized with val

func (PegScopeField) Tag

func (f PegScopeField) Tag() quickfix.Tag

Tag returns tag.PegScope (840)

type PegSecurityDescField

type PegSecurityDescField struct{ quickfix.FIXString }

PegSecurityDescField is a STRING field

func NewPegSecurityDesc

func NewPegSecurityDesc(val string) PegSecurityDescField

NewPegSecurityDesc returns a new PegSecurityDescField initialized with val

func (PegSecurityDescField) Tag

Tag returns tag.PegSecurityDesc (1099)

type PegSecurityIDField

type PegSecurityIDField struct{ quickfix.FIXString }

PegSecurityIDField is a STRING field

func NewPegSecurityID

func NewPegSecurityID(val string) PegSecurityIDField

NewPegSecurityID returns a new PegSecurityIDField initialized with val

func (PegSecurityIDField) Tag

Tag returns tag.PegSecurityID (1097)

type PegSecurityIDSourceField

type PegSecurityIDSourceField struct{ quickfix.FIXString }

PegSecurityIDSourceField is a STRING field

func NewPegSecurityIDSource

func NewPegSecurityIDSource(val string) PegSecurityIDSourceField

NewPegSecurityIDSource returns a new PegSecurityIDSourceField initialized with val

func (PegSecurityIDSourceField) Tag

Tag returns tag.PegSecurityIDSource (1096)

type PegSymbolField

type PegSymbolField struct{ quickfix.FIXString }

PegSymbolField is a STRING field

func NewPegSymbol

func NewPegSymbol(val string) PegSymbolField

NewPegSymbol returns a new PegSymbolField initialized with val

func (PegSymbolField) Tag

func (f PegSymbolField) Tag() quickfix.Tag

Tag returns tag.PegSymbol (1098)

type PeggedPriceField

type PeggedPriceField struct{ quickfix.FIXDecimal }

PeggedPriceField is a PRICE field

func NewPeggedPrice

func NewPeggedPrice(val decimal.Decimal, scale int32) PeggedPriceField

NewPeggedPrice returns a new PeggedPriceField initialized with val and scale

func (PeggedPriceField) Tag

func (f PeggedPriceField) Tag() quickfix.Tag

Tag returns tag.PeggedPrice (839)

type PeggedRefPriceField

type PeggedRefPriceField struct{ quickfix.FIXDecimal }

PeggedRefPriceField is a PRICE field

func NewPeggedRefPrice

func NewPeggedRefPrice(val decimal.Decimal, scale int32) PeggedRefPriceField

NewPeggedRefPrice returns a new PeggedRefPriceField initialized with val and scale

func (PeggedRefPriceField) Tag

Tag returns tag.PeggedRefPrice (1095)

type PoolField

type PoolField struct{ quickfix.FIXString }

PoolField is a STRING field

func NewPool

func NewPool(val string) PoolField

NewPool returns a new PoolField initialized with val

func (PoolField) Tag

func (f PoolField) Tag() quickfix.Tag

Tag returns tag.Pool (691)

type PosAmtField

type PosAmtField struct{ quickfix.FIXDecimal }

PosAmtField is a AMT field

func NewPosAmt

func NewPosAmt(val decimal.Decimal, scale int32) PosAmtField

NewPosAmt returns a new PosAmtField initialized with val and scale

func (PosAmtField) Tag

func (f PosAmtField) Tag() quickfix.Tag

Tag returns tag.PosAmt (708)

type PosAmtTypeField

type PosAmtTypeField struct{ quickfix.FIXString }

PosAmtTypeField is a STRING field

func NewPosAmtType

func NewPosAmtType(val string) PosAmtTypeField

NewPosAmtType returns a new PosAmtTypeField initialized with val

func (PosAmtTypeField) Tag

func (f PosAmtTypeField) Tag() quickfix.Tag

Tag returns tag.PosAmtType (707)

type PosMaintActionField

type PosMaintActionField struct{ quickfix.FIXInt }

PosMaintActionField is a INT field

func NewPosMaintAction

func NewPosMaintAction(val int) PosMaintActionField

NewPosMaintAction returns a new PosMaintActionField initialized with val

func (PosMaintActionField) Tag

Tag returns tag.PosMaintAction (712)

type PosMaintResultField

type PosMaintResultField struct{ quickfix.FIXInt }

PosMaintResultField is a INT field

func NewPosMaintResult

func NewPosMaintResult(val int) PosMaintResultField

NewPosMaintResult returns a new PosMaintResultField initialized with val

func (PosMaintResultField) Tag

Tag returns tag.PosMaintResult (723)

type PosMaintRptIDField

type PosMaintRptIDField struct{ quickfix.FIXString }

PosMaintRptIDField is a STRING field

func NewPosMaintRptID

func NewPosMaintRptID(val string) PosMaintRptIDField

NewPosMaintRptID returns a new PosMaintRptIDField initialized with val

func (PosMaintRptIDField) Tag

Tag returns tag.PosMaintRptID (721)

type PosMaintRptRefIDField

type PosMaintRptRefIDField struct{ quickfix.FIXString }

PosMaintRptRefIDField is a STRING field

func NewPosMaintRptRefID

func NewPosMaintRptRefID(val string) PosMaintRptRefIDField

NewPosMaintRptRefID returns a new PosMaintRptRefIDField initialized with val

func (PosMaintRptRefIDField) Tag

Tag returns tag.PosMaintRptRefID (714)

type PosMaintStatusField

type PosMaintStatusField struct{ quickfix.FIXInt }

PosMaintStatusField is a INT field

func NewPosMaintStatus

func NewPosMaintStatus(val int) PosMaintStatusField

NewPosMaintStatus returns a new PosMaintStatusField initialized with val

func (PosMaintStatusField) Tag

Tag returns tag.PosMaintStatus (722)

type PosQtyStatusField

type PosQtyStatusField struct{ quickfix.FIXInt }

PosQtyStatusField is a INT field

func NewPosQtyStatus

func NewPosQtyStatus(val int) PosQtyStatusField

NewPosQtyStatus returns a new PosQtyStatusField initialized with val

func (PosQtyStatusField) Tag

func (f PosQtyStatusField) Tag() quickfix.Tag

Tag returns tag.PosQtyStatus (706)

type PosReqIDField

type PosReqIDField struct{ quickfix.FIXString }

PosReqIDField is a STRING field

func NewPosReqID

func NewPosReqID(val string) PosReqIDField

NewPosReqID returns a new PosReqIDField initialized with val

func (PosReqIDField) Tag

func (f PosReqIDField) Tag() quickfix.Tag

Tag returns tag.PosReqID (710)

type PosReqResultField

type PosReqResultField struct{ quickfix.FIXInt }

PosReqResultField is a INT field

func NewPosReqResult

func NewPosReqResult(val int) PosReqResultField

NewPosReqResult returns a new PosReqResultField initialized with val

func (PosReqResultField) Tag

func (f PosReqResultField) Tag() quickfix.Tag

Tag returns tag.PosReqResult (728)

type PosReqStatusField

type PosReqStatusField struct{ quickfix.FIXInt }

PosReqStatusField is a INT field

func NewPosReqStatus

func NewPosReqStatus(val int) PosReqStatusField

NewPosReqStatus returns a new PosReqStatusField initialized with val

func (PosReqStatusField) Tag

func (f PosReqStatusField) Tag() quickfix.Tag

Tag returns tag.PosReqStatus (729)

type PosReqTypeField

type PosReqTypeField struct{ quickfix.FIXInt }

PosReqTypeField is a INT field

func NewPosReqType

func NewPosReqType(val int) PosReqTypeField

NewPosReqType returns a new PosReqTypeField initialized with val

func (PosReqTypeField) Tag

func (f PosReqTypeField) Tag() quickfix.Tag

Tag returns tag.PosReqType (724)

type PosTransTypeField

type PosTransTypeField struct{ quickfix.FIXInt }

PosTransTypeField is a INT field

func NewPosTransType

func NewPosTransType(val int) PosTransTypeField

NewPosTransType returns a new PosTransTypeField initialized with val

func (PosTransTypeField) Tag

func (f PosTransTypeField) Tag() quickfix.Tag

Tag returns tag.PosTransType (709)

type PosTypeField

type PosTypeField struct{ quickfix.FIXString }

PosTypeField is a STRING field

func NewPosType

func NewPosType(val string) PosTypeField

NewPosType returns a new PosTypeField initialized with val

func (PosTypeField) Tag

func (f PosTypeField) Tag() quickfix.Tag

Tag returns tag.PosType (703)

type PositionCurrencyField

type PositionCurrencyField struct{ quickfix.FIXString }

PositionCurrencyField is a STRING field

func NewPositionCurrency

func NewPositionCurrency(val string) PositionCurrencyField

NewPositionCurrency returns a new PositionCurrencyField initialized with val

func (PositionCurrencyField) Tag

Tag returns tag.PositionCurrency (1055)

type PositionEffectField

type PositionEffectField struct{ quickfix.FIXString }

PositionEffectField is a CHAR field

func NewPositionEffect

func NewPositionEffect(val string) PositionEffectField

NewPositionEffect returns a new PositionEffectField initialized with val

func (PositionEffectField) Tag

Tag returns tag.PositionEffect (77)

type PositionLimitField

type PositionLimitField struct{ quickfix.FIXInt }

PositionLimitField is a INT field

func NewPositionLimit

func NewPositionLimit(val int) PositionLimitField

NewPositionLimit returns a new PositionLimitField initialized with val

func (PositionLimitField) Tag

Tag returns tag.PositionLimit (970)

type PossDupFlagField

type PossDupFlagField struct{ quickfix.FIXBoolean }

PossDupFlagField is a BOOLEAN field

func NewPossDupFlag

func NewPossDupFlag(val bool) PossDupFlagField

NewPossDupFlag returns a new PossDupFlagField initialized with val

func (PossDupFlagField) Tag

func (f PossDupFlagField) Tag() quickfix.Tag

Tag returns tag.PossDupFlag (43)

type PossResendField

type PossResendField struct{ quickfix.FIXBoolean }

PossResendField is a BOOLEAN field

func NewPossResend

func NewPossResend(val bool) PossResendField

NewPossResend returns a new PossResendField initialized with val

func (PossResendField) Tag

func (f PossResendField) Tag() quickfix.Tag

Tag returns tag.PossResend (97)

type PreTradeAnonymityField

type PreTradeAnonymityField struct{ quickfix.FIXBoolean }

PreTradeAnonymityField is a BOOLEAN field

func NewPreTradeAnonymity

func NewPreTradeAnonymity(val bool) PreTradeAnonymityField

NewPreTradeAnonymity returns a new PreTradeAnonymityField initialized with val

func (PreTradeAnonymityField) Tag

Tag returns tag.PreTradeAnonymity (1091)

type PreallocMethodField

type PreallocMethodField struct{ quickfix.FIXString }

PreallocMethodField is a CHAR field

func NewPreallocMethod

func NewPreallocMethod(val string) PreallocMethodField

NewPreallocMethod returns a new PreallocMethodField initialized with val

func (PreallocMethodField) Tag

Tag returns tag.PreallocMethod (591)

type PrevClosePxField

type PrevClosePxField struct{ quickfix.FIXDecimal }

PrevClosePxField is a PRICE field

func NewPrevClosePx

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

NewPrevClosePx returns a new PrevClosePxField initialized with val and scale

func (PrevClosePxField) Tag

func (f PrevClosePxField) Tag() quickfix.Tag

Tag returns tag.PrevClosePx (140)

type PreviouslyReportedField

type PreviouslyReportedField struct{ quickfix.FIXBoolean }

PreviouslyReportedField is a BOOLEAN field

func NewPreviouslyReported

func NewPreviouslyReported(val bool) PreviouslyReportedField

NewPreviouslyReported returns a new PreviouslyReportedField initialized with val

func (PreviouslyReportedField) Tag

Tag returns tag.PreviouslyReported (570)

type Price2Field

type Price2Field struct{ quickfix.FIXDecimal }

Price2Field is a PRICE field

func NewPrice2

func NewPrice2(val decimal.Decimal, scale int32) Price2Field

NewPrice2 returns a new Price2Field initialized with val and scale

func (Price2Field) Tag

func (f Price2Field) Tag() quickfix.Tag

Tag returns tag.Price2 (640)

type PriceDeltaField

type PriceDeltaField struct{ quickfix.FIXDecimal }

PriceDeltaField is a FLOAT field

func NewPriceDelta

func NewPriceDelta(val decimal.Decimal, scale int32) PriceDeltaField

NewPriceDelta returns a new PriceDeltaField initialized with val and scale

func (PriceDeltaField) Tag

func (f PriceDeltaField) Tag() quickfix.Tag

Tag returns tag.PriceDelta (811)

type PriceField

type PriceField struct{ quickfix.FIXDecimal }

PriceField is a PRICE field

func NewPrice

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

NewPrice returns a new PriceField initialized with val and scale

func (PriceField) Tag

func (f PriceField) Tag() quickfix.Tag

Tag returns tag.Price (44)

type PriceImprovementField

type PriceImprovementField struct{ quickfix.FIXDecimal }

PriceImprovementField is a PRICEOFFSET field

func NewPriceImprovement

func NewPriceImprovement(val decimal.Decimal, scale int32) PriceImprovementField

NewPriceImprovement returns a new PriceImprovementField initialized with val and scale

func (PriceImprovementField) Tag

Tag returns tag.PriceImprovement (639)

type PriceLimitTypeField

type PriceLimitTypeField struct{ quickfix.FIXInt }

PriceLimitTypeField is a INT field

func NewPriceLimitType

func NewPriceLimitType(val int) PriceLimitTypeField

NewPriceLimitType returns a new PriceLimitTypeField initialized with val

func (PriceLimitTypeField) Tag

Tag returns tag.PriceLimitType (1306)

type PriceProtectionScopeField

type PriceProtectionScopeField struct{ quickfix.FIXString }

PriceProtectionScopeField is a CHAR field

func NewPriceProtectionScope

func NewPriceProtectionScope(val string) PriceProtectionScopeField

NewPriceProtectionScope returns a new PriceProtectionScopeField initialized with val

func (PriceProtectionScopeField) Tag

Tag returns tag.PriceProtectionScope (1092)

type PriceQuoteMethodField

type PriceQuoteMethodField struct{ quickfix.FIXString }

PriceQuoteMethodField is a STRING field

func NewPriceQuoteMethod

func NewPriceQuoteMethod(val string) PriceQuoteMethodField

NewPriceQuoteMethod returns a new PriceQuoteMethodField initialized with val

func (PriceQuoteMethodField) Tag

Tag returns tag.PriceQuoteMethod (1196)

type PriceTypeField

type PriceTypeField struct{ quickfix.FIXInt }

PriceTypeField is a INT field

func NewPriceType

func NewPriceType(val int) PriceTypeField

NewPriceType returns a new PriceTypeField initialized with val

func (PriceTypeField) Tag

func (f PriceTypeField) Tag() quickfix.Tag

Tag returns tag.PriceType (423)

type PriceUnitOfMeasureField

type PriceUnitOfMeasureField struct{ quickfix.FIXString }

PriceUnitOfMeasureField is a STRING field

func NewPriceUnitOfMeasure

func NewPriceUnitOfMeasure(val string) PriceUnitOfMeasureField

NewPriceUnitOfMeasure returns a new PriceUnitOfMeasureField initialized with val

func (PriceUnitOfMeasureField) Tag

Tag returns tag.PriceUnitOfMeasure (1191)

type PriceUnitOfMeasureQtyField

type PriceUnitOfMeasureQtyField struct{ quickfix.FIXDecimal }

PriceUnitOfMeasureQtyField is a QTY field

func NewPriceUnitOfMeasureQty

func NewPriceUnitOfMeasureQty(val decimal.Decimal, scale int32) PriceUnitOfMeasureQtyField

NewPriceUnitOfMeasureQty returns a new PriceUnitOfMeasureQtyField initialized with val and scale

func (PriceUnitOfMeasureQtyField) Tag

Tag returns tag.PriceUnitOfMeasureQty (1192)

type PriorSettlPriceField

type PriorSettlPriceField struct{ quickfix.FIXDecimal }

PriorSettlPriceField is a PRICE field

func NewPriorSettlPrice

func NewPriorSettlPrice(val decimal.Decimal, scale int32) PriorSettlPriceField

NewPriorSettlPrice returns a new PriorSettlPriceField initialized with val and scale

func (PriorSettlPriceField) Tag

Tag returns tag.PriorSettlPrice (734)

type PriorSpreadIndicatorField

type PriorSpreadIndicatorField struct{ quickfix.FIXBoolean }

PriorSpreadIndicatorField is a BOOLEAN field

func NewPriorSpreadIndicator

func NewPriorSpreadIndicator(val bool) PriorSpreadIndicatorField

NewPriorSpreadIndicator returns a new PriorSpreadIndicatorField initialized with val

func (PriorSpreadIndicatorField) Tag

Tag returns tag.PriorSpreadIndicator (720)

type PriorityIndicatorField

type PriorityIndicatorField struct{ quickfix.FIXInt }

PriorityIndicatorField is a INT field

func NewPriorityIndicator

func NewPriorityIndicator(val int) PriorityIndicatorField

NewPriorityIndicator returns a new PriorityIndicatorField initialized with val

func (PriorityIndicatorField) Tag

Tag returns tag.PriorityIndicator (638)

type PrivateQuoteField

type PrivateQuoteField struct{ quickfix.FIXBoolean }

PrivateQuoteField is a BOOLEAN field

func NewPrivateQuote

func NewPrivateQuote(val bool) PrivateQuoteField

NewPrivateQuote returns a new PrivateQuoteField initialized with val

func (PrivateQuoteField) Tag

func (f PrivateQuoteField) Tag() quickfix.Tag

Tag returns tag.PrivateQuote (1171)

type ProcessCodeField

type ProcessCodeField struct{ quickfix.FIXString }

ProcessCodeField is a CHAR field

func NewProcessCode

func NewProcessCode(val string) ProcessCodeField

NewProcessCode returns a new ProcessCodeField initialized with val

func (ProcessCodeField) Tag

func (f ProcessCodeField) Tag() quickfix.Tag

Tag returns tag.ProcessCode (81)

type ProductComplexField

type ProductComplexField struct{ quickfix.FIXString }

ProductComplexField is a STRING field

func NewProductComplex

func NewProductComplex(val string) ProductComplexField

NewProductComplex returns a new ProductComplexField initialized with val

func (ProductComplexField) Tag

Tag returns tag.ProductComplex (1227)

type ProductField

type ProductField struct{ quickfix.FIXInt }

ProductField is a INT field

func NewProduct

func NewProduct(val int) ProductField

NewProduct returns a new ProductField initialized with val

func (ProductField) Tag

func (f ProductField) Tag() quickfix.Tag

Tag returns tag.Product (460)

type ProgPeriodIntervalField

type ProgPeriodIntervalField struct{ quickfix.FIXInt }

ProgPeriodIntervalField is a INT field

func NewProgPeriodInterval

func NewProgPeriodInterval(val int) ProgPeriodIntervalField

NewProgPeriodInterval returns a new ProgPeriodIntervalField initialized with val

func (ProgPeriodIntervalField) Tag

Tag returns tag.ProgPeriodInterval (415)

type ProgRptReqsField

type ProgRptReqsField struct{ quickfix.FIXInt }

ProgRptReqsField is a INT field

func NewProgRptReqs

func NewProgRptReqs(val int) ProgRptReqsField

NewProgRptReqs returns a new ProgRptReqsField initialized with val

func (ProgRptReqsField) Tag

func (f ProgRptReqsField) Tag() quickfix.Tag

Tag returns tag.ProgRptReqs (414)

type PublishTrdIndicatorField

type PublishTrdIndicatorField struct{ quickfix.FIXBoolean }

PublishTrdIndicatorField is a BOOLEAN field

func NewPublishTrdIndicator

func NewPublishTrdIndicator(val bool) PublishTrdIndicatorField

NewPublishTrdIndicator returns a new PublishTrdIndicatorField initialized with val

func (PublishTrdIndicatorField) Tag

Tag returns tag.PublishTrdIndicator (852)

type PutOrCallField

type PutOrCallField struct{ quickfix.FIXInt }

PutOrCallField is a INT field

func NewPutOrCall

func NewPutOrCall(val int) PutOrCallField

NewPutOrCall returns a new PutOrCallField initialized with val

func (PutOrCallField) Tag

func (f PutOrCallField) Tag() quickfix.Tag

Tag returns tag.PutOrCall (201)

type QtyTypeField

type QtyTypeField struct{ quickfix.FIXInt }

QtyTypeField is a INT field

func NewQtyType

func NewQtyType(val int) QtyTypeField

NewQtyType returns a new QtyTypeField initialized with val

func (QtyTypeField) Tag

func (f QtyTypeField) Tag() quickfix.Tag

Tag returns tag.QtyType (854)

type QuantityDateField

type QuantityDateField struct{ quickfix.FIXString }

QuantityDateField is a LOCALMKTDATE field

func NewQuantityDate

func NewQuantityDate(val string) QuantityDateField

NewQuantityDate returns a new QuantityDateField initialized with val

func (QuantityDateField) Tag

func (f QuantityDateField) Tag() quickfix.Tag

Tag returns tag.QuantityDate (976)

type QuantityField

type QuantityField struct{ quickfix.FIXDecimal }

QuantityField is a QTY field

func NewQuantity

func NewQuantity(val decimal.Decimal, scale int32) QuantityField

NewQuantity returns a new QuantityField initialized with val and scale

func (QuantityField) Tag

func (f QuantityField) Tag() quickfix.Tag

Tag returns tag.Quantity (53)

type QuantityTypeField

type QuantityTypeField struct{ quickfix.FIXInt }

QuantityTypeField is a INT field

func NewQuantityType

func NewQuantityType(val int) QuantityTypeField

NewQuantityType returns a new QuantityTypeField initialized with val

func (QuantityTypeField) Tag

func (f QuantityTypeField) Tag() quickfix.Tag

Tag returns tag.QuantityType (465)

type QuoteAckStatusField

type QuoteAckStatusField struct{ quickfix.FIXInt }

QuoteAckStatusField is a INT field

func NewQuoteAckStatus

func NewQuoteAckStatus(val int) QuoteAckStatusField

NewQuoteAckStatus returns a new QuoteAckStatusField initialized with val

func (QuoteAckStatusField) Tag

Tag returns tag.QuoteAckStatus (297)

type QuoteCancelTypeField

type QuoteCancelTypeField struct{ quickfix.FIXInt }

QuoteCancelTypeField is a INT field

func NewQuoteCancelType

func NewQuoteCancelType(val int) QuoteCancelTypeField

NewQuoteCancelType returns a new QuoteCancelTypeField initialized with val

func (QuoteCancelTypeField) Tag

Tag returns tag.QuoteCancelType (298)

type QuoteConditionField

type QuoteConditionField struct{ quickfix.FIXString }

QuoteConditionField is a MULTIPLESTRINGVALUE field

func NewQuoteCondition

func NewQuoteCondition(val string) QuoteConditionField

NewQuoteCondition returns a new QuoteConditionField initialized with val

func (QuoteConditionField) Tag

Tag returns tag.QuoteCondition (276)

type QuoteEntryIDField

type QuoteEntryIDField struct{ quickfix.FIXString }

QuoteEntryIDField is a STRING field

func NewQuoteEntryID

func NewQuoteEntryID(val string) QuoteEntryIDField

NewQuoteEntryID returns a new QuoteEntryIDField initialized with val

func (QuoteEntryIDField) Tag

func (f QuoteEntryIDField) Tag() quickfix.Tag

Tag returns tag.QuoteEntryID (299)

type QuoteEntryRejectReasonField

type QuoteEntryRejectReasonField struct{ quickfix.FIXInt }

QuoteEntryRejectReasonField is a INT field

func NewQuoteEntryRejectReason

func NewQuoteEntryRejectReason(val int) QuoteEntryRejectReasonField

NewQuoteEntryRejectReason returns a new QuoteEntryRejectReasonField initialized with val

func (QuoteEntryRejectReasonField) Tag

Tag returns tag.QuoteEntryRejectReason (368)

type QuoteEntryStatusField

type QuoteEntryStatusField struct{ quickfix.FIXInt }

QuoteEntryStatusField is a INT field

func NewQuoteEntryStatus

func NewQuoteEntryStatus(val int) QuoteEntryStatusField

NewQuoteEntryStatus returns a new QuoteEntryStatusField initialized with val

func (QuoteEntryStatusField) Tag

Tag returns tag.QuoteEntryStatus (1167)

type QuoteIDField

type QuoteIDField struct{ quickfix.FIXString }

QuoteIDField is a STRING field

func NewQuoteID

func NewQuoteID(val string) QuoteIDField

NewQuoteID returns a new QuoteIDField initialized with val

func (QuoteIDField) Tag

func (f QuoteIDField) Tag() quickfix.Tag

Tag returns tag.QuoteID (117)

type QuoteMsgIDField

type QuoteMsgIDField struct{ quickfix.FIXString }

QuoteMsgIDField is a STRING field

func NewQuoteMsgID

func NewQuoteMsgID(val string) QuoteMsgIDField

NewQuoteMsgID returns a new QuoteMsgIDField initialized with val

func (QuoteMsgIDField) Tag

func (f QuoteMsgIDField) Tag() quickfix.Tag

Tag returns tag.QuoteMsgID (1166)

type QuotePriceTypeField

type QuotePriceTypeField struct{ quickfix.FIXInt }

QuotePriceTypeField is a INT field

func NewQuotePriceType

func NewQuotePriceType(val int) QuotePriceTypeField

NewQuotePriceType returns a new QuotePriceTypeField initialized with val

func (QuotePriceTypeField) Tag

Tag returns tag.QuotePriceType (692)

type QuoteQualifierField

type QuoteQualifierField struct{ quickfix.FIXString }

QuoteQualifierField is a CHAR field

func NewQuoteQualifier

func NewQuoteQualifier(val string) QuoteQualifierField

NewQuoteQualifier returns a new QuoteQualifierField initialized with val

func (QuoteQualifierField) Tag

Tag returns tag.QuoteQualifier (695)

type QuoteRejectReasonField

type QuoteRejectReasonField struct{ quickfix.FIXInt }

QuoteRejectReasonField is a INT field

func NewQuoteRejectReason

func NewQuoteRejectReason(val int) QuoteRejectReasonField

NewQuoteRejectReason returns a new QuoteRejectReasonField initialized with val

func (QuoteRejectReasonField) Tag

Tag returns tag.QuoteRejectReason (300)

type QuoteReqIDField

type QuoteReqIDField struct{ quickfix.FIXString }

QuoteReqIDField is a STRING field

func NewQuoteReqID

func NewQuoteReqID(val string) QuoteReqIDField

NewQuoteReqID returns a new QuoteReqIDField initialized with val

func (QuoteReqIDField) Tag

func (f QuoteReqIDField) Tag() quickfix.Tag

Tag returns tag.QuoteReqID (131)

type QuoteRequestRejectReasonField

type QuoteRequestRejectReasonField struct{ quickfix.FIXInt }

QuoteRequestRejectReasonField is a INT field

func NewQuoteRequestRejectReason

func NewQuoteRequestRejectReason(val int) QuoteRequestRejectReasonField

NewQuoteRequestRejectReason returns a new QuoteRequestRejectReasonField initialized with val

func (QuoteRequestRejectReasonField) Tag

Tag returns tag.QuoteRequestRejectReason (658)

type QuoteRequestTypeField

type QuoteRequestTypeField struct{ quickfix.FIXInt }

QuoteRequestTypeField is a INT field

func NewQuoteRequestType

func NewQuoteRequestType(val int) QuoteRequestTypeField

NewQuoteRequestType returns a new QuoteRequestTypeField initialized with val

func (QuoteRequestTypeField) Tag

Tag returns tag.QuoteRequestType (303)

type QuoteRespIDField

type QuoteRespIDField struct{ quickfix.FIXString }

QuoteRespIDField is a STRING field

func NewQuoteRespID

func NewQuoteRespID(val string) QuoteRespIDField

NewQuoteRespID returns a new QuoteRespIDField initialized with val

func (QuoteRespIDField) Tag

func (f QuoteRespIDField) Tag() quickfix.Tag

Tag returns tag.QuoteRespID (693)

type QuoteRespTypeField

type QuoteRespTypeField struct{ quickfix.FIXInt }

QuoteRespTypeField is a INT field

func NewQuoteRespType

func NewQuoteRespType(val int) QuoteRespTypeField

NewQuoteRespType returns a new QuoteRespTypeField initialized with val

func (QuoteRespTypeField) Tag

Tag returns tag.QuoteRespType (694)

type QuoteResponseLevelField

type QuoteResponseLevelField struct{ quickfix.FIXInt }

QuoteResponseLevelField is a INT field

func NewQuoteResponseLevel

func NewQuoteResponseLevel(val int) QuoteResponseLevelField

NewQuoteResponseLevel returns a new QuoteResponseLevelField initialized with val

func (QuoteResponseLevelField) Tag

Tag returns tag.QuoteResponseLevel (301)

type QuoteSetIDField

type QuoteSetIDField struct{ quickfix.FIXString }

QuoteSetIDField is a STRING field

func NewQuoteSetID

func NewQuoteSetID(val string) QuoteSetIDField

NewQuoteSetID returns a new QuoteSetIDField initialized with val

func (QuoteSetIDField) Tag

func (f QuoteSetIDField) Tag() quickfix.Tag

Tag returns tag.QuoteSetID (302)

type QuoteSetValidUntilTimeField

type QuoteSetValidUntilTimeField struct{ quickfix.FIXUTCTimestamp }

QuoteSetValidUntilTimeField is a UTCTIMESTAMP field

func NewQuoteSetValidUntilTime added in v0.3.0

func NewQuoteSetValidUntilTime(val time.Time) QuoteSetValidUntilTimeField

NewQuoteSetValidUntilTime returns a new QuoteSetValidUntilTimeField initialized with val

func NewQuoteSetValidUntilTimeNoMillis added in v0.3.0

func NewQuoteSetValidUntilTimeNoMillis(val time.Time) QuoteSetValidUntilTimeField

NewQuoteSetValidUntilTimeNoMillis returns a new QuoteSetValidUntilTimeField initialized with val without millisecs

func (QuoteSetValidUntilTimeField) Tag

Tag returns tag.QuoteSetValidUntilTime (367)

type QuoteStatusField

type QuoteStatusField struct{ quickfix.FIXInt }

QuoteStatusField is a INT field

func NewQuoteStatus

func NewQuoteStatus(val int) QuoteStatusField

NewQuoteStatus returns a new QuoteStatusField initialized with val

func (QuoteStatusField) Tag

func (f QuoteStatusField) Tag() quickfix.Tag

Tag returns tag.QuoteStatus (297)

type QuoteStatusReqIDField

type QuoteStatusReqIDField struct{ quickfix.FIXString }

QuoteStatusReqIDField is a STRING field

func NewQuoteStatusReqID

func NewQuoteStatusReqID(val string) QuoteStatusReqIDField

NewQuoteStatusReqID returns a new QuoteStatusReqIDField initialized with val

func (QuoteStatusReqIDField) Tag

Tag returns tag.QuoteStatusReqID (649)

type QuoteTypeField

type QuoteTypeField struct{ quickfix.FIXInt }

QuoteTypeField is a INT field

func NewQuoteType

func NewQuoteType(val int) QuoteTypeField

NewQuoteType returns a new QuoteTypeField initialized with val

func (QuoteTypeField) Tag

func (f QuoteTypeField) Tag() quickfix.Tag

Tag returns tag.QuoteType (537)

type RFQReqIDField

type RFQReqIDField struct{ quickfix.FIXString }

RFQReqIDField is a STRING field

func NewRFQReqID

func NewRFQReqID(val string) RFQReqIDField

NewRFQReqID returns a new RFQReqIDField initialized with val

func (RFQReqIDField) Tag

func (f RFQReqIDField) Tag() quickfix.Tag

Tag returns tag.RFQReqID (644)

type RateSourceField

type RateSourceField struct{ quickfix.FIXInt }

RateSourceField is a INT field

func NewRateSource

func NewRateSource(val int) RateSourceField

NewRateSource returns a new RateSourceField initialized with val

func (RateSourceField) Tag

func (f RateSourceField) Tag() quickfix.Tag

Tag returns tag.RateSource (1446)

type RateSourceTypeField

type RateSourceTypeField struct{ quickfix.FIXInt }

RateSourceTypeField is a INT field

func NewRateSourceType

func NewRateSourceType(val int) RateSourceTypeField

NewRateSourceType returns a new RateSourceTypeField initialized with val

func (RateSourceTypeField) Tag

Tag returns tag.RateSourceType (1447)

type RatioQtyField

type RatioQtyField struct{ quickfix.FIXDecimal }

RatioQtyField is a QTY field

func NewRatioQty

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

NewRatioQty returns a new RatioQtyField initialized with val and scale

func (RatioQtyField) Tag

func (f RatioQtyField) Tag() quickfix.Tag

Tag returns tag.RatioQty (319)

type RawDataField

type RawDataField struct{ quickfix.FIXString }

RawDataField is a DATA field

func NewRawData

func NewRawData(val string) RawDataField

NewRawData returns a new RawDataField initialized with val

func (RawDataField) Tag

func (f RawDataField) Tag() quickfix.Tag

Tag returns tag.RawData (96)

type RawDataLengthField

type RawDataLengthField struct{ quickfix.FIXInt }

RawDataLengthField is a LENGTH field

func NewRawDataLength

func NewRawDataLength(val int) RawDataLengthField

NewRawDataLength returns a new RawDataLengthField initialized with val

func (RawDataLengthField) Tag

Tag returns tag.RawDataLength (95)

type ReceivedDeptIDField

type ReceivedDeptIDField struct{ quickfix.FIXString }

ReceivedDeptIDField is a STRING field

func NewReceivedDeptID

func NewReceivedDeptID(val string) ReceivedDeptIDField

NewReceivedDeptID returns a new ReceivedDeptIDField initialized with val

func (ReceivedDeptIDField) Tag

Tag returns tag.ReceivedDeptID (1030)

type RedemptionDateField

type RedemptionDateField struct{ quickfix.FIXString }

RedemptionDateField is a LOCALMKTDATE field

func NewRedemptionDate

func NewRedemptionDate(val string) RedemptionDateField

NewRedemptionDate returns a new RedemptionDateField initialized with val

func (RedemptionDateField) Tag

Tag returns tag.RedemptionDate (240)

type RefAllocIDField

type RefAllocIDField struct{ quickfix.FIXString }

RefAllocIDField is a STRING field

func NewRefAllocID

func NewRefAllocID(val string) RefAllocIDField

NewRefAllocID returns a new RefAllocIDField initialized with val

func (RefAllocIDField) Tag

func (f RefAllocIDField) Tag() quickfix.Tag

Tag returns tag.RefAllocID (72)

type RefApplExtIDField

type RefApplExtIDField struct{ quickfix.FIXInt }

RefApplExtIDField is a INT field

func NewRefApplExtID

func NewRefApplExtID(val int) RefApplExtIDField

NewRefApplExtID returns a new RefApplExtIDField initialized with val

func (RefApplExtIDField) Tag

func (f RefApplExtIDField) Tag() quickfix.Tag

Tag returns tag.RefApplExtID (1406)

type RefApplIDField

type RefApplIDField struct{ quickfix.FIXString }

RefApplIDField is a STRING field

func NewRefApplID

func NewRefApplID(val string) RefApplIDField

NewRefApplID returns a new RefApplIDField initialized with val

func (RefApplIDField) Tag

func (f RefApplIDField) Tag() quickfix.Tag

Tag returns tag.RefApplID (1355)

type RefApplLastSeqNumField

type RefApplLastSeqNumField struct{ quickfix.FIXInt }

RefApplLastSeqNumField is a SEQNUM field

func NewRefApplLastSeqNum

func NewRefApplLastSeqNum(val int) RefApplLastSeqNumField

NewRefApplLastSeqNum returns a new RefApplLastSeqNumField initialized with val

func (RefApplLastSeqNumField) Tag

Tag returns tag.RefApplLastSeqNum (1357)

type RefApplReqIDField

type RefApplReqIDField struct{ quickfix.FIXString }

RefApplReqIDField is a STRING field

func NewRefApplReqID

func NewRefApplReqID(val string) RefApplReqIDField

NewRefApplReqID returns a new RefApplReqIDField initialized with val

func (RefApplReqIDField) Tag

func (f RefApplReqIDField) Tag() quickfix.Tag

Tag returns tag.RefApplReqID (1433)

type RefApplVerIDField

type RefApplVerIDField struct{ quickfix.FIXString }

RefApplVerIDField is a STRING field

func NewRefApplVerID

func NewRefApplVerID(val string) RefApplVerIDField

NewRefApplVerID returns a new RefApplVerIDField initialized with val

func (RefApplVerIDField) Tag

func (f RefApplVerIDField) Tag() quickfix.Tag

Tag returns tag.RefApplVerID (1130)

type RefCompIDField

type RefCompIDField struct{ quickfix.FIXString }

RefCompIDField is a STRING field

func NewRefCompID

func NewRefCompID(val string) RefCompIDField

NewRefCompID returns a new RefCompIDField initialized with val

func (RefCompIDField) Tag

func (f RefCompIDField) Tag() quickfix.Tag

Tag returns tag.RefCompID (930)

type RefCstmApplVerIDField

type RefCstmApplVerIDField struct{ quickfix.FIXString }

RefCstmApplVerIDField is a STRING field

func NewRefCstmApplVerID

func NewRefCstmApplVerID(val string) RefCstmApplVerIDField

NewRefCstmApplVerID returns a new RefCstmApplVerIDField initialized with val

func (RefCstmApplVerIDField) Tag

Tag returns tag.RefCstmApplVerID (1131)

type RefMsgTypeField

type RefMsgTypeField struct{ quickfix.FIXString }

RefMsgTypeField is a STRING field

func NewRefMsgType

func NewRefMsgType(val string) RefMsgTypeField

NewRefMsgType returns a new RefMsgTypeField initialized with val

func (RefMsgTypeField) Tag

func (f RefMsgTypeField) Tag() quickfix.Tag

Tag returns tag.RefMsgType (372)

type RefOrdIDReasonField

type RefOrdIDReasonField struct{ quickfix.FIXInt }

RefOrdIDReasonField is a INT field

func NewRefOrdIDReason

func NewRefOrdIDReason(val int) RefOrdIDReasonField

NewRefOrdIDReason returns a new RefOrdIDReasonField initialized with val

func (RefOrdIDReasonField) Tag

Tag returns tag.RefOrdIDReason (1431)

type RefOrderIDField

type RefOrderIDField struct{ quickfix.FIXString }

RefOrderIDField is a STRING field

func NewRefOrderID

func NewRefOrderID(val string) RefOrderIDField

NewRefOrderID returns a new RefOrderIDField initialized with val

func (RefOrderIDField) Tag

func (f RefOrderIDField) Tag() quickfix.Tag

Tag returns tag.RefOrderID (1080)

type RefOrderIDSourceField

type RefOrderIDSourceField struct{ quickfix.FIXString }

RefOrderIDSourceField is a CHAR field

func NewRefOrderIDSource

func NewRefOrderIDSource(val string) RefOrderIDSourceField

NewRefOrderIDSource returns a new RefOrderIDSourceField initialized with val

func (RefOrderIDSourceField) Tag

Tag returns tag.RefOrderIDSource (1081)

type RefSeqNumField

type RefSeqNumField struct{ quickfix.FIXInt }

RefSeqNumField is a SEQNUM field

func NewRefSeqNum

func NewRefSeqNum(val int) RefSeqNumField

NewRefSeqNum returns a new RefSeqNumField initialized with val

func (RefSeqNumField) Tag

func (f RefSeqNumField) Tag() quickfix.Tag

Tag returns tag.RefSeqNum (45)

type RefSubIDField

type RefSubIDField struct{ quickfix.FIXString }

RefSubIDField is a STRING field

func NewRefSubID

func NewRefSubID(val string) RefSubIDField

NewRefSubID returns a new RefSubIDField initialized with val

func (RefSubIDField) Tag

func (f RefSubIDField) Tag() quickfix.Tag

Tag returns tag.RefSubID (931)

type RefTagIDField

type RefTagIDField struct{ quickfix.FIXInt }

RefTagIDField is a INT field

func NewRefTagID

func NewRefTagID(val int) RefTagIDField

NewRefTagID returns a new RefTagIDField initialized with val

func (RefTagIDField) Tag

func (f RefTagIDField) Tag() quickfix.Tag

Tag returns tag.RefTagID (371)

type ReferencePageField

type ReferencePageField struct{ quickfix.FIXString }

ReferencePageField is a STRING field

func NewReferencePage

func NewReferencePage(val string) ReferencePageField

NewReferencePage returns a new ReferencePageField initialized with val

func (ReferencePageField) Tag

Tag returns tag.ReferencePage (1448)

type RefreshIndicatorField

type RefreshIndicatorField struct{ quickfix.FIXBoolean }

RefreshIndicatorField is a BOOLEAN field

func NewRefreshIndicator

func NewRefreshIndicator(val bool) RefreshIndicatorField

NewRefreshIndicator returns a new RefreshIndicatorField initialized with val

func (RefreshIndicatorField) Tag

Tag returns tag.RefreshIndicator (1187)

type RefreshQtyField

type RefreshQtyField struct{ quickfix.FIXDecimal }

RefreshQtyField is a QTY field

func NewRefreshQty

func NewRefreshQty(val decimal.Decimal, scale int32) RefreshQtyField

NewRefreshQty returns a new RefreshQtyField initialized with val and scale

func (RefreshQtyField) Tag

func (f RefreshQtyField) Tag() quickfix.Tag

Tag returns tag.RefreshQty (1088)

type RegistAcctTypeField

type RegistAcctTypeField struct{ quickfix.FIXString }

RegistAcctTypeField is a STRING field

func NewRegistAcctType

func NewRegistAcctType(val string) RegistAcctTypeField

NewRegistAcctType returns a new RegistAcctTypeField initialized with val

func (RegistAcctTypeField) Tag

Tag returns tag.RegistAcctType (493)

type RegistDetlsField

type RegistDetlsField struct{ quickfix.FIXString }

RegistDetlsField is a STRING field

func NewRegistDetls

func NewRegistDetls(val string) RegistDetlsField

NewRegistDetls returns a new RegistDetlsField initialized with val

func (RegistDetlsField) Tag

func (f RegistDetlsField) Tag() quickfix.Tag

Tag returns tag.RegistDetls (509)

type RegistDtlsField

type RegistDtlsField struct{ quickfix.FIXString }

RegistDtlsField is a STRING field

func NewRegistDtls

func NewRegistDtls(val string) RegistDtlsField

NewRegistDtls returns a new RegistDtlsField initialized with val

func (RegistDtlsField) Tag

func (f RegistDtlsField) Tag() quickfix.Tag

Tag returns tag.RegistDtls (509)

type RegistEmailField

type RegistEmailField struct{ quickfix.FIXString }

RegistEmailField is a STRING field

func NewRegistEmail

func NewRegistEmail(val string) RegistEmailField

NewRegistEmail returns a new RegistEmailField initialized with val

func (RegistEmailField) Tag

func (f RegistEmailField) Tag() quickfix.Tag

Tag returns tag.RegistEmail (511)

type RegistIDField

type RegistIDField struct{ quickfix.FIXString }

RegistIDField is a STRING field

func NewRegistID

func NewRegistID(val string) RegistIDField

NewRegistID returns a new RegistIDField initialized with val

func (RegistIDField) Tag

func (f RegistIDField) Tag() quickfix.Tag

Tag returns tag.RegistID (513)

type RegistRefIDField

type RegistRefIDField struct{ quickfix.FIXString }

RegistRefIDField is a STRING field

func NewRegistRefID

func NewRegistRefID(val string) RegistRefIDField

NewRegistRefID returns a new RegistRefIDField initialized with val

func (RegistRefIDField) Tag

func (f RegistRefIDField) Tag() quickfix.Tag

Tag returns tag.RegistRefID (508)

type RegistRejReasonCodeField

type RegistRejReasonCodeField struct{ quickfix.FIXInt }

RegistRejReasonCodeField is a INT field

func NewRegistRejReasonCode

func NewRegistRejReasonCode(val int) RegistRejReasonCodeField

NewRegistRejReasonCode returns a new RegistRejReasonCodeField initialized with val

func (RegistRejReasonCodeField) Tag

Tag returns tag.RegistRejReasonCode (507)

type RegistRejReasonTextField

type RegistRejReasonTextField struct{ quickfix.FIXString }

RegistRejReasonTextField is a STRING field

func NewRegistRejReasonText

func NewRegistRejReasonText(val string) RegistRejReasonTextField

NewRegistRejReasonText returns a new RegistRejReasonTextField initialized with val

func (RegistRejReasonTextField) Tag

Tag returns tag.RegistRejReasonText (496)

type RegistStatusField

type RegistStatusField struct{ quickfix.FIXString }

RegistStatusField is a CHAR field

func NewRegistStatus

func NewRegistStatus(val string) RegistStatusField

NewRegistStatus returns a new RegistStatusField initialized with val

func (RegistStatusField) Tag

func (f RegistStatusField) Tag() quickfix.Tag

Tag returns tag.RegistStatus (506)

type RegistTransTypeField

type RegistTransTypeField struct{ quickfix.FIXString }

RegistTransTypeField is a CHAR field

func NewRegistTransType

func NewRegistTransType(val string) RegistTransTypeField

NewRegistTransType returns a new RegistTransTypeField initialized with val

func (RegistTransTypeField) Tag

Tag returns tag.RegistTransType (514)

type RejectTextField

type RejectTextField struct{ quickfix.FIXString }

RejectTextField is a STRING field

func NewRejectText

func NewRejectText(val string) RejectTextField

NewRejectText returns a new RejectTextField initialized with val

func (RejectTextField) Tag

func (f RejectTextField) Tag() quickfix.Tag

Tag returns tag.RejectText (1328)

type RelSymTransactTimeField

type RelSymTransactTimeField struct{ quickfix.FIXUTCTimestamp }

RelSymTransactTimeField is a UTCTIMESTAMP field

func NewRelSymTransactTime added in v0.3.0

func NewRelSymTransactTime(val time.Time) RelSymTransactTimeField

NewRelSymTransactTime returns a new RelSymTransactTimeField initialized with val

func NewRelSymTransactTimeNoMillis added in v0.3.0

func NewRelSymTransactTimeNoMillis(val time.Time) RelSymTransactTimeField

NewRelSymTransactTimeNoMillis returns a new RelSymTransactTimeField initialized with val without millisecs

func (RelSymTransactTimeField) Tag

Tag returns tag.RelSymTransactTime (1504)

type RelatdSymField

type RelatdSymField struct{ quickfix.FIXString }

RelatdSymField is a STRING field

func NewRelatdSym

func NewRelatdSym(val string) RelatdSymField

NewRelatdSym returns a new RelatdSymField initialized with val

func (RelatdSymField) Tag

func (f RelatdSymField) Tag() quickfix.Tag

Tag returns tag.RelatdSym (46)

type RelatedContextPartyIDField

type RelatedContextPartyIDField struct{ quickfix.FIXString }

RelatedContextPartyIDField is a STRING field

func NewRelatedContextPartyID

func NewRelatedContextPartyID(val string) RelatedContextPartyIDField

NewRelatedContextPartyID returns a new RelatedContextPartyIDField initialized with val

func (RelatedContextPartyIDField) Tag

Tag returns tag.RelatedContextPartyID (1576)

type RelatedContextPartyIDSourceField

type RelatedContextPartyIDSourceField struct{ quickfix.FIXString }

RelatedContextPartyIDSourceField is a CHAR field

func NewRelatedContextPartyIDSource

func NewRelatedContextPartyIDSource(val string) RelatedContextPartyIDSourceField

NewRelatedContextPartyIDSource returns a new RelatedContextPartyIDSourceField initialized with val

func (RelatedContextPartyIDSourceField) Tag

Tag returns tag.RelatedContextPartyIDSource (1577)

type RelatedContextPartyRoleField

type RelatedContextPartyRoleField struct{ quickfix.FIXInt }

RelatedContextPartyRoleField is a INT field

func NewRelatedContextPartyRole

func NewRelatedContextPartyRole(val int) RelatedContextPartyRoleField

NewRelatedContextPartyRole returns a new RelatedContextPartyRoleField initialized with val

func (RelatedContextPartyRoleField) Tag

Tag returns tag.RelatedContextPartyRole (1578)

type RelatedContextPartySubIDField

type RelatedContextPartySubIDField struct{ quickfix.FIXString }

RelatedContextPartySubIDField is a STRING field

func NewRelatedContextPartySubID

func NewRelatedContextPartySubID(val string) RelatedContextPartySubIDField

NewRelatedContextPartySubID returns a new RelatedContextPartySubIDField initialized with val

func (RelatedContextPartySubIDField) Tag

Tag returns tag.RelatedContextPartySubID (1580)

type RelatedContextPartySubIDTypeField

type RelatedContextPartySubIDTypeField struct{ quickfix.FIXInt }

RelatedContextPartySubIDTypeField is a INT field

func NewRelatedContextPartySubIDType

func NewRelatedContextPartySubIDType(val int) RelatedContextPartySubIDTypeField

NewRelatedContextPartySubIDType returns a new RelatedContextPartySubIDTypeField initialized with val

func (RelatedContextPartySubIDTypeField) Tag

Tag returns tag.RelatedContextPartySubIDType (1581)

type RelatedPartyAltIDField

type RelatedPartyAltIDField struct{ quickfix.FIXString }

RelatedPartyAltIDField is a STRING field

func NewRelatedPartyAltID

func NewRelatedPartyAltID(val string) RelatedPartyAltIDField

NewRelatedPartyAltID returns a new RelatedPartyAltIDField initialized with val

func (RelatedPartyAltIDField) Tag

Tag returns tag.RelatedPartyAltID (1570)

type RelatedPartyAltIDSourceField

type RelatedPartyAltIDSourceField struct{ quickfix.FIXString }

RelatedPartyAltIDSourceField is a CHAR field

func NewRelatedPartyAltIDSource

func NewRelatedPartyAltIDSource(val string) RelatedPartyAltIDSourceField

NewRelatedPartyAltIDSource returns a new RelatedPartyAltIDSourceField initialized with val

func (RelatedPartyAltIDSourceField) Tag

Tag returns tag.RelatedPartyAltIDSource (1571)

type RelatedPartyAltSubIDField

type RelatedPartyAltSubIDField struct{ quickfix.FIXString }

RelatedPartyAltSubIDField is a STRING field

func NewRelatedPartyAltSubID

func NewRelatedPartyAltSubID(val string) RelatedPartyAltSubIDField

NewRelatedPartyAltSubID returns a new RelatedPartyAltSubIDField initialized with val

func (RelatedPartyAltSubIDField) Tag

Tag returns tag.RelatedPartyAltSubID (1573)

type RelatedPartyAltSubIDTypeField

type RelatedPartyAltSubIDTypeField struct{ quickfix.FIXInt }

RelatedPartyAltSubIDTypeField is a INT field

func NewRelatedPartyAltSubIDType

func NewRelatedPartyAltSubIDType(val int) RelatedPartyAltSubIDTypeField

NewRelatedPartyAltSubIDType returns a new RelatedPartyAltSubIDTypeField initialized with val

func (RelatedPartyAltSubIDTypeField) Tag

Tag returns tag.RelatedPartyAltSubIDType (1574)

type RelatedPartyIDField

type RelatedPartyIDField struct{ quickfix.FIXString }

RelatedPartyIDField is a STRING field

func NewRelatedPartyID

func NewRelatedPartyID(val string) RelatedPartyIDField

NewRelatedPartyID returns a new RelatedPartyIDField initialized with val

func (RelatedPartyIDField) Tag

Tag returns tag.RelatedPartyID (1563)

type RelatedPartyIDSourceField

type RelatedPartyIDSourceField struct{ quickfix.FIXString }

RelatedPartyIDSourceField is a CHAR field

func NewRelatedPartyIDSource

func NewRelatedPartyIDSource(val string) RelatedPartyIDSourceField

NewRelatedPartyIDSource returns a new RelatedPartyIDSourceField initialized with val

func (RelatedPartyIDSourceField) Tag

Tag returns tag.RelatedPartyIDSource (1564)

type RelatedPartyRoleField

type RelatedPartyRoleField struct{ quickfix.FIXInt }

RelatedPartyRoleField is a INT field

func NewRelatedPartyRole

func NewRelatedPartyRole(val int) RelatedPartyRoleField

NewRelatedPartyRole returns a new RelatedPartyRoleField initialized with val

func (RelatedPartyRoleField) Tag

Tag returns tag.RelatedPartyRole (1565)

type RelatedPartySubIDField

type RelatedPartySubIDField struct{ quickfix.FIXString }

RelatedPartySubIDField is a STRING field

func NewRelatedPartySubID

func NewRelatedPartySubID(val string) RelatedPartySubIDField

NewRelatedPartySubID returns a new RelatedPartySubIDField initialized with val

func (RelatedPartySubIDField) Tag

Tag returns tag.RelatedPartySubID (1567)

type RelatedPartySubIDTypeField

type RelatedPartySubIDTypeField struct{ quickfix.FIXInt }

RelatedPartySubIDTypeField is a INT field

func NewRelatedPartySubIDType

func NewRelatedPartySubIDType(val int) RelatedPartySubIDTypeField

NewRelatedPartySubIDType returns a new RelatedPartySubIDTypeField initialized with val

func (RelatedPartySubIDTypeField) Tag

Tag returns tag.RelatedPartySubIDType (1568)

type RelationshipRiskCFICodeField

type RelationshipRiskCFICodeField struct{ quickfix.FIXString }

RelationshipRiskCFICodeField is a STRING field

func NewRelationshipRiskCFICode

func NewRelationshipRiskCFICode(val string) RelationshipRiskCFICodeField

NewRelationshipRiskCFICode returns a new RelationshipRiskCFICodeField initialized with val

func (RelationshipRiskCFICodeField) Tag

Tag returns tag.RelationshipRiskCFICode (1599)

type RelationshipRiskCouponRateField

type RelationshipRiskCouponRateField struct{ quickfix.FIXDecimal }

RelationshipRiskCouponRateField is a PERCENTAGE field

func NewRelationshipRiskCouponRate

func NewRelationshipRiskCouponRate(val decimal.Decimal, scale int32) RelationshipRiskCouponRateField

NewRelationshipRiskCouponRate returns a new RelationshipRiskCouponRateField initialized with val and scale

func (RelationshipRiskCouponRateField) Tag

Tag returns tag.RelationshipRiskCouponRate (1608)

type RelationshipRiskEncodedSecurityDescField

type RelationshipRiskEncodedSecurityDescField struct{ quickfix.FIXString }

RelationshipRiskEncodedSecurityDescField is a DATA field

func NewRelationshipRiskEncodedSecurityDesc

func NewRelationshipRiskEncodedSecurityDesc(val string) RelationshipRiskEncodedSecurityDescField

NewRelationshipRiskEncodedSecurityDesc returns a new RelationshipRiskEncodedSecurityDescField initialized with val

func (RelationshipRiskEncodedSecurityDescField) Tag

Tag returns tag.RelationshipRiskEncodedSecurityDesc (1619)

type RelationshipRiskEncodedSecurityDescLenField

type RelationshipRiskEncodedSecurityDescLenField struct{ quickfix.FIXInt }

RelationshipRiskEncodedSecurityDescLenField is a LENGTH field

func NewRelationshipRiskEncodedSecurityDescLen

func NewRelationshipRiskEncodedSecurityDescLen(val int) RelationshipRiskEncodedSecurityDescLenField

NewRelationshipRiskEncodedSecurityDescLen returns a new RelationshipRiskEncodedSecurityDescLenField initialized with val

func (RelationshipRiskEncodedSecurityDescLenField) Tag

Tag returns tag.RelationshipRiskEncodedSecurityDescLen (1618)

type RelationshipRiskFlexibleIndicatorField

type RelationshipRiskFlexibleIndicatorField struct{ quickfix.FIXBoolean }

RelationshipRiskFlexibleIndicatorField is a BOOLEAN field

func NewRelationshipRiskFlexibleIndicator

func NewRelationshipRiskFlexibleIndicator(val bool) RelationshipRiskFlexibleIndicatorField

NewRelationshipRiskFlexibleIndicator returns a new RelationshipRiskFlexibleIndicatorField initialized with val

func (RelationshipRiskFlexibleIndicatorField) Tag

Tag returns tag.RelationshipRiskFlexibleIndicator (1607)

type RelationshipRiskInstrumentMultiplierField

type RelationshipRiskInstrumentMultiplierField struct{ quickfix.FIXDecimal }

RelationshipRiskInstrumentMultiplierField is a FLOAT field

func NewRelationshipRiskInstrumentMultiplier

func NewRelationshipRiskInstrumentMultiplier(val decimal.Decimal, scale int32) RelationshipRiskInstrumentMultiplierField

NewRelationshipRiskInstrumentMultiplier returns a new RelationshipRiskInstrumentMultiplierField initialized with val and scale

func (RelationshipRiskInstrumentMultiplierField) Tag

Tag returns tag.RelationshipRiskInstrumentMultiplier (1612)

type RelationshipRiskInstrumentOperatorField

type RelationshipRiskInstrumentOperatorField struct{ quickfix.FIXInt }

RelationshipRiskInstrumentOperatorField is a INT field

func NewRelationshipRiskInstrumentOperator

func NewRelationshipRiskInstrumentOperator(val int) RelationshipRiskInstrumentOperatorField

NewRelationshipRiskInstrumentOperator returns a new RelationshipRiskInstrumentOperatorField initialized with val

func (RelationshipRiskInstrumentOperatorField) Tag

Tag returns tag.RelationshipRiskInstrumentOperator (1588)

type RelationshipRiskInstrumentSettlTypeField

type RelationshipRiskInstrumentSettlTypeField struct{ quickfix.FIXString }

RelationshipRiskInstrumentSettlTypeField is a STRING field

func NewRelationshipRiskInstrumentSettlType

func NewRelationshipRiskInstrumentSettlType(val string) RelationshipRiskInstrumentSettlTypeField

NewRelationshipRiskInstrumentSettlType returns a new RelationshipRiskInstrumentSettlTypeField initialized with val

func (RelationshipRiskInstrumentSettlTypeField) Tag

Tag returns tag.RelationshipRiskInstrumentSettlType (1611)

type RelationshipRiskLimitAmountField

type RelationshipRiskLimitAmountField struct{ quickfix.FIXDecimal }

RelationshipRiskLimitAmountField is a AMT field

func NewRelationshipRiskLimitAmount

func NewRelationshipRiskLimitAmount(val decimal.Decimal, scale int32) RelationshipRiskLimitAmountField

NewRelationshipRiskLimitAmount returns a new RelationshipRiskLimitAmountField initialized with val and scale

func (RelationshipRiskLimitAmountField) Tag

Tag returns tag.RelationshipRiskLimitAmount (1584)

type RelationshipRiskLimitCurrencyField

type RelationshipRiskLimitCurrencyField struct{ quickfix.FIXString }

RelationshipRiskLimitCurrencyField is a CURRENCY field

func NewRelationshipRiskLimitCurrency

func NewRelationshipRiskLimitCurrency(val string) RelationshipRiskLimitCurrencyField

NewRelationshipRiskLimitCurrency returns a new RelationshipRiskLimitCurrencyField initialized with val

func (RelationshipRiskLimitCurrencyField) Tag

Tag returns tag.RelationshipRiskLimitCurrency (1585)

type RelationshipRiskLimitPlatformField

type RelationshipRiskLimitPlatformField struct{ quickfix.FIXString }

RelationshipRiskLimitPlatformField is a STRING field

func NewRelationshipRiskLimitPlatform

func NewRelationshipRiskLimitPlatform(val string) RelationshipRiskLimitPlatformField

NewRelationshipRiskLimitPlatform returns a new RelationshipRiskLimitPlatformField initialized with val

func (RelationshipRiskLimitPlatformField) Tag

Tag returns tag.RelationshipRiskLimitPlatform (1586)

type RelationshipRiskLimitTypeField

type RelationshipRiskLimitTypeField struct{ quickfix.FIXInt }

RelationshipRiskLimitTypeField is a INT field

func NewRelationshipRiskLimitType

func NewRelationshipRiskLimitType(val int) RelationshipRiskLimitTypeField

NewRelationshipRiskLimitType returns a new RelationshipRiskLimitTypeField initialized with val

func (RelationshipRiskLimitTypeField) Tag

Tag returns tag.RelationshipRiskLimitType (1583)

type RelationshipRiskMaturityMonthYearField

type RelationshipRiskMaturityMonthYearField struct{ quickfix.FIXString }

RelationshipRiskMaturityMonthYearField is a MONTHYEAR field

func NewRelationshipRiskMaturityMonthYear

func NewRelationshipRiskMaturityMonthYear(val string) RelationshipRiskMaturityMonthYearField

NewRelationshipRiskMaturityMonthYear returns a new RelationshipRiskMaturityMonthYearField initialized with val

func (RelationshipRiskMaturityMonthYearField) Tag

Tag returns tag.RelationshipRiskMaturityMonthYear (1602)

type RelationshipRiskMaturityTimeField

type RelationshipRiskMaturityTimeField struct{ quickfix.FIXString }

RelationshipRiskMaturityTimeField is a TZTIMEONLY field

func NewRelationshipRiskMaturityTime

func NewRelationshipRiskMaturityTime(val string) RelationshipRiskMaturityTimeField

NewRelationshipRiskMaturityTime returns a new RelationshipRiskMaturityTimeField initialized with val

func (RelationshipRiskMaturityTimeField) Tag

Tag returns tag.RelationshipRiskMaturityTime (1603)

type RelationshipRiskProductComplexField

type RelationshipRiskProductComplexField struct{ quickfix.FIXString }

RelationshipRiskProductComplexField is a STRING field

func NewRelationshipRiskProductComplex

func NewRelationshipRiskProductComplex(val string) RelationshipRiskProductComplexField

NewRelationshipRiskProductComplex returns a new RelationshipRiskProductComplexField initialized with val

func (RelationshipRiskProductComplexField) Tag

Tag returns tag.RelationshipRiskProductComplex (1597)

type RelationshipRiskProductField

type RelationshipRiskProductField struct{ quickfix.FIXInt }

RelationshipRiskProductField is a INT field

func NewRelationshipRiskProduct

func NewRelationshipRiskProduct(val int) RelationshipRiskProductField

NewRelationshipRiskProduct returns a new RelationshipRiskProductField initialized with val

func (RelationshipRiskProductField) Tag

Tag returns tag.RelationshipRiskProduct (1596)

type RelationshipRiskPutOrCallField

type RelationshipRiskPutOrCallField struct{ quickfix.FIXInt }

RelationshipRiskPutOrCallField is a INT field

func NewRelationshipRiskPutOrCall

func NewRelationshipRiskPutOrCall(val int) RelationshipRiskPutOrCallField

NewRelationshipRiskPutOrCall returns a new RelationshipRiskPutOrCallField initialized with val

func (RelationshipRiskPutOrCallField) Tag

Tag returns tag.RelationshipRiskPutOrCall (1606)

type RelationshipRiskRestructuringTypeField

type RelationshipRiskRestructuringTypeField struct{ quickfix.FIXString }

RelationshipRiskRestructuringTypeField is a STRING field

func NewRelationshipRiskRestructuringType

func NewRelationshipRiskRestructuringType(val string) RelationshipRiskRestructuringTypeField

NewRelationshipRiskRestructuringType returns a new RelationshipRiskRestructuringTypeField initialized with val

func (RelationshipRiskRestructuringTypeField) Tag

Tag returns tag.RelationshipRiskRestructuringType (1604)

type RelationshipRiskSecurityAltIDField

type RelationshipRiskSecurityAltIDField struct{ quickfix.FIXString }

RelationshipRiskSecurityAltIDField is a STRING field

func NewRelationshipRiskSecurityAltID

func NewRelationshipRiskSecurityAltID(val string) RelationshipRiskSecurityAltIDField

NewRelationshipRiskSecurityAltID returns a new RelationshipRiskSecurityAltIDField initialized with val

func (RelationshipRiskSecurityAltIDField) Tag

Tag returns tag.RelationshipRiskSecurityAltID (1594)

type RelationshipRiskSecurityAltIDSourceField

type RelationshipRiskSecurityAltIDSourceField struct{ quickfix.FIXString }

RelationshipRiskSecurityAltIDSourceField is a STRING field

func NewRelationshipRiskSecurityAltIDSource

func NewRelationshipRiskSecurityAltIDSource(val string) RelationshipRiskSecurityAltIDSourceField

NewRelationshipRiskSecurityAltIDSource returns a new RelationshipRiskSecurityAltIDSourceField initialized with val

func (RelationshipRiskSecurityAltIDSourceField) Tag

Tag returns tag.RelationshipRiskSecurityAltIDSource (1595)

type RelationshipRiskSecurityDescField

type RelationshipRiskSecurityDescField struct{ quickfix.FIXString }

RelationshipRiskSecurityDescField is a STRING field

func NewRelationshipRiskSecurityDesc

func NewRelationshipRiskSecurityDesc(val string) RelationshipRiskSecurityDescField

NewRelationshipRiskSecurityDesc returns a new RelationshipRiskSecurityDescField initialized with val

func (RelationshipRiskSecurityDescField) Tag

Tag returns tag.RelationshipRiskSecurityDesc (1610)

type RelationshipRiskSecurityExchangeField

type RelationshipRiskSecurityExchangeField struct{ quickfix.FIXString }

RelationshipRiskSecurityExchangeField is a EXCHANGE field

func NewRelationshipRiskSecurityExchange

func NewRelationshipRiskSecurityExchange(val string) RelationshipRiskSecurityExchangeField

NewRelationshipRiskSecurityExchange returns a new RelationshipRiskSecurityExchangeField initialized with val

func (RelationshipRiskSecurityExchangeField) Tag

Tag returns tag.RelationshipRiskSecurityExchange (1609)

type RelationshipRiskSecurityGroupField

type RelationshipRiskSecurityGroupField struct{ quickfix.FIXString }

RelationshipRiskSecurityGroupField is a STRING field

func NewRelationshipRiskSecurityGroup

func NewRelationshipRiskSecurityGroup(val string) RelationshipRiskSecurityGroupField

NewRelationshipRiskSecurityGroup returns a new RelationshipRiskSecurityGroupField initialized with val

func (RelationshipRiskSecurityGroupField) Tag

Tag returns tag.RelationshipRiskSecurityGroup (1598)

type RelationshipRiskSecurityIDField

type RelationshipRiskSecurityIDField struct{ quickfix.FIXString }

RelationshipRiskSecurityIDField is a STRING field

func NewRelationshipRiskSecurityID

func NewRelationshipRiskSecurityID(val string) RelationshipRiskSecurityIDField

NewRelationshipRiskSecurityID returns a new RelationshipRiskSecurityIDField initialized with val

func (RelationshipRiskSecurityIDField) Tag

Tag returns tag.RelationshipRiskSecurityID (1591)

type RelationshipRiskSecurityIDSourceField

type RelationshipRiskSecurityIDSourceField struct{ quickfix.FIXString }

RelationshipRiskSecurityIDSourceField is a STRING field

func NewRelationshipRiskSecurityIDSource

func NewRelationshipRiskSecurityIDSource(val string) RelationshipRiskSecurityIDSourceField

NewRelationshipRiskSecurityIDSource returns a new RelationshipRiskSecurityIDSourceField initialized with val

func (RelationshipRiskSecurityIDSourceField) Tag

Tag returns tag.RelationshipRiskSecurityIDSource (1592)

type RelationshipRiskSecuritySubTypeField

type RelationshipRiskSecuritySubTypeField struct{ quickfix.FIXString }

RelationshipRiskSecuritySubTypeField is a STRING field

func NewRelationshipRiskSecuritySubType

func NewRelationshipRiskSecuritySubType(val string) RelationshipRiskSecuritySubTypeField

NewRelationshipRiskSecuritySubType returns a new RelationshipRiskSecuritySubTypeField initialized with val

func (RelationshipRiskSecuritySubTypeField) Tag

Tag returns tag.RelationshipRiskSecuritySubType (1601)

type RelationshipRiskSecurityTypeField

type RelationshipRiskSecurityTypeField struct{ quickfix.FIXString }

RelationshipRiskSecurityTypeField is a STRING field

func NewRelationshipRiskSecurityType

func NewRelationshipRiskSecurityType(val string) RelationshipRiskSecurityTypeField

NewRelationshipRiskSecurityType returns a new RelationshipRiskSecurityTypeField initialized with val

func (RelationshipRiskSecurityTypeField) Tag

Tag returns tag.RelationshipRiskSecurityType (1600)

type RelationshipRiskSeniorityField

type RelationshipRiskSeniorityField struct{ quickfix.FIXString }

RelationshipRiskSeniorityField is a STRING field

func NewRelationshipRiskSeniority

func NewRelationshipRiskSeniority(val string) RelationshipRiskSeniorityField

NewRelationshipRiskSeniority returns a new RelationshipRiskSeniorityField initialized with val

func (RelationshipRiskSeniorityField) Tag

Tag returns tag.RelationshipRiskSeniority (1605)

type RelationshipRiskSymbolField

type RelationshipRiskSymbolField struct{ quickfix.FIXString }

RelationshipRiskSymbolField is a STRING field

func NewRelationshipRiskSymbol

func NewRelationshipRiskSymbol(val string) RelationshipRiskSymbolField

NewRelationshipRiskSymbol returns a new RelationshipRiskSymbolField initialized with val

func (RelationshipRiskSymbolField) Tag

Tag returns tag.RelationshipRiskSymbol (1589)

type RelationshipRiskSymbolSfxField

type RelationshipRiskSymbolSfxField struct{ quickfix.FIXString }

RelationshipRiskSymbolSfxField is a STRING field

func NewRelationshipRiskSymbolSfx

func NewRelationshipRiskSymbolSfx(val string) RelationshipRiskSymbolSfxField

NewRelationshipRiskSymbolSfx returns a new RelationshipRiskSymbolSfxField initialized with val

func (RelationshipRiskSymbolSfxField) Tag

Tag returns tag.RelationshipRiskSymbolSfx (1590)

type RelationshipRiskWarningLevelNameField

type RelationshipRiskWarningLevelNameField struct{ quickfix.FIXString }

RelationshipRiskWarningLevelNameField is a STRING field

func NewRelationshipRiskWarningLevelName

func NewRelationshipRiskWarningLevelName(val string) RelationshipRiskWarningLevelNameField

NewRelationshipRiskWarningLevelName returns a new RelationshipRiskWarningLevelNameField initialized with val

func (RelationshipRiskWarningLevelNameField) Tag

Tag returns tag.RelationshipRiskWarningLevelName (1615)

type RelationshipRiskWarningLevelPercentField

type RelationshipRiskWarningLevelPercentField struct{ quickfix.FIXDecimal }

RelationshipRiskWarningLevelPercentField is a PERCENTAGE field

func NewRelationshipRiskWarningLevelPercent

func NewRelationshipRiskWarningLevelPercent(val decimal.Decimal, scale int32) RelationshipRiskWarningLevelPercentField

NewRelationshipRiskWarningLevelPercent returns a new RelationshipRiskWarningLevelPercentField initialized with val and scale

func (RelationshipRiskWarningLevelPercentField) Tag

Tag returns tag.RelationshipRiskWarningLevelPercent (1614)

type RepoCollateralSecurityTypeField

type RepoCollateralSecurityTypeField struct{ quickfix.FIXInt }

RepoCollateralSecurityTypeField is a INT field

func NewRepoCollateralSecurityType

func NewRepoCollateralSecurityType(val int) RepoCollateralSecurityTypeField

NewRepoCollateralSecurityType returns a new RepoCollateralSecurityTypeField initialized with val

func (RepoCollateralSecurityTypeField) Tag

Tag returns tag.RepoCollateralSecurityType (239)

type ReportToExchField

type ReportToExchField struct{ quickfix.FIXBoolean }

ReportToExchField is a BOOLEAN field

func NewReportToExch

func NewReportToExch(val bool) ReportToExchField

NewReportToExch returns a new ReportToExchField initialized with val

func (ReportToExchField) Tag

func (f ReportToExchField) Tag() quickfix.Tag

Tag returns tag.ReportToExch (113)

type ReportedPxDiffField

type ReportedPxDiffField struct{ quickfix.FIXBoolean }

ReportedPxDiffField is a BOOLEAN field

func NewReportedPxDiff

func NewReportedPxDiff(val bool) ReportedPxDiffField

NewReportedPxDiff returns a new ReportedPxDiffField initialized with val

func (ReportedPxDiffField) Tag

Tag returns tag.ReportedPxDiff (1134)

type ReportedPxField

type ReportedPxField struct{ quickfix.FIXDecimal }

ReportedPxField is a PRICE field

func NewReportedPx

func NewReportedPx(val decimal.Decimal, scale int32) ReportedPxField

NewReportedPx returns a new ReportedPxField initialized with val and scale

func (ReportedPxField) Tag

func (f ReportedPxField) Tag() quickfix.Tag

Tag returns tag.ReportedPx (861)

type RepurchaseRateField

type RepurchaseRateField struct{ quickfix.FIXDecimal }

RepurchaseRateField is a PERCENTAGE field

func NewRepurchaseRate

func NewRepurchaseRate(val decimal.Decimal, scale int32) RepurchaseRateField

NewRepurchaseRate returns a new RepurchaseRateField initialized with val and scale

func (RepurchaseRateField) Tag

Tag returns tag.RepurchaseRate (227)

type RepurchaseTermField

type RepurchaseTermField struct{ quickfix.FIXInt }

RepurchaseTermField is a INT field

func NewRepurchaseTerm

func NewRepurchaseTerm(val int) RepurchaseTermField

NewRepurchaseTerm returns a new RepurchaseTermField initialized with val

func (RepurchaseTermField) Tag

Tag returns tag.RepurchaseTerm (226)

type RequestedPartyRoleField

type RequestedPartyRoleField struct{ quickfix.FIXInt }

RequestedPartyRoleField is a INT field

func NewRequestedPartyRole

func NewRequestedPartyRole(val int) RequestedPartyRoleField

NewRequestedPartyRole returns a new RequestedPartyRoleField initialized with val

func (RequestedPartyRoleField) Tag

Tag returns tag.RequestedPartyRole (1509)

type ResetSeqNumFlagField

type ResetSeqNumFlagField struct{ quickfix.FIXBoolean }

ResetSeqNumFlagField is a BOOLEAN field

func NewResetSeqNumFlag

func NewResetSeqNumFlag(val bool) ResetSeqNumFlagField

NewResetSeqNumFlag returns a new ResetSeqNumFlagField initialized with val

func (ResetSeqNumFlagField) Tag

Tag returns tag.ResetSeqNumFlag (141)

type RespondentTypeField

type RespondentTypeField struct{ quickfix.FIXInt }

RespondentTypeField is a INT field

func NewRespondentType

func NewRespondentType(val int) RespondentTypeField

NewRespondentType returns a new RespondentTypeField initialized with val

func (RespondentTypeField) Tag

Tag returns tag.RespondentType (1172)

type ResponseDestinationField

type ResponseDestinationField struct{ quickfix.FIXString }

ResponseDestinationField is a STRING field

func NewResponseDestination

func NewResponseDestination(val string) ResponseDestinationField

NewResponseDestination returns a new ResponseDestinationField initialized with val

func (ResponseDestinationField) Tag

Tag returns tag.ResponseDestination (726)

type ResponseTransportTypeField

type ResponseTransportTypeField struct{ quickfix.FIXInt }

ResponseTransportTypeField is a INT field

func NewResponseTransportType

func NewResponseTransportType(val int) ResponseTransportTypeField

NewResponseTransportType returns a new ResponseTransportTypeField initialized with val

func (ResponseTransportTypeField) Tag

Tag returns tag.ResponseTransportType (725)

type RestructuringTypeField

type RestructuringTypeField struct{ quickfix.FIXString }

RestructuringTypeField is a STRING field

func NewRestructuringType

func NewRestructuringType(val string) RestructuringTypeField

NewRestructuringType returns a new RestructuringTypeField initialized with val

func (RestructuringTypeField) Tag

Tag returns tag.RestructuringType (1449)

type ReversalIndicatorField

type ReversalIndicatorField struct{ quickfix.FIXBoolean }

ReversalIndicatorField is a BOOLEAN field

func NewReversalIndicator

func NewReversalIndicator(val bool) ReversalIndicatorField

NewReversalIndicator returns a new ReversalIndicatorField initialized with val

func (ReversalIndicatorField) Tag

Tag returns tag.ReversalIndicator (700)

type RiskCFICodeField

type RiskCFICodeField struct{ quickfix.FIXString }

RiskCFICodeField is a STRING field

func NewRiskCFICode

func NewRiskCFICode(val string) RiskCFICodeField

NewRiskCFICode returns a new RiskCFICodeField initialized with val

func (RiskCFICodeField) Tag

func (f RiskCFICodeField) Tag() quickfix.Tag

Tag returns tag.RiskCFICode (1546)

type RiskCouponRateField

type RiskCouponRateField struct{ quickfix.FIXDecimal }

RiskCouponRateField is a PERCENTAGE field

func NewRiskCouponRate

func NewRiskCouponRate(val decimal.Decimal, scale int32) RiskCouponRateField

NewRiskCouponRate returns a new RiskCouponRateField initialized with val and scale

func (RiskCouponRateField) Tag

Tag returns tag.RiskCouponRate (1555)

type RiskEncodedSecurityDescField

type RiskEncodedSecurityDescField struct{ quickfix.FIXString }

RiskEncodedSecurityDescField is a DATA field

func NewRiskEncodedSecurityDesc

func NewRiskEncodedSecurityDesc(val string) RiskEncodedSecurityDescField

NewRiskEncodedSecurityDesc returns a new RiskEncodedSecurityDescField initialized with val

func (RiskEncodedSecurityDescField) Tag

Tag returns tag.RiskEncodedSecurityDesc (1621)

type RiskEncodedSecurityDescLenField

type RiskEncodedSecurityDescLenField struct{ quickfix.FIXInt }

RiskEncodedSecurityDescLenField is a LENGTH field

func NewRiskEncodedSecurityDescLen

func NewRiskEncodedSecurityDescLen(val int) RiskEncodedSecurityDescLenField

NewRiskEncodedSecurityDescLen returns a new RiskEncodedSecurityDescLenField initialized with val

func (RiskEncodedSecurityDescLenField) Tag

Tag returns tag.RiskEncodedSecurityDescLen (1620)

type RiskFlexibleIndicatorField

type RiskFlexibleIndicatorField struct{ quickfix.FIXBoolean }

RiskFlexibleIndicatorField is a BOOLEAN field

func NewRiskFlexibleIndicator

func NewRiskFlexibleIndicator(val bool) RiskFlexibleIndicatorField

NewRiskFlexibleIndicator returns a new RiskFlexibleIndicatorField initialized with val

func (RiskFlexibleIndicatorField) Tag

Tag returns tag.RiskFlexibleIndicator (1554)

type RiskFreeRateField

type RiskFreeRateField struct{ quickfix.FIXDecimal }

RiskFreeRateField is a FLOAT field

func NewRiskFreeRate

func NewRiskFreeRate(val decimal.Decimal, scale int32) RiskFreeRateField

NewRiskFreeRate returns a new RiskFreeRateField initialized with val and scale

func (RiskFreeRateField) Tag

func (f RiskFreeRateField) Tag() quickfix.Tag

Tag returns tag.RiskFreeRate (1190)

type RiskInstrumentMultiplierField

type RiskInstrumentMultiplierField struct{ quickfix.FIXDecimal }

RiskInstrumentMultiplierField is a FLOAT field

func NewRiskInstrumentMultiplier

func NewRiskInstrumentMultiplier(val decimal.Decimal, scale int32) RiskInstrumentMultiplierField

NewRiskInstrumentMultiplier returns a new RiskInstrumentMultiplierField initialized with val and scale

func (RiskInstrumentMultiplierField) Tag

Tag returns tag.RiskInstrumentMultiplier (1558)

type RiskInstrumentOperatorField

type RiskInstrumentOperatorField struct{ quickfix.FIXInt }

RiskInstrumentOperatorField is a INT field

func NewRiskInstrumentOperator

func NewRiskInstrumentOperator(val int) RiskInstrumentOperatorField

NewRiskInstrumentOperator returns a new RiskInstrumentOperatorField initialized with val

func (RiskInstrumentOperatorField) Tag

Tag returns tag.RiskInstrumentOperator (1535)

type RiskInstrumentSettlTypeField

type RiskInstrumentSettlTypeField struct{ quickfix.FIXString }

RiskInstrumentSettlTypeField is a STRING field

func NewRiskInstrumentSettlType

func NewRiskInstrumentSettlType(val string) RiskInstrumentSettlTypeField

NewRiskInstrumentSettlType returns a new RiskInstrumentSettlTypeField initialized with val

func (RiskInstrumentSettlTypeField) Tag

Tag returns tag.RiskInstrumentSettlType (1557)

type RiskLimitAmountField

type RiskLimitAmountField struct{ quickfix.FIXDecimal }

RiskLimitAmountField is a AMT field

func NewRiskLimitAmount

func NewRiskLimitAmount(val decimal.Decimal, scale int32) RiskLimitAmountField

NewRiskLimitAmount returns a new RiskLimitAmountField initialized with val and scale

func (RiskLimitAmountField) Tag

Tag returns tag.RiskLimitAmount (1531)

type RiskLimitCurrencyField

type RiskLimitCurrencyField struct{ quickfix.FIXString }

RiskLimitCurrencyField is a CURRENCY field

func NewRiskLimitCurrency

func NewRiskLimitCurrency(val string) RiskLimitCurrencyField

NewRiskLimitCurrency returns a new RiskLimitCurrencyField initialized with val

func (RiskLimitCurrencyField) Tag

Tag returns tag.RiskLimitCurrency (1532)

type RiskLimitPlatformField

type RiskLimitPlatformField struct{ quickfix.FIXString }

RiskLimitPlatformField is a STRING field

func NewRiskLimitPlatform

func NewRiskLimitPlatform(val string) RiskLimitPlatformField

NewRiskLimitPlatform returns a new RiskLimitPlatformField initialized with val

func (RiskLimitPlatformField) Tag

Tag returns tag.RiskLimitPlatform (1533)

type RiskLimitTypeField

type RiskLimitTypeField struct{ quickfix.FIXInt }

RiskLimitTypeField is a INT field

func NewRiskLimitType

func NewRiskLimitType(val int) RiskLimitTypeField

NewRiskLimitType returns a new RiskLimitTypeField initialized with val

func (RiskLimitTypeField) Tag

Tag returns tag.RiskLimitType (1530)

type RiskMaturityMonthYearField

type RiskMaturityMonthYearField struct{ quickfix.FIXString }

RiskMaturityMonthYearField is a MONTHYEAR field

func NewRiskMaturityMonthYear

func NewRiskMaturityMonthYear(val string) RiskMaturityMonthYearField

NewRiskMaturityMonthYear returns a new RiskMaturityMonthYearField initialized with val

func (RiskMaturityMonthYearField) Tag

Tag returns tag.RiskMaturityMonthYear (1549)

type RiskMaturityTimeField

type RiskMaturityTimeField struct{ quickfix.FIXString }

RiskMaturityTimeField is a TZTIMEONLY field

func NewRiskMaturityTime

func NewRiskMaturityTime(val string) RiskMaturityTimeField

NewRiskMaturityTime returns a new RiskMaturityTimeField initialized with val

func (RiskMaturityTimeField) Tag

Tag returns tag.RiskMaturityTime (1550)

type RiskProductComplexField

type RiskProductComplexField struct{ quickfix.FIXString }

RiskProductComplexField is a STRING field

func NewRiskProductComplex

func NewRiskProductComplex(val string) RiskProductComplexField

NewRiskProductComplex returns a new RiskProductComplexField initialized with val

func (RiskProductComplexField) Tag

Tag returns tag.RiskProductComplex (1544)

type RiskProductField

type RiskProductField struct{ quickfix.FIXInt }

RiskProductField is a INT field

func NewRiskProduct

func NewRiskProduct(val int) RiskProductField

NewRiskProduct returns a new RiskProductField initialized with val

func (RiskProductField) Tag

func (f RiskProductField) Tag() quickfix.Tag

Tag returns tag.RiskProduct (1543)

type RiskPutOrCallField

type RiskPutOrCallField struct{ quickfix.FIXInt }

RiskPutOrCallField is a INT field

func NewRiskPutOrCall

func NewRiskPutOrCall(val int) RiskPutOrCallField

NewRiskPutOrCall returns a new RiskPutOrCallField initialized with val

func (RiskPutOrCallField) Tag

Tag returns tag.RiskPutOrCall (1553)

type RiskRestructuringTypeField

type RiskRestructuringTypeField struct{ quickfix.FIXString }

RiskRestructuringTypeField is a STRING field

func NewRiskRestructuringType

func NewRiskRestructuringType(val string) RiskRestructuringTypeField

NewRiskRestructuringType returns a new RiskRestructuringTypeField initialized with val

func (RiskRestructuringTypeField) Tag

Tag returns tag.RiskRestructuringType (1551)

type RiskSecurityAltIDField

type RiskSecurityAltIDField struct{ quickfix.FIXString }

RiskSecurityAltIDField is a STRING field

func NewRiskSecurityAltID

func NewRiskSecurityAltID(val string) RiskSecurityAltIDField

NewRiskSecurityAltID returns a new RiskSecurityAltIDField initialized with val

func (RiskSecurityAltIDField) Tag

Tag returns tag.RiskSecurityAltID (1541)

type RiskSecurityAltIDSourceField

type RiskSecurityAltIDSourceField struct{ quickfix.FIXString }

RiskSecurityAltIDSourceField is a STRING field

func NewRiskSecurityAltIDSource

func NewRiskSecurityAltIDSource(val string) RiskSecurityAltIDSourceField

NewRiskSecurityAltIDSource returns a new RiskSecurityAltIDSourceField initialized with val

func (RiskSecurityAltIDSourceField) Tag

Tag returns tag.RiskSecurityAltIDSource (1542)

type RiskSecurityDescField

type RiskSecurityDescField struct{ quickfix.FIXString }

RiskSecurityDescField is a STRING field

func NewRiskSecurityDesc

func NewRiskSecurityDesc(val string) RiskSecurityDescField

NewRiskSecurityDesc returns a new RiskSecurityDescField initialized with val

func (RiskSecurityDescField) Tag

Tag returns tag.RiskSecurityDesc (1556)

type RiskSecurityExchangeField

type RiskSecurityExchangeField struct{ quickfix.FIXString }

RiskSecurityExchangeField is a EXCHANGE field

func NewRiskSecurityExchange

func NewRiskSecurityExchange(val string) RiskSecurityExchangeField

NewRiskSecurityExchange returns a new RiskSecurityExchangeField initialized with val

func (RiskSecurityExchangeField) Tag

Tag returns tag.RiskSecurityExchange (1616)

type RiskSecurityGroupField

type RiskSecurityGroupField struct{ quickfix.FIXString }

RiskSecurityGroupField is a STRING field

func NewRiskSecurityGroup

func NewRiskSecurityGroup(val string) RiskSecurityGroupField

NewRiskSecurityGroup returns a new RiskSecurityGroupField initialized with val

func (RiskSecurityGroupField) Tag

Tag returns tag.RiskSecurityGroup (1545)

type RiskSecurityIDField

type RiskSecurityIDField struct{ quickfix.FIXString }

RiskSecurityIDField is a STRING field

func NewRiskSecurityID

func NewRiskSecurityID(val string) RiskSecurityIDField

NewRiskSecurityID returns a new RiskSecurityIDField initialized with val

func (RiskSecurityIDField) Tag

Tag returns tag.RiskSecurityID (1538)

type RiskSecurityIDSourceField

type RiskSecurityIDSourceField struct{ quickfix.FIXString }

RiskSecurityIDSourceField is a STRING field

func NewRiskSecurityIDSource

func NewRiskSecurityIDSource(val string) RiskSecurityIDSourceField

NewRiskSecurityIDSource returns a new RiskSecurityIDSourceField initialized with val

func (RiskSecurityIDSourceField) Tag

Tag returns tag.RiskSecurityIDSource (1539)

type RiskSecuritySubTypeField

type RiskSecuritySubTypeField struct{ quickfix.FIXString }

RiskSecuritySubTypeField is a STRING field

func NewRiskSecuritySubType

func NewRiskSecuritySubType(val string) RiskSecuritySubTypeField

NewRiskSecuritySubType returns a new RiskSecuritySubTypeField initialized with val

func (RiskSecuritySubTypeField) Tag

Tag returns tag.RiskSecuritySubType (1548)

type RiskSecurityTypeField

type RiskSecurityTypeField struct{ quickfix.FIXString }

RiskSecurityTypeField is a STRING field

func NewRiskSecurityType

func NewRiskSecurityType(val string) RiskSecurityTypeField

NewRiskSecurityType returns a new RiskSecurityTypeField initialized with val

func (RiskSecurityTypeField) Tag

Tag returns tag.RiskSecurityType (1547)

type RiskSeniorityField

type RiskSeniorityField struct{ quickfix.FIXString }

RiskSeniorityField is a STRING field

func NewRiskSeniority

func NewRiskSeniority(val string) RiskSeniorityField

NewRiskSeniority returns a new RiskSeniorityField initialized with val

func (RiskSeniorityField) Tag

Tag returns tag.RiskSeniority (1552)

type RiskSymbolField

type RiskSymbolField struct{ quickfix.FIXString }

RiskSymbolField is a STRING field

func NewRiskSymbol

func NewRiskSymbol(val string) RiskSymbolField

NewRiskSymbol returns a new RiskSymbolField initialized with val

func (RiskSymbolField) Tag

func (f RiskSymbolField) Tag() quickfix.Tag

Tag returns tag.RiskSymbol (1536)

type RiskSymbolSfxField

type RiskSymbolSfxField struct{ quickfix.FIXString }

RiskSymbolSfxField is a STRING field

func NewRiskSymbolSfx

func NewRiskSymbolSfx(val string) RiskSymbolSfxField

NewRiskSymbolSfx returns a new RiskSymbolSfxField initialized with val

func (RiskSymbolSfxField) Tag

Tag returns tag.RiskSymbolSfx (1537)

type RiskWarningLevelNameField

type RiskWarningLevelNameField struct{ quickfix.FIXString }

RiskWarningLevelNameField is a STRING field

func NewRiskWarningLevelName

func NewRiskWarningLevelName(val string) RiskWarningLevelNameField

NewRiskWarningLevelName returns a new RiskWarningLevelNameField initialized with val

func (RiskWarningLevelNameField) Tag

Tag returns tag.RiskWarningLevelName (1561)

type RiskWarningLevelPercentField

type RiskWarningLevelPercentField struct{ quickfix.FIXDecimal }

RiskWarningLevelPercentField is a PERCENTAGE field

func NewRiskWarningLevelPercent

func NewRiskWarningLevelPercent(val decimal.Decimal, scale int32) RiskWarningLevelPercentField

NewRiskWarningLevelPercent returns a new RiskWarningLevelPercentField initialized with val and scale

func (RiskWarningLevelPercentField) Tag

Tag returns tag.RiskWarningLevelPercent (1560)

type RndPxField

type RndPxField struct{ quickfix.FIXDecimal }

RndPxField is a PRICE field

func NewRndPx

func NewRndPx(val decimal.Decimal, scale int32) RndPxField

NewRndPx returns a new RndPxField initialized with val and scale

func (RndPxField) Tag

func (f RndPxField) Tag() quickfix.Tag

Tag returns tag.RndPx (991)

type RootPartyIDField

type RootPartyIDField struct{ quickfix.FIXString }

RootPartyIDField is a STRING field

func NewRootPartyID

func NewRootPartyID(val string) RootPartyIDField

NewRootPartyID returns a new RootPartyIDField initialized with val

func (RootPartyIDField) Tag

func (f RootPartyIDField) Tag() quickfix.Tag

Tag returns tag.RootPartyID (1117)

type RootPartyIDSourceField

type RootPartyIDSourceField struct{ quickfix.FIXString }

RootPartyIDSourceField is a CHAR field

func NewRootPartyIDSource

func NewRootPartyIDSource(val string) RootPartyIDSourceField

NewRootPartyIDSource returns a new RootPartyIDSourceField initialized with val

func (RootPartyIDSourceField) Tag

Tag returns tag.RootPartyIDSource (1118)

type RootPartyRoleField

type RootPartyRoleField struct{ quickfix.FIXInt }

RootPartyRoleField is a INT field

func NewRootPartyRole

func NewRootPartyRole(val int) RootPartyRoleField

NewRootPartyRole returns a new RootPartyRoleField initialized with val

func (RootPartyRoleField) Tag

Tag returns tag.RootPartyRole (1119)

type RootPartySubIDField

type RootPartySubIDField struct{ quickfix.FIXString }

RootPartySubIDField is a STRING field

func NewRootPartySubID

func NewRootPartySubID(val string) RootPartySubIDField

NewRootPartySubID returns a new RootPartySubIDField initialized with val

func (RootPartySubIDField) Tag

Tag returns tag.RootPartySubID (1121)

type RootPartySubIDTypeField

type RootPartySubIDTypeField struct{ quickfix.FIXInt }

RootPartySubIDTypeField is a INT field

func NewRootPartySubIDType

func NewRootPartySubIDType(val int) RootPartySubIDTypeField

NewRootPartySubIDType returns a new RootPartySubIDTypeField initialized with val

func (RootPartySubIDTypeField) Tag

Tag returns tag.RootPartySubIDType (1122)

type RoundLotField

type RoundLotField struct{ quickfix.FIXDecimal }

RoundLotField is a QTY field

func NewRoundLot

func NewRoundLot(val decimal.Decimal, scale int32) RoundLotField

NewRoundLot returns a new RoundLotField initialized with val and scale

func (RoundLotField) Tag

func (f RoundLotField) Tag() quickfix.Tag

Tag returns tag.RoundLot (561)

type RoundingDirectionField

type RoundingDirectionField struct{ quickfix.FIXString }

RoundingDirectionField is a CHAR field

func NewRoundingDirection

func NewRoundingDirection(val string) RoundingDirectionField

NewRoundingDirection returns a new RoundingDirectionField initialized with val

func (RoundingDirectionField) Tag

Tag returns tag.RoundingDirection (468)

type RoundingModulusField

type RoundingModulusField struct{ quickfix.FIXDecimal }

RoundingModulusField is a FLOAT field

func NewRoundingModulus

func NewRoundingModulus(val decimal.Decimal, scale int32) RoundingModulusField

NewRoundingModulus returns a new RoundingModulusField initialized with val and scale

func (RoundingModulusField) Tag

Tag returns tag.RoundingModulus (469)

type RoutingIDField

type RoutingIDField struct{ quickfix.FIXString }

RoutingIDField is a STRING field

func NewRoutingID

func NewRoutingID(val string) RoutingIDField

NewRoutingID returns a new RoutingIDField initialized with val

func (RoutingIDField) Tag

func (f RoutingIDField) Tag() quickfix.Tag

Tag returns tag.RoutingID (217)

type RoutingTypeField

type RoutingTypeField struct{ quickfix.FIXInt }

RoutingTypeField is a INT field

func NewRoutingType

func NewRoutingType(val int) RoutingTypeField

NewRoutingType returns a new RoutingTypeField initialized with val

func (RoutingTypeField) Tag

func (f RoutingTypeField) Tag() quickfix.Tag

Tag returns tag.RoutingType (216)

type RptSeqField

type RptSeqField struct{ quickfix.FIXInt }

RptSeqField is a INT field

func NewRptSeq

func NewRptSeq(val int) RptSeqField

NewRptSeq returns a new RptSeqField initialized with val

func (RptSeqField) Tag

func (f RptSeqField) Tag() quickfix.Tag

Tag returns tag.RptSeq (83)

type RptSysField

type RptSysField struct{ quickfix.FIXString }

RptSysField is a STRING field

func NewRptSys

func NewRptSys(val string) RptSysField

NewRptSys returns a new RptSysField initialized with val

func (RptSysField) Tag

func (f RptSysField) Tag() quickfix.Tag

Tag returns tag.RptSys (1135)

type Rule80AField

type Rule80AField struct{ quickfix.FIXString }

Rule80AField is a CHAR field

func NewRule80A

func NewRule80A(val string) Rule80AField

NewRule80A returns a new Rule80AField initialized with val

func (Rule80AField) Tag

func (f Rule80AField) Tag() quickfix.Tag

Tag returns tag.Rule80A (47)

type ScopeField

type ScopeField struct{ quickfix.FIXString }

ScopeField is a MULTIPLECHARVALUE field

func NewScope

func NewScope(val string) ScopeField

NewScope returns a new ScopeField initialized with val

func (ScopeField) Tag

func (f ScopeField) Tag() quickfix.Tag

Tag returns tag.Scope (546)

type SecDefStatusField

type SecDefStatusField struct{ quickfix.FIXInt }

SecDefStatusField is a INT field

func NewSecDefStatus

func NewSecDefStatus(val int) SecDefStatusField

NewSecDefStatus returns a new SecDefStatusField initialized with val

func (SecDefStatusField) Tag

func (f SecDefStatusField) Tag() quickfix.Tag

Tag returns tag.SecDefStatus (653)

type SecondaryAllocIDField

type SecondaryAllocIDField struct{ quickfix.FIXString }

SecondaryAllocIDField is a STRING field

func NewSecondaryAllocID

func NewSecondaryAllocID(val string) SecondaryAllocIDField

NewSecondaryAllocID returns a new SecondaryAllocIDField initialized with val

func (SecondaryAllocIDField) Tag

Tag returns tag.SecondaryAllocID (793)

type SecondaryClOrdIDField

type SecondaryClOrdIDField struct{ quickfix.FIXString }

SecondaryClOrdIDField is a STRING field

func NewSecondaryClOrdID

func NewSecondaryClOrdID(val string) SecondaryClOrdIDField

NewSecondaryClOrdID returns a new SecondaryClOrdIDField initialized with val

func (SecondaryClOrdIDField) Tag

Tag returns tag.SecondaryClOrdID (526)

type SecondaryDisplayQtyField

type SecondaryDisplayQtyField struct{ quickfix.FIXDecimal }

SecondaryDisplayQtyField is a QTY field

func NewSecondaryDisplayQty

func NewSecondaryDisplayQty(val decimal.Decimal, scale int32) SecondaryDisplayQtyField

NewSecondaryDisplayQty returns a new SecondaryDisplayQtyField initialized with val and scale

func (SecondaryDisplayQtyField) Tag

Tag returns tag.SecondaryDisplayQty (1082)

type SecondaryExecIDField

type SecondaryExecIDField struct{ quickfix.FIXString }

SecondaryExecIDField is a STRING field

func NewSecondaryExecID

func NewSecondaryExecID(val string) SecondaryExecIDField

NewSecondaryExecID returns a new SecondaryExecIDField initialized with val

func (SecondaryExecIDField) Tag

Tag returns tag.SecondaryExecID (527)

type SecondaryFirmTradeIDField

type SecondaryFirmTradeIDField struct{ quickfix.FIXString }

SecondaryFirmTradeIDField is a STRING field

func NewSecondaryFirmTradeID

func NewSecondaryFirmTradeID(val string) SecondaryFirmTradeIDField

NewSecondaryFirmTradeID returns a new SecondaryFirmTradeIDField initialized with val

func (SecondaryFirmTradeIDField) Tag

Tag returns tag.SecondaryFirmTradeID (1042)

type SecondaryHighLimitPriceField

type SecondaryHighLimitPriceField struct{ quickfix.FIXDecimal }

SecondaryHighLimitPriceField is a PRICE field

func NewSecondaryHighLimitPrice

func NewSecondaryHighLimitPrice(val decimal.Decimal, scale int32) SecondaryHighLimitPriceField

NewSecondaryHighLimitPrice returns a new SecondaryHighLimitPriceField initialized with val and scale

func (SecondaryHighLimitPriceField) Tag

Tag returns tag.SecondaryHighLimitPrice (1230)

type SecondaryIndividualAllocIDField

type SecondaryIndividualAllocIDField struct{ quickfix.FIXString }

SecondaryIndividualAllocIDField is a STRING field

func NewSecondaryIndividualAllocID

func NewSecondaryIndividualAllocID(val string) SecondaryIndividualAllocIDField

NewSecondaryIndividualAllocID returns a new SecondaryIndividualAllocIDField initialized with val

func (SecondaryIndividualAllocIDField) Tag

Tag returns tag.SecondaryIndividualAllocID (989)

type SecondaryLowLimitPriceField

type SecondaryLowLimitPriceField struct{ quickfix.FIXDecimal }

SecondaryLowLimitPriceField is a PRICE field

func NewSecondaryLowLimitPrice

func NewSecondaryLowLimitPrice(val decimal.Decimal, scale int32) SecondaryLowLimitPriceField

NewSecondaryLowLimitPrice returns a new SecondaryLowLimitPriceField initialized with val and scale

func (SecondaryLowLimitPriceField) Tag

Tag returns tag.SecondaryLowLimitPrice (1221)

type SecondaryOrderIDField

type SecondaryOrderIDField struct{ quickfix.FIXString }

SecondaryOrderIDField is a STRING field

func NewSecondaryOrderID

func NewSecondaryOrderID(val string) SecondaryOrderIDField

NewSecondaryOrderID returns a new SecondaryOrderIDField initialized with val

func (SecondaryOrderIDField) Tag

Tag returns tag.SecondaryOrderID (198)

type SecondaryPriceLimitTypeField

type SecondaryPriceLimitTypeField struct{ quickfix.FIXInt }

SecondaryPriceLimitTypeField is a INT field

func NewSecondaryPriceLimitType

func NewSecondaryPriceLimitType(val int) SecondaryPriceLimitTypeField

NewSecondaryPriceLimitType returns a new SecondaryPriceLimitTypeField initialized with val

func (SecondaryPriceLimitTypeField) Tag

Tag returns tag.SecondaryPriceLimitType (1305)

type SecondaryTradeIDField

type SecondaryTradeIDField struct{ quickfix.FIXString }

SecondaryTradeIDField is a STRING field

func NewSecondaryTradeID

func NewSecondaryTradeID(val string) SecondaryTradeIDField

NewSecondaryTradeID returns a new SecondaryTradeIDField initialized with val

func (SecondaryTradeIDField) Tag

Tag returns tag.SecondaryTradeID (1040)

type SecondaryTradeReportIDField

type SecondaryTradeReportIDField struct{ quickfix.FIXString }

SecondaryTradeReportIDField is a STRING field

func NewSecondaryTradeReportID

func NewSecondaryTradeReportID(val string) SecondaryTradeReportIDField

NewSecondaryTradeReportID returns a new SecondaryTradeReportIDField initialized with val

func (SecondaryTradeReportIDField) Tag

Tag returns tag.SecondaryTradeReportID (818)

type SecondaryTradeReportRefIDField

type SecondaryTradeReportRefIDField struct{ quickfix.FIXString }

SecondaryTradeReportRefIDField is a STRING field

func NewSecondaryTradeReportRefID

func NewSecondaryTradeReportRefID(val string) SecondaryTradeReportRefIDField

NewSecondaryTradeReportRefID returns a new SecondaryTradeReportRefIDField initialized with val

func (SecondaryTradeReportRefIDField) Tag

Tag returns tag.SecondaryTradeReportRefID (881)

type SecondaryTradingReferencePriceField

type SecondaryTradingReferencePriceField struct{ quickfix.FIXDecimal }

SecondaryTradingReferencePriceField is a PRICE field

func NewSecondaryTradingReferencePrice

func NewSecondaryTradingReferencePrice(val decimal.Decimal, scale int32) SecondaryTradingReferencePriceField

NewSecondaryTradingReferencePrice returns a new SecondaryTradingReferencePriceField initialized with val and scale

func (SecondaryTradingReferencePriceField) Tag

Tag returns tag.SecondaryTradingReferencePrice (1240)

type SecondaryTrdTypeField

type SecondaryTrdTypeField struct{ quickfix.FIXInt }

SecondaryTrdTypeField is a INT field

func NewSecondaryTrdType

func NewSecondaryTrdType(val int) SecondaryTrdTypeField

NewSecondaryTrdType returns a new SecondaryTrdTypeField initialized with val

func (SecondaryTrdTypeField) Tag

Tag returns tag.SecondaryTrdType (855)

type SecureDataField

type SecureDataField struct{ quickfix.FIXString }

SecureDataField is a DATA field

func NewSecureData

func NewSecureData(val string) SecureDataField

NewSecureData returns a new SecureDataField initialized with val

func (SecureDataField) Tag

func (f SecureDataField) Tag() quickfix.Tag

Tag returns tag.SecureData (91)

type SecureDataLenField

type SecureDataLenField struct{ quickfix.FIXInt }

SecureDataLenField is a LENGTH field

func NewSecureDataLen

func NewSecureDataLen(val int) SecureDataLenField

NewSecureDataLen returns a new SecureDataLenField initialized with val

func (SecureDataLenField) Tag

Tag returns tag.SecureDataLen (90)

type SecurityAltIDField

type SecurityAltIDField struct{ quickfix.FIXString }

SecurityAltIDField is a STRING field

func NewSecurityAltID

func NewSecurityAltID(val string) SecurityAltIDField

NewSecurityAltID returns a new SecurityAltIDField initialized with val

func (SecurityAltIDField) Tag

Tag returns tag.SecurityAltID (455)

type SecurityAltIDSourceField

type SecurityAltIDSourceField struct{ quickfix.FIXString }

SecurityAltIDSourceField is a STRING field

func NewSecurityAltIDSource

func NewSecurityAltIDSource(val string) SecurityAltIDSourceField

NewSecurityAltIDSource returns a new SecurityAltIDSourceField initialized with val

func (SecurityAltIDSourceField) Tag

Tag returns tag.SecurityAltIDSource (456)

type SecurityDescField

type SecurityDescField struct{ quickfix.FIXString }

SecurityDescField is a STRING field

func NewSecurityDesc

func NewSecurityDesc(val string) SecurityDescField

NewSecurityDesc returns a new SecurityDescField initialized with val

func (SecurityDescField) Tag

func (f SecurityDescField) Tag() quickfix.Tag

Tag returns tag.SecurityDesc (107)

type SecurityExchangeField

type SecurityExchangeField struct{ quickfix.FIXString }

SecurityExchangeField is a EXCHANGE field

func NewSecurityExchange

func NewSecurityExchange(val string) SecurityExchangeField

NewSecurityExchange returns a new SecurityExchangeField initialized with val

func (SecurityExchangeField) Tag

Tag returns tag.SecurityExchange (207)

type SecurityGroupField

type SecurityGroupField struct{ quickfix.FIXString }

SecurityGroupField is a STRING field

func NewSecurityGroup

func NewSecurityGroup(val string) SecurityGroupField

NewSecurityGroup returns a new SecurityGroupField initialized with val

func (SecurityGroupField) Tag

Tag returns tag.SecurityGroup (1151)

type SecurityIDField

type SecurityIDField struct{ quickfix.FIXString }

SecurityIDField is a STRING field

func NewSecurityID

func NewSecurityID(val string) SecurityIDField

NewSecurityID returns a new SecurityIDField initialized with val

func (SecurityIDField) Tag

func (f SecurityIDField) Tag() quickfix.Tag

Tag returns tag.SecurityID (48)

type SecurityIDSourceField

type SecurityIDSourceField struct{ quickfix.FIXString }

SecurityIDSourceField is a STRING field

func NewSecurityIDSource

func NewSecurityIDSource(val string) SecurityIDSourceField

NewSecurityIDSource returns a new SecurityIDSourceField initialized with val

func (SecurityIDSourceField) Tag

Tag returns tag.SecurityIDSource (22)

type SecurityListDescField

type SecurityListDescField struct{ quickfix.FIXString }

SecurityListDescField is a STRING field

func NewSecurityListDesc

func NewSecurityListDesc(val string) SecurityListDescField

NewSecurityListDesc returns a new SecurityListDescField initialized with val

func (SecurityListDescField) Tag

Tag returns tag.SecurityListDesc (1467)

type SecurityListIDField

type SecurityListIDField struct{ quickfix.FIXString }

SecurityListIDField is a STRING field

func NewSecurityListID

func NewSecurityListID(val string) SecurityListIDField

NewSecurityListID returns a new SecurityListIDField initialized with val

func (SecurityListIDField) Tag

Tag returns tag.SecurityListID (1465)

type SecurityListRefIDField

type SecurityListRefIDField struct{ quickfix.FIXString }

SecurityListRefIDField is a STRING field

func NewSecurityListRefID

func NewSecurityListRefID(val string) SecurityListRefIDField

NewSecurityListRefID returns a new SecurityListRefIDField initialized with val

func (SecurityListRefIDField) Tag

Tag returns tag.SecurityListRefID (1466)

type SecurityListRequestTypeField

type SecurityListRequestTypeField struct{ quickfix.FIXInt }

SecurityListRequestTypeField is a INT field

func NewSecurityListRequestType

func NewSecurityListRequestType(val int) SecurityListRequestTypeField

NewSecurityListRequestType returns a new SecurityListRequestTypeField initialized with val

func (SecurityListRequestTypeField) Tag

Tag returns tag.SecurityListRequestType (559)

type SecurityListTypeField

type SecurityListTypeField struct{ quickfix.FIXInt }

SecurityListTypeField is a INT field

func NewSecurityListType

func NewSecurityListType(val int) SecurityListTypeField

NewSecurityListType returns a new SecurityListTypeField initialized with val

func (SecurityListTypeField) Tag

Tag returns tag.SecurityListType (1470)

type SecurityListTypeSourceField

type SecurityListTypeSourceField struct{ quickfix.FIXInt }

SecurityListTypeSourceField is a INT field

func NewSecurityListTypeSource

func NewSecurityListTypeSource(val int) SecurityListTypeSourceField

NewSecurityListTypeSource returns a new SecurityListTypeSourceField initialized with val

func (SecurityListTypeSourceField) Tag

Tag returns tag.SecurityListTypeSource (1471)

type SecurityReportIDField

type SecurityReportIDField struct{ quickfix.FIXInt }

SecurityReportIDField is a INT field

func NewSecurityReportID

func NewSecurityReportID(val int) SecurityReportIDField

NewSecurityReportID returns a new SecurityReportIDField initialized with val

func (SecurityReportIDField) Tag

Tag returns tag.SecurityReportID (964)

type SecurityReqIDField

type SecurityReqIDField struct{ quickfix.FIXString }

SecurityReqIDField is a STRING field

func NewSecurityReqID

func NewSecurityReqID(val string) SecurityReqIDField

NewSecurityReqID returns a new SecurityReqIDField initialized with val

func (SecurityReqIDField) Tag

Tag returns tag.SecurityReqID (320)

type SecurityRequestResultField

type SecurityRequestResultField struct{ quickfix.FIXInt }

SecurityRequestResultField is a INT field

func NewSecurityRequestResult

func NewSecurityRequestResult(val int) SecurityRequestResultField

NewSecurityRequestResult returns a new SecurityRequestResultField initialized with val

func (SecurityRequestResultField) Tag

Tag returns tag.SecurityRequestResult (560)

type SecurityRequestTypeField

type SecurityRequestTypeField struct{ quickfix.FIXInt }

SecurityRequestTypeField is a INT field

func NewSecurityRequestType

func NewSecurityRequestType(val int) SecurityRequestTypeField

NewSecurityRequestType returns a new SecurityRequestTypeField initialized with val

func (SecurityRequestTypeField) Tag

Tag returns tag.SecurityRequestType (321)

type SecurityResponseIDField

type SecurityResponseIDField struct{ quickfix.FIXString }

SecurityResponseIDField is a STRING field

func NewSecurityResponseID

func NewSecurityResponseID(val string) SecurityResponseIDField

NewSecurityResponseID returns a new SecurityResponseIDField initialized with val

func (SecurityResponseIDField) Tag

Tag returns tag.SecurityResponseID (322)

type SecurityResponseTypeField

type SecurityResponseTypeField struct{ quickfix.FIXInt }

SecurityResponseTypeField is a INT field

func NewSecurityResponseType

func NewSecurityResponseType(val int) SecurityResponseTypeField

NewSecurityResponseType returns a new SecurityResponseTypeField initialized with val

func (SecurityResponseTypeField) Tag

Tag returns tag.SecurityResponseType (323)

type SecuritySettlAgentAcctNameField

type SecuritySettlAgentAcctNameField struct{ quickfix.FIXString }

SecuritySettlAgentAcctNameField is a STRING field

func NewSecuritySettlAgentAcctName

func NewSecuritySettlAgentAcctName(val string) SecuritySettlAgentAcctNameField

NewSecuritySettlAgentAcctName returns a new SecuritySettlAgentAcctNameField initialized with val

func (SecuritySettlAgentAcctNameField) Tag

Tag returns tag.SecuritySettlAgentAcctName (179)

type SecuritySettlAgentAcctNumField

type SecuritySettlAgentAcctNumField struct{ quickfix.FIXString }

SecuritySettlAgentAcctNumField is a STRING field

func NewSecuritySettlAgentAcctNum

func NewSecuritySettlAgentAcctNum(val string) SecuritySettlAgentAcctNumField

NewSecuritySettlAgentAcctNum returns a new SecuritySettlAgentAcctNumField initialized with val

func (SecuritySettlAgentAcctNumField) Tag

Tag returns tag.SecuritySettlAgentAcctNum (178)

type SecuritySettlAgentCodeField

type SecuritySettlAgentCodeField struct{ quickfix.FIXString }

SecuritySettlAgentCodeField is a STRING field

func NewSecuritySettlAgentCode

func NewSecuritySettlAgentCode(val string) SecuritySettlAgentCodeField

NewSecuritySettlAgentCode returns a new SecuritySettlAgentCodeField initialized with val

func (SecuritySettlAgentCodeField) Tag

Tag returns tag.SecuritySettlAgentCode (177)

type SecuritySettlAgentContactNameField

type SecuritySettlAgentContactNameField struct{ quickfix.FIXString }

SecuritySettlAgentContactNameField is a STRING field

func NewSecuritySettlAgentContactName

func NewSecuritySettlAgentContactName(val string) SecuritySettlAgentContactNameField

NewSecuritySettlAgentContactName returns a new SecuritySettlAgentContactNameField initialized with val

func (SecuritySettlAgentContactNameField) Tag

Tag returns tag.SecuritySettlAgentContactName (180)

type SecuritySettlAgentContactPhoneField

type SecuritySettlAgentContactPhoneField struct{ quickfix.FIXString }

SecuritySettlAgentContactPhoneField is a STRING field

func NewSecuritySettlAgentContactPhone

func NewSecuritySettlAgentContactPhone(val string) SecuritySettlAgentContactPhoneField

NewSecuritySettlAgentContactPhone returns a new SecuritySettlAgentContactPhoneField initialized with val

func (SecuritySettlAgentContactPhoneField) Tag

Tag returns tag.SecuritySettlAgentContactPhone (181)

type SecuritySettlAgentNameField

type SecuritySettlAgentNameField struct{ quickfix.FIXString }

SecuritySettlAgentNameField is a STRING field

func NewSecuritySettlAgentName

func NewSecuritySettlAgentName(val string) SecuritySettlAgentNameField

NewSecuritySettlAgentName returns a new SecuritySettlAgentNameField initialized with val

func (SecuritySettlAgentNameField) Tag

Tag returns tag.SecuritySettlAgentName (176)

type SecurityStatusField

type SecurityStatusField struct{ quickfix.FIXString }

SecurityStatusField is a STRING field

func NewSecurityStatus

func NewSecurityStatus(val string) SecurityStatusField

NewSecurityStatus returns a new SecurityStatusField initialized with val

func (SecurityStatusField) Tag

Tag returns tag.SecurityStatus (965)

type SecurityStatusReqIDField

type SecurityStatusReqIDField struct{ quickfix.FIXString }

SecurityStatusReqIDField is a STRING field

func NewSecurityStatusReqID

func NewSecurityStatusReqID(val string) SecurityStatusReqIDField

NewSecurityStatusReqID returns a new SecurityStatusReqIDField initialized with val

func (SecurityStatusReqIDField) Tag

Tag returns tag.SecurityStatusReqID (324)

type SecuritySubTypeField

type SecuritySubTypeField struct{ quickfix.FIXString }

SecuritySubTypeField is a STRING field

func NewSecuritySubType

func NewSecuritySubType(val string) SecuritySubTypeField

NewSecuritySubType returns a new SecuritySubTypeField initialized with val

func (SecuritySubTypeField) Tag

Tag returns tag.SecuritySubType (762)

type SecurityTradingEventField

type SecurityTradingEventField struct{ quickfix.FIXInt }

SecurityTradingEventField is a INT field

func NewSecurityTradingEvent

func NewSecurityTradingEvent(val int) SecurityTradingEventField

NewSecurityTradingEvent returns a new SecurityTradingEventField initialized with val

func (SecurityTradingEventField) Tag

Tag returns tag.SecurityTradingEvent (1174)

type SecurityTradingStatusField

type SecurityTradingStatusField struct{ quickfix.FIXInt }

SecurityTradingStatusField is a INT field

func NewSecurityTradingStatus

func NewSecurityTradingStatus(val int) SecurityTradingStatusField

NewSecurityTradingStatus returns a new SecurityTradingStatusField initialized with val

func (SecurityTradingStatusField) Tag

Tag returns tag.SecurityTradingStatus (326)

type SecurityTypeField

type SecurityTypeField struct{ quickfix.FIXString }

SecurityTypeField is a STRING field

func NewSecurityType

func NewSecurityType(val string) SecurityTypeField

NewSecurityType returns a new SecurityTypeField initialized with val

func (SecurityTypeField) Tag

func (f SecurityTypeField) Tag() quickfix.Tag

Tag returns tag.SecurityType (167)

type SecurityUpdateActionField

type SecurityUpdateActionField struct{ quickfix.FIXString }

SecurityUpdateActionField is a CHAR field

func NewSecurityUpdateAction

func NewSecurityUpdateAction(val string) SecurityUpdateActionField

NewSecurityUpdateAction returns a new SecurityUpdateActionField initialized with val

func (SecurityUpdateActionField) Tag

Tag returns tag.SecurityUpdateAction (980)

type SecurityXMLField

type SecurityXMLField struct{ quickfix.FIXString }

SecurityXMLField is a XMLDATA field

func NewSecurityXML

func NewSecurityXML(val string) SecurityXMLField

NewSecurityXML returns a new SecurityXMLField initialized with val

func (SecurityXMLField) Tag

func (f SecurityXMLField) Tag() quickfix.Tag

Tag returns tag.SecurityXML (1185)

type SecurityXMLLenField

type SecurityXMLLenField struct{ quickfix.FIXInt }

SecurityXMLLenField is a LENGTH field

func NewSecurityXMLLen

func NewSecurityXMLLen(val int) SecurityXMLLenField

NewSecurityXMLLen returns a new SecurityXMLLenField initialized with val

func (SecurityXMLLenField) Tag

Tag returns tag.SecurityXMLLen (1184)

type SecurityXMLSchemaField

type SecurityXMLSchemaField struct{ quickfix.FIXString }

SecurityXMLSchemaField is a STRING field

func NewSecurityXMLSchema

func NewSecurityXMLSchema(val string) SecurityXMLSchemaField

NewSecurityXMLSchema returns a new SecurityXMLSchemaField initialized with val

func (SecurityXMLSchemaField) Tag

Tag returns tag.SecurityXMLSchema (1186)

type SellVolumeField

type SellVolumeField struct{ quickfix.FIXDecimal }

SellVolumeField is a QTY field

func NewSellVolume

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

NewSellVolume returns a new SellVolumeField initialized with val and scale

func (SellVolumeField) Tag

func (f SellVolumeField) Tag() quickfix.Tag

Tag returns tag.SellVolume (331)

type SellerDaysField

type SellerDaysField struct{ quickfix.FIXInt }

SellerDaysField is a INT field

func NewSellerDays

func NewSellerDays(val int) SellerDaysField

NewSellerDays returns a new SellerDaysField initialized with val

func (SellerDaysField) Tag

func (f SellerDaysField) Tag() quickfix.Tag

Tag returns tag.SellerDays (287)

type SenderCompIDField

type SenderCompIDField struct{ quickfix.FIXString }

SenderCompIDField is a STRING field

func NewSenderCompID

func NewSenderCompID(val string) SenderCompIDField

NewSenderCompID returns a new SenderCompIDField initialized with val

func (SenderCompIDField) Tag

func (f SenderCompIDField) Tag() quickfix.Tag

Tag returns tag.SenderCompID (49)

type SenderLocationIDField

type SenderLocationIDField struct{ quickfix.FIXString }

SenderLocationIDField is a STRING field

func NewSenderLocationID

func NewSenderLocationID(val string) SenderLocationIDField

NewSenderLocationID returns a new SenderLocationIDField initialized with val

func (SenderLocationIDField) Tag

Tag returns tag.SenderLocationID (142)

type SenderSubIDField

type SenderSubIDField struct{ quickfix.FIXString }

SenderSubIDField is a STRING field

func NewSenderSubID

func NewSenderSubID(val string) SenderSubIDField

NewSenderSubID returns a new SenderSubIDField initialized with val

func (SenderSubIDField) Tag

func (f SenderSubIDField) Tag() quickfix.Tag

Tag returns tag.SenderSubID (50)

type SendingDateField

type SendingDateField struct{ quickfix.FIXString }

SendingDateField is a LOCALMKTDATE field

func NewSendingDate

func NewSendingDate(val string) SendingDateField

NewSendingDate returns a new SendingDateField initialized with val

func (SendingDateField) Tag

func (f SendingDateField) Tag() quickfix.Tag

Tag returns tag.SendingDate (51)

type SendingTimeField

type SendingTimeField struct{ quickfix.FIXUTCTimestamp }

SendingTimeField is a UTCTIMESTAMP field

func NewSendingTime added in v0.3.0

func NewSendingTime(val time.Time) SendingTimeField

NewSendingTime returns a new SendingTimeField initialized with val

func NewSendingTimeNoMillis added in v0.3.0

func NewSendingTimeNoMillis(val time.Time) SendingTimeField

NewSendingTimeNoMillis returns a new SendingTimeField initialized with val without millisecs

func (SendingTimeField) Tag

func (f SendingTimeField) Tag() quickfix.Tag

Tag returns tag.SendingTime (52)

type SeniorityField

type SeniorityField struct{ quickfix.FIXString }

SeniorityField is a STRING field

func NewSeniority

func NewSeniority(val string) SeniorityField

NewSeniority returns a new SeniorityField initialized with val

func (SeniorityField) Tag

func (f SeniorityField) Tag() quickfix.Tag

Tag returns tag.Seniority (1450)

type SessionRejectReasonField

type SessionRejectReasonField struct{ quickfix.FIXInt }

SessionRejectReasonField is a INT field

func NewSessionRejectReason

func NewSessionRejectReason(val int) SessionRejectReasonField

NewSessionRejectReason returns a new SessionRejectReasonField initialized with val

func (SessionRejectReasonField) Tag

Tag returns tag.SessionRejectReason (373)

type SessionStatusField

type SessionStatusField struct{ quickfix.FIXInt }

SessionStatusField is a INT field

func NewSessionStatus

func NewSessionStatus(val int) SessionStatusField

NewSessionStatus returns a new SessionStatusField initialized with val

func (SessionStatusField) Tag

Tag returns tag.SessionStatus (1409)

type SettlBrkrCodeField

type SettlBrkrCodeField struct{ quickfix.FIXString }

SettlBrkrCodeField is a STRING field

func NewSettlBrkrCode

func NewSettlBrkrCode(val string) SettlBrkrCodeField

NewSettlBrkrCode returns a new SettlBrkrCodeField initialized with val

func (SettlBrkrCodeField) Tag

Tag returns tag.SettlBrkrCode (174)

type SettlCurrAmtField

type SettlCurrAmtField struct{ quickfix.FIXDecimal }

SettlCurrAmtField is a AMT field

func NewSettlCurrAmt

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

NewSettlCurrAmt returns a new SettlCurrAmtField initialized with val and scale

func (SettlCurrAmtField) Tag

func (f SettlCurrAmtField) Tag() quickfix.Tag

Tag returns tag.SettlCurrAmt (119)

type SettlCurrBidFxRateField

type SettlCurrBidFxRateField struct{ quickfix.FIXDecimal }

SettlCurrBidFxRateField is a FLOAT field

func NewSettlCurrBidFxRate

func NewSettlCurrBidFxRate(val decimal.Decimal, scale int32) SettlCurrBidFxRateField

NewSettlCurrBidFxRate returns a new SettlCurrBidFxRateField initialized with val and scale

func (SettlCurrBidFxRateField) Tag

Tag returns tag.SettlCurrBidFxRate (656)

type SettlCurrFxRateCalcField

type SettlCurrFxRateCalcField struct{ quickfix.FIXString }

SettlCurrFxRateCalcField is a CHAR field

func NewSettlCurrFxRateCalc

func NewSettlCurrFxRateCalc(val string) SettlCurrFxRateCalcField

NewSettlCurrFxRateCalc returns a new SettlCurrFxRateCalcField initialized with val

func (SettlCurrFxRateCalcField) Tag

Tag returns tag.SettlCurrFxRateCalc (156)

type SettlCurrFxRateField

type SettlCurrFxRateField struct{ quickfix.FIXDecimal }

SettlCurrFxRateField is a FLOAT field

func NewSettlCurrFxRate

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

NewSettlCurrFxRate returns a new SettlCurrFxRateField initialized with val and scale

func (SettlCurrFxRateField) Tag

Tag returns tag.SettlCurrFxRate (155)

type SettlCurrOfferFxRateField

type SettlCurrOfferFxRateField struct{ quickfix.FIXDecimal }

SettlCurrOfferFxRateField is a FLOAT field

func NewSettlCurrOfferFxRate

func NewSettlCurrOfferFxRate(val decimal.Decimal, scale int32) SettlCurrOfferFxRateField

NewSettlCurrOfferFxRate returns a new SettlCurrOfferFxRateField initialized with val and scale

func (SettlCurrOfferFxRateField) Tag

Tag returns tag.SettlCurrOfferFxRate (657)

type SettlCurrencyField

type SettlCurrencyField struct{ quickfix.FIXString }

SettlCurrencyField is a CURRENCY field

func NewSettlCurrency

func NewSettlCurrency(val string) SettlCurrencyField

NewSettlCurrency returns a new SettlCurrencyField initialized with val

func (SettlCurrencyField) Tag

Tag returns tag.SettlCurrency (120)

type SettlDate2Field

type SettlDate2Field struct{ quickfix.FIXString }

SettlDate2Field is a LOCALMKTDATE field

func NewSettlDate2

func NewSettlDate2(val string) SettlDate2Field

NewSettlDate2 returns a new SettlDate2Field initialized with val

func (SettlDate2Field) Tag

func (f SettlDate2Field) Tag() quickfix.Tag

Tag returns tag.SettlDate2 (193)

type SettlDateField

type SettlDateField struct{ quickfix.FIXString }

SettlDateField is a LOCALMKTDATE field

func NewSettlDate

func NewSettlDate(val string) SettlDateField

NewSettlDate returns a new SettlDateField initialized with val

func (SettlDateField) Tag

func (f SettlDateField) Tag() quickfix.Tag

Tag returns tag.SettlDate (64)

type SettlDeliveryTypeField

type SettlDeliveryTypeField struct{ quickfix.FIXInt }

SettlDeliveryTypeField is a INT field

func NewSettlDeliveryType

func NewSettlDeliveryType(val int) SettlDeliveryTypeField

NewSettlDeliveryType returns a new SettlDeliveryTypeField initialized with val

func (SettlDeliveryTypeField) Tag

Tag returns tag.SettlDeliveryType (172)

type SettlDepositoryCodeField

type SettlDepositoryCodeField struct{ quickfix.FIXString }

SettlDepositoryCodeField is a STRING field

func NewSettlDepositoryCode

func NewSettlDepositoryCode(val string) SettlDepositoryCodeField

NewSettlDepositoryCode returns a new SettlDepositoryCodeField initialized with val

func (SettlDepositoryCodeField) Tag

Tag returns tag.SettlDepositoryCode (173)

type SettlInstCodeField

type SettlInstCodeField struct{ quickfix.FIXString }

SettlInstCodeField is a STRING field

func NewSettlInstCode

func NewSettlInstCode(val string) SettlInstCodeField

NewSettlInstCode returns a new SettlInstCodeField initialized with val

func (SettlInstCodeField) Tag

Tag returns tag.SettlInstCode (175)

type SettlInstIDField

type SettlInstIDField struct{ quickfix.FIXString }

SettlInstIDField is a STRING field

func NewSettlInstID

func NewSettlInstID(val string) SettlInstIDField

NewSettlInstID returns a new SettlInstIDField initialized with val

func (SettlInstIDField) Tag

func (f SettlInstIDField) Tag() quickfix.Tag

Tag returns tag.SettlInstID (162)

type SettlInstModeField

type SettlInstModeField struct{ quickfix.FIXString }

SettlInstModeField is a CHAR field

func NewSettlInstMode

func NewSettlInstMode(val string) SettlInstModeField

NewSettlInstMode returns a new SettlInstModeField initialized with val

func (SettlInstModeField) Tag

Tag returns tag.SettlInstMode (160)

type SettlInstMsgIDField

type SettlInstMsgIDField struct{ quickfix.FIXString }

SettlInstMsgIDField is a STRING field

func NewSettlInstMsgID

func NewSettlInstMsgID(val string) SettlInstMsgIDField

NewSettlInstMsgID returns a new SettlInstMsgIDField initialized with val

func (SettlInstMsgIDField) Tag

Tag returns tag.SettlInstMsgID (777)

type SettlInstRefIDField

type SettlInstRefIDField struct{ quickfix.FIXString }

SettlInstRefIDField is a STRING field

func NewSettlInstRefID

func NewSettlInstRefID(val string) SettlInstRefIDField

NewSettlInstRefID returns a new SettlInstRefIDField initialized with val

func (SettlInstRefIDField) Tag

Tag returns tag.SettlInstRefID (214)

type SettlInstReqIDField

type SettlInstReqIDField struct{ quickfix.FIXString }

SettlInstReqIDField is a STRING field

func NewSettlInstReqID

func NewSettlInstReqID(val string) SettlInstReqIDField

NewSettlInstReqID returns a new SettlInstReqIDField initialized with val

func (SettlInstReqIDField) Tag

Tag returns tag.SettlInstReqID (791)

type SettlInstReqRejCodeField

type SettlInstReqRejCodeField struct{ quickfix.FIXInt }

SettlInstReqRejCodeField is a INT field

func NewSettlInstReqRejCode

func NewSettlInstReqRejCode(val int) SettlInstReqRejCodeField

NewSettlInstReqRejCode returns a new SettlInstReqRejCodeField initialized with val

func (SettlInstReqRejCodeField) Tag

Tag returns tag.SettlInstReqRejCode (792)

type SettlInstSourceField

type SettlInstSourceField struct{ quickfix.FIXString }

SettlInstSourceField is a CHAR field

func NewSettlInstSource

func NewSettlInstSource(val string) SettlInstSourceField

NewSettlInstSource returns a new SettlInstSourceField initialized with val

func (SettlInstSourceField) Tag

Tag returns tag.SettlInstSource (165)

type SettlInstTransTypeField

type SettlInstTransTypeField struct{ quickfix.FIXString }

SettlInstTransTypeField is a CHAR field

func NewSettlInstTransType

func NewSettlInstTransType(val string) SettlInstTransTypeField

NewSettlInstTransType returns a new SettlInstTransTypeField initialized with val

func (SettlInstTransTypeField) Tag

Tag returns tag.SettlInstTransType (163)

type SettlLocationField

type SettlLocationField struct{ quickfix.FIXString }

SettlLocationField is a STRING field

func NewSettlLocation

func NewSettlLocation(val string) SettlLocationField

NewSettlLocation returns a new SettlLocationField initialized with val

func (SettlLocationField) Tag

Tag returns tag.SettlLocation (166)

type SettlMethodField

type SettlMethodField struct{ quickfix.FIXString }

SettlMethodField is a CHAR field

func NewSettlMethod

func NewSettlMethod(val string) SettlMethodField

NewSettlMethod returns a new SettlMethodField initialized with val

func (SettlMethodField) Tag

func (f SettlMethodField) Tag() quickfix.Tag

Tag returns tag.SettlMethod (1193)

type SettlObligIDField

type SettlObligIDField struct{ quickfix.FIXString }

SettlObligIDField is a STRING field

func NewSettlObligID

func NewSettlObligID(val string) SettlObligIDField

NewSettlObligID returns a new SettlObligIDField initialized with val

func (SettlObligIDField) Tag

func (f SettlObligIDField) Tag() quickfix.Tag

Tag returns tag.SettlObligID (1161)

type SettlObligModeField

type SettlObligModeField struct{ quickfix.FIXInt }

SettlObligModeField is a INT field

func NewSettlObligMode

func NewSettlObligMode(val int) SettlObligModeField

NewSettlObligMode returns a new SettlObligModeField initialized with val

func (SettlObligModeField) Tag

Tag returns tag.SettlObligMode (1159)

type SettlObligMsgIDField

type SettlObligMsgIDField struct{ quickfix.FIXString }

SettlObligMsgIDField is a STRING field

func NewSettlObligMsgID

func NewSettlObligMsgID(val string) SettlObligMsgIDField

NewSettlObligMsgID returns a new SettlObligMsgIDField initialized with val

func (SettlObligMsgIDField) Tag

Tag returns tag.SettlObligMsgID (1160)

type SettlObligRefIDField

type SettlObligRefIDField struct{ quickfix.FIXString }

SettlObligRefIDField is a STRING field

func NewSettlObligRefID

func NewSettlObligRefID(val string) SettlObligRefIDField

NewSettlObligRefID returns a new SettlObligRefIDField initialized with val

func (SettlObligRefIDField) Tag

Tag returns tag.SettlObligRefID (1163)

type SettlObligSourceField

type SettlObligSourceField struct{ quickfix.FIXString }

SettlObligSourceField is a CHAR field

func NewSettlObligSource

func NewSettlObligSource(val string) SettlObligSourceField

NewSettlObligSource returns a new SettlObligSourceField initialized with val

func (SettlObligSourceField) Tag

Tag returns tag.SettlObligSource (1164)

type SettlObligTransTypeField

type SettlObligTransTypeField struct{ quickfix.FIXString }

SettlObligTransTypeField is a CHAR field

func NewSettlObligTransType

func NewSettlObligTransType(val string) SettlObligTransTypeField

NewSettlObligTransType returns a new SettlObligTransTypeField initialized with val

func (SettlObligTransTypeField) Tag

Tag returns tag.SettlObligTransType (1162)

type SettlPartyIDField

type SettlPartyIDField struct{ quickfix.FIXString }

SettlPartyIDField is a STRING field

func NewSettlPartyID

func NewSettlPartyID(val string) SettlPartyIDField

NewSettlPartyID returns a new SettlPartyIDField initialized with val

func (SettlPartyIDField) Tag

func (f SettlPartyIDField) Tag() quickfix.Tag

Tag returns tag.SettlPartyID (782)

type SettlPartyIDSourceField

type SettlPartyIDSourceField struct{ quickfix.FIXString }

SettlPartyIDSourceField is a CHAR field

func NewSettlPartyIDSource

func NewSettlPartyIDSource(val string) SettlPartyIDSourceField

NewSettlPartyIDSource returns a new SettlPartyIDSourceField initialized with val

func (SettlPartyIDSourceField) Tag

Tag returns tag.SettlPartyIDSource (783)

type SettlPartyRoleField

type SettlPartyRoleField struct{ quickfix.FIXInt }

SettlPartyRoleField is a INT field

func NewSettlPartyRole

func NewSettlPartyRole(val int) SettlPartyRoleField

NewSettlPartyRole returns a new SettlPartyRoleField initialized with val

func (SettlPartyRoleField) Tag

Tag returns tag.SettlPartyRole (784)

type SettlPartySubIDField

type SettlPartySubIDField struct{ quickfix.FIXString }

SettlPartySubIDField is a STRING field

func NewSettlPartySubID

func NewSettlPartySubID(val string) SettlPartySubIDField

NewSettlPartySubID returns a new SettlPartySubIDField initialized with val

func (SettlPartySubIDField) Tag

Tag returns tag.SettlPartySubID (785)

type SettlPartySubIDTypeField

type SettlPartySubIDTypeField struct{ quickfix.FIXInt }

SettlPartySubIDTypeField is a INT field

func NewSettlPartySubIDType

func NewSettlPartySubIDType(val int) SettlPartySubIDTypeField

NewSettlPartySubIDType returns a new SettlPartySubIDTypeField initialized with val

func (SettlPartySubIDTypeField) Tag

Tag returns tag.SettlPartySubIDType (786)

type SettlPriceField

type SettlPriceField struct{ quickfix.FIXDecimal }

SettlPriceField is a PRICE field

func NewSettlPrice

func NewSettlPrice(val decimal.Decimal, scale int32) SettlPriceField

NewSettlPrice returns a new SettlPriceField initialized with val and scale

func (SettlPriceField) Tag

func (f SettlPriceField) Tag() quickfix.Tag

Tag returns tag.SettlPrice (730)

type SettlPriceTypeField

type SettlPriceTypeField struct{ quickfix.FIXInt }

SettlPriceTypeField is a INT field

func NewSettlPriceType

func NewSettlPriceType(val int) SettlPriceTypeField

NewSettlPriceType returns a new SettlPriceTypeField initialized with val

func (SettlPriceTypeField) Tag

Tag returns tag.SettlPriceType (731)

type SettlSessIDField

type SettlSessIDField struct{ quickfix.FIXString }

SettlSessIDField is a STRING field

func NewSettlSessID

func NewSettlSessID(val string) SettlSessIDField

NewSettlSessID returns a new SettlSessIDField initialized with val

func (SettlSessIDField) Tag

func (f SettlSessIDField) Tag() quickfix.Tag

Tag returns tag.SettlSessID (716)

type SettlSessSubIDField

type SettlSessSubIDField struct{ quickfix.FIXString }

SettlSessSubIDField is a STRING field

func NewSettlSessSubID

func NewSettlSessSubID(val string) SettlSessSubIDField

NewSettlSessSubID returns a new SettlSessSubIDField initialized with val

func (SettlSessSubIDField) Tag

Tag returns tag.SettlSessSubID (717)

type SettlTypeField

type SettlTypeField struct{ quickfix.FIXString }

SettlTypeField is a STRING field

func NewSettlType

func NewSettlType(val string) SettlTypeField

NewSettlType returns a new SettlTypeField initialized with val

func (SettlTypeField) Tag

func (f SettlTypeField) Tag() quickfix.Tag

Tag returns tag.SettlType (63)

type SettleOnOpenFlagField

type SettleOnOpenFlagField struct{ quickfix.FIXString }

SettleOnOpenFlagField is a STRING field

func NewSettleOnOpenFlag

func NewSettleOnOpenFlag(val string) SettleOnOpenFlagField

NewSettleOnOpenFlag returns a new SettleOnOpenFlagField initialized with val

func (SettleOnOpenFlagField) Tag

Tag returns tag.SettleOnOpenFlag (966)

type SettlementCycleNoField

type SettlementCycleNoField struct{ quickfix.FIXInt }

SettlementCycleNoField is a INT field

func NewSettlementCycleNo

func NewSettlementCycleNo(val int) SettlementCycleNoField

NewSettlementCycleNo returns a new SettlementCycleNoField initialized with val

func (SettlementCycleNoField) Tag

Tag returns tag.SettlementCycleNo (1153)

type SettlmntTypField

type SettlmntTypField struct{ quickfix.FIXString }

SettlmntTypField is a CHAR field

func NewSettlmntTyp

func NewSettlmntTyp(val string) SettlmntTypField

NewSettlmntTyp returns a new SettlmntTypField initialized with val

func (SettlmntTypField) Tag

func (f SettlmntTypField) Tag() quickfix.Tag

Tag returns tag.SettlmntTyp (63)

type SharedCommissionField

type SharedCommissionField struct{ quickfix.FIXDecimal }

SharedCommissionField is a AMT field

func NewSharedCommission

func NewSharedCommission(val decimal.Decimal, scale int32) SharedCommissionField

NewSharedCommission returns a new SharedCommissionField initialized with val and scale

func (SharedCommissionField) Tag

Tag returns tag.SharedCommission (858)

type SharesField

type SharesField struct{ quickfix.FIXDecimal }

SharesField is a QTY field

func NewShares

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

NewShares returns a new SharesField initialized with val and scale

func (SharesField) Tag

func (f SharesField) Tag() quickfix.Tag

Tag returns tag.Shares (53)

type ShortQtyField

type ShortQtyField struct{ quickfix.FIXDecimal }

ShortQtyField is a QTY field

func NewShortQty

func NewShortQty(val decimal.Decimal, scale int32) ShortQtyField

NewShortQty returns a new ShortQtyField initialized with val and scale

func (ShortQtyField) Tag

func (f ShortQtyField) Tag() quickfix.Tag

Tag returns tag.ShortQty (705)

type ShortSaleReasonField

type ShortSaleReasonField struct{ quickfix.FIXInt }

ShortSaleReasonField is a INT field

func NewShortSaleReason

func NewShortSaleReason(val int) ShortSaleReasonField

NewShortSaleReason returns a new ShortSaleReasonField initialized with val

func (ShortSaleReasonField) Tag

Tag returns tag.ShortSaleReason (853)

type SideComplianceIDField

type SideComplianceIDField struct{ quickfix.FIXString }

SideComplianceIDField is a STRING field

func NewSideComplianceID

func NewSideComplianceID(val string) SideComplianceIDField

NewSideComplianceID returns a new SideComplianceIDField initialized with val

func (SideComplianceIDField) Tag

Tag returns tag.SideComplianceID (659)

type SideCurrencyField

type SideCurrencyField struct{ quickfix.FIXString }

SideCurrencyField is a CURRENCY field

func NewSideCurrency

func NewSideCurrency(val string) SideCurrencyField

NewSideCurrency returns a new SideCurrencyField initialized with val

func (SideCurrencyField) Tag

func (f SideCurrencyField) Tag() quickfix.Tag

Tag returns tag.SideCurrency (1154)

type SideExecIDField

type SideExecIDField struct{ quickfix.FIXString }

SideExecIDField is a STRING field

func NewSideExecID

func NewSideExecID(val string) SideExecIDField

NewSideExecID returns a new SideExecIDField initialized with val

func (SideExecIDField) Tag

func (f SideExecIDField) Tag() quickfix.Tag

Tag returns tag.SideExecID (1427)

type SideField

type SideField struct{ quickfix.FIXString }

SideField is a CHAR field

func NewSide

func NewSide(val string) SideField

NewSide returns a new SideField initialized with val

func (SideField) Tag

func (f SideField) Tag() quickfix.Tag

Tag returns tag.Side (54)

type SideFillStationCdField

type SideFillStationCdField struct{ quickfix.FIXString }

SideFillStationCdField is a STRING field

func NewSideFillStationCd

func NewSideFillStationCd(val string) SideFillStationCdField

NewSideFillStationCd returns a new SideFillStationCdField initialized with val

func (SideFillStationCdField) Tag

Tag returns tag.SideFillStationCd (1006)

type SideGrossTradeAmtField

type SideGrossTradeAmtField struct{ quickfix.FIXDecimal }

SideGrossTradeAmtField is a AMT field

func NewSideGrossTradeAmt

func NewSideGrossTradeAmt(val decimal.Decimal, scale int32) SideGrossTradeAmtField

NewSideGrossTradeAmt returns a new SideGrossTradeAmtField initialized with val and scale

func (SideGrossTradeAmtField) Tag

Tag returns tag.SideGrossTradeAmt (1072)

type SideLastQtyField

type SideLastQtyField struct{ quickfix.FIXInt }

SideLastQtyField is a INT field

func NewSideLastQty

func NewSideLastQty(val int) SideLastQtyField

NewSideLastQty returns a new SideLastQtyField initialized with val

func (SideLastQtyField) Tag

func (f SideLastQtyField) Tag() quickfix.Tag

Tag returns tag.SideLastQty (1009)

type SideLiquidityIndField

type SideLiquidityIndField struct{ quickfix.FIXInt }

SideLiquidityIndField is a INT field

func NewSideLiquidityInd

func NewSideLiquidityInd(val int) SideLiquidityIndField

NewSideLiquidityInd returns a new SideLiquidityIndField initialized with val

func (SideLiquidityIndField) Tag

Tag returns tag.SideLiquidityInd (1444)

type SideMultiLegReportingTypeField

type SideMultiLegReportingTypeField struct{ quickfix.FIXInt }

SideMultiLegReportingTypeField is a INT field

func NewSideMultiLegReportingType

func NewSideMultiLegReportingType(val int) SideMultiLegReportingTypeField

NewSideMultiLegReportingType returns a new SideMultiLegReportingTypeField initialized with val

func (SideMultiLegReportingTypeField) Tag

Tag returns tag.SideMultiLegReportingType (752)

type SideQtyField

type SideQtyField struct{ quickfix.FIXInt }

SideQtyField is a INT field

func NewSideQty

func NewSideQty(val int) SideQtyField

NewSideQty returns a new SideQtyField initialized with val

func (SideQtyField) Tag

func (f SideQtyField) Tag() quickfix.Tag

Tag returns tag.SideQty (1009)

type SideReasonCdField

type SideReasonCdField struct{ quickfix.FIXString }

SideReasonCdField is a STRING field

func NewSideReasonCd

func NewSideReasonCd(val string) SideReasonCdField

NewSideReasonCd returns a new SideReasonCdField initialized with val

func (SideReasonCdField) Tag

func (f SideReasonCdField) Tag() quickfix.Tag

Tag returns tag.SideReasonCd (1007)

type SideSettlCurrencyField

type SideSettlCurrencyField struct{ quickfix.FIXString }

SideSettlCurrencyField is a CURRENCY field

func NewSideSettlCurrency

func NewSideSettlCurrency(val string) SideSettlCurrencyField

NewSideSettlCurrency returns a new SideSettlCurrencyField initialized with val

func (SideSettlCurrencyField) Tag

Tag returns tag.SideSettlCurrency (1155)

type SideTimeInForceField

type SideTimeInForceField struct{ quickfix.FIXUTCTimestamp }

SideTimeInForceField is a UTCTIMESTAMP field

func NewSideTimeInForce added in v0.3.0

func NewSideTimeInForce(val time.Time) SideTimeInForceField

NewSideTimeInForce returns a new SideTimeInForceField initialized with val

func NewSideTimeInForceNoMillis added in v0.3.0

func NewSideTimeInForceNoMillis(val time.Time) SideTimeInForceField

NewSideTimeInForceNoMillis returns a new SideTimeInForceField initialized with val without millisecs

func (SideTimeInForceField) Tag

Tag returns tag.SideTimeInForce (962)

type SideTradeReportIDField

type SideTradeReportIDField struct{ quickfix.FIXString }

SideTradeReportIDField is a STRING field

func NewSideTradeReportID

func NewSideTradeReportID(val string) SideTradeReportIDField

NewSideTradeReportID returns a new SideTradeReportIDField initialized with val

func (SideTradeReportIDField) Tag

Tag returns tag.SideTradeReportID (1005)

type SideTrdRegTimestampField

type SideTrdRegTimestampField struct{ quickfix.FIXUTCTimestamp }

SideTrdRegTimestampField is a UTCTIMESTAMP field

func NewSideTrdRegTimestamp added in v0.3.0

func NewSideTrdRegTimestamp(val time.Time) SideTrdRegTimestampField

NewSideTrdRegTimestamp returns a new SideTrdRegTimestampField initialized with val

func NewSideTrdRegTimestampNoMillis added in v0.3.0

func NewSideTrdRegTimestampNoMillis(val time.Time) SideTrdRegTimestampField

NewSideTrdRegTimestampNoMillis returns a new SideTrdRegTimestampField initialized with val without millisecs

func (SideTrdRegTimestampField) Tag

Tag returns tag.SideTrdRegTimestamp (1012)

type SideTrdRegTimestampSrcField

type SideTrdRegTimestampSrcField struct{ quickfix.FIXString }

SideTrdRegTimestampSrcField is a STRING field

func NewSideTrdRegTimestampSrc

func NewSideTrdRegTimestampSrc(val string) SideTrdRegTimestampSrcField

NewSideTrdRegTimestampSrc returns a new SideTrdRegTimestampSrcField initialized with val

func (SideTrdRegTimestampSrcField) Tag

Tag returns tag.SideTrdRegTimestampSrc (1014)

type SideTrdRegTimestampTypeField

type SideTrdRegTimestampTypeField struct{ quickfix.FIXInt }

SideTrdRegTimestampTypeField is a INT field

func NewSideTrdRegTimestampType

func NewSideTrdRegTimestampType(val int) SideTrdRegTimestampTypeField

NewSideTrdRegTimestampType returns a new SideTrdRegTimestampTypeField initialized with val

func (SideTrdRegTimestampTypeField) Tag

Tag returns tag.SideTrdRegTimestampType (1013)

type SideTrdSubTypField

type SideTrdSubTypField struct{ quickfix.FIXInt }

SideTrdSubTypField is a INT field

func NewSideTrdSubTyp

func NewSideTrdSubTyp(val int) SideTrdSubTypField

NewSideTrdSubTyp returns a new SideTrdSubTypField initialized with val

func (SideTrdSubTypField) Tag

Tag returns tag.SideTrdSubTyp (1008)

type SideValue1Field

type SideValue1Field struct{ quickfix.FIXDecimal }

SideValue1Field is a AMT field

func NewSideValue1

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

NewSideValue1 returns a new SideValue1Field initialized with val and scale

func (SideValue1Field) Tag

func (f SideValue1Field) Tag() quickfix.Tag

Tag returns tag.SideValue1 (396)

type SideValue2Field

type SideValue2Field struct{ quickfix.FIXDecimal }

SideValue2Field is a AMT field

func NewSideValue2

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

NewSideValue2 returns a new SideValue2Field initialized with val and scale

func (SideValue2Field) Tag

func (f SideValue2Field) Tag() quickfix.Tag

Tag returns tag.SideValue2 (397)

type SideValueIndField

type SideValueIndField struct{ quickfix.FIXInt }

SideValueIndField is a INT field

func NewSideValueInd

func NewSideValueInd(val int) SideValueIndField

NewSideValueInd returns a new SideValueIndField initialized with val

func (SideValueIndField) Tag

func (f SideValueIndField) Tag() quickfix.Tag

Tag returns tag.SideValueInd (401)

type SignatureField

type SignatureField struct{ quickfix.FIXString }

SignatureField is a DATA field

func NewSignature

func NewSignature(val string) SignatureField

NewSignature returns a new SignatureField initialized with val

func (SignatureField) Tag

func (f SignatureField) Tag() quickfix.Tag

Tag returns tag.Signature (89)

type SignatureLengthField

type SignatureLengthField struct{ quickfix.FIXInt }

SignatureLengthField is a LENGTH field

func NewSignatureLength

func NewSignatureLength(val int) SignatureLengthField

NewSignatureLength returns a new SignatureLengthField initialized with val

func (SignatureLengthField) Tag

Tag returns tag.SignatureLength (93)

type SolicitedFlagField

type SolicitedFlagField struct{ quickfix.FIXBoolean }

SolicitedFlagField is a BOOLEAN field

func NewSolicitedFlag

func NewSolicitedFlag(val bool) SolicitedFlagField

NewSolicitedFlag returns a new SolicitedFlagField initialized with val

func (SolicitedFlagField) Tag

Tag returns tag.SolicitedFlag (377)

type SpreadField

type SpreadField struct{ quickfix.FIXDecimal }

SpreadField is a PRICEOFFSET field

func NewSpread

func NewSpread(val decimal.Decimal, scale int32) SpreadField

NewSpread returns a new SpreadField initialized with val and scale

func (SpreadField) Tag

func (f SpreadField) Tag() quickfix.Tag

Tag returns tag.Spread (218)

type SpreadToBenchmarkField

type SpreadToBenchmarkField struct{ quickfix.FIXDecimal }

SpreadToBenchmarkField is a PRICEOFFSET field

func NewSpreadToBenchmark

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

NewSpreadToBenchmark returns a new SpreadToBenchmarkField initialized with val and scale

func (SpreadToBenchmarkField) Tag

Tag returns tag.SpreadToBenchmark (218)

type StandInstDbIDField

type StandInstDbIDField struct{ quickfix.FIXString }

StandInstDbIDField is a STRING field

func NewStandInstDbID

func NewStandInstDbID(val string) StandInstDbIDField

NewStandInstDbID returns a new StandInstDbIDField initialized with val

func (StandInstDbIDField) Tag

Tag returns tag.StandInstDbID (171)

type StandInstDbNameField

type StandInstDbNameField struct{ quickfix.FIXString }

StandInstDbNameField is a STRING field

func NewStandInstDbName

func NewStandInstDbName(val string) StandInstDbNameField

NewStandInstDbName returns a new StandInstDbNameField initialized with val

func (StandInstDbNameField) Tag

Tag returns tag.StandInstDbName (170)

type StandInstDbTypeField

type StandInstDbTypeField struct{ quickfix.FIXInt }

StandInstDbTypeField is a INT field

func NewStandInstDbType

func NewStandInstDbType(val int) StandInstDbTypeField

NewStandInstDbType returns a new StandInstDbTypeField initialized with val

func (StandInstDbTypeField) Tag

Tag returns tag.StandInstDbType (169)

type StartCashField

type StartCashField struct{ quickfix.FIXDecimal }

StartCashField is a AMT field

func NewStartCash

func NewStartCash(val decimal.Decimal, scale int32) StartCashField

NewStartCash returns a new StartCashField initialized with val and scale

func (StartCashField) Tag

func (f StartCashField) Tag() quickfix.Tag

Tag returns tag.StartCash (921)

type StartDateField

type StartDateField struct{ quickfix.FIXString }

StartDateField is a LOCALMKTDATE field

func NewStartDate

func NewStartDate(val string) StartDateField

NewStartDate returns a new StartDateField initialized with val

func (StartDateField) Tag

func (f StartDateField) Tag() quickfix.Tag

Tag returns tag.StartDate (916)

type StartMaturityMonthYearField

type StartMaturityMonthYearField struct{ quickfix.FIXString }

StartMaturityMonthYearField is a MONTHYEAR field

func NewStartMaturityMonthYear

func NewStartMaturityMonthYear(val string) StartMaturityMonthYearField

NewStartMaturityMonthYear returns a new StartMaturityMonthYearField initialized with val

func (StartMaturityMonthYearField) Tag

Tag returns tag.StartMaturityMonthYear (1241)

type StartStrikePxRangeField

type StartStrikePxRangeField struct{ quickfix.FIXDecimal }

StartStrikePxRangeField is a PRICE field

func NewStartStrikePxRange

func NewStartStrikePxRange(val decimal.Decimal, scale int32) StartStrikePxRangeField

NewStartStrikePxRange returns a new StartStrikePxRangeField initialized with val and scale

func (StartStrikePxRangeField) Tag

Tag returns tag.StartStrikePxRange (1202)

type StartTickPriceRangeField

type StartTickPriceRangeField struct{ quickfix.FIXDecimal }

StartTickPriceRangeField is a PRICE field

func NewStartTickPriceRange

func NewStartTickPriceRange(val decimal.Decimal, scale int32) StartTickPriceRangeField

NewStartTickPriceRange returns a new StartTickPriceRangeField initialized with val and scale

func (StartTickPriceRangeField) Tag

Tag returns tag.StartTickPriceRange (1206)

type StateOrProvinceOfIssueField

type StateOrProvinceOfIssueField struct{ quickfix.FIXString }

StateOrProvinceOfIssueField is a STRING field

func NewStateOrProvinceOfIssue

func NewStateOrProvinceOfIssue(val string) StateOrProvinceOfIssueField

NewStateOrProvinceOfIssue returns a new StateOrProvinceOfIssueField initialized with val

func (StateOrProvinceOfIssueField) Tag

Tag returns tag.StateOrProvinceOfIssue (471)

type StatsTypeField

type StatsTypeField struct{ quickfix.FIXInt }

StatsTypeField is a INT field

func NewStatsType

func NewStatsType(val int) StatsTypeField

NewStatsType returns a new StatsTypeField initialized with val

func (StatsTypeField) Tag

func (f StatsTypeField) Tag() quickfix.Tag

Tag returns tag.StatsType (1176)

type StatusTextField

type StatusTextField struct{ quickfix.FIXString }

StatusTextField is a STRING field

func NewStatusText

func NewStatusText(val string) StatusTextField

NewStatusText returns a new StatusTextField initialized with val

func (StatusTextField) Tag

func (f StatusTextField) Tag() quickfix.Tag

Tag returns tag.StatusText (929)

type StatusValueField

type StatusValueField struct{ quickfix.FIXInt }

StatusValueField is a INT field

func NewStatusValue

func NewStatusValue(val int) StatusValueField

NewStatusValue returns a new StatusValueField initialized with val

func (StatusValueField) Tag

func (f StatusValueField) Tag() quickfix.Tag

Tag returns tag.StatusValue (928)

type StipulationTypeField

type StipulationTypeField struct{ quickfix.FIXString }

StipulationTypeField is a STRING field

func NewStipulationType

func NewStipulationType(val string) StipulationTypeField

NewStipulationType returns a new StipulationTypeField initialized with val

func (StipulationTypeField) Tag

Tag returns tag.StipulationType (233)

type StipulationValueField

type StipulationValueField struct{ quickfix.FIXString }

StipulationValueField is a STRING field

func NewStipulationValue

func NewStipulationValue(val string) StipulationValueField

NewStipulationValue returns a new StipulationValueField initialized with val

func (StipulationValueField) Tag

Tag returns tag.StipulationValue (234)

type StopPxField

type StopPxField struct{ quickfix.FIXDecimal }

StopPxField is a PRICE field

func NewStopPx

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

NewStopPx returns a new StopPxField initialized with val and scale

func (StopPxField) Tag

func (f StopPxField) Tag() quickfix.Tag

Tag returns tag.StopPx (99)

type StrategyParameterNameField

type StrategyParameterNameField struct{ quickfix.FIXString }

StrategyParameterNameField is a STRING field

func NewStrategyParameterName

func NewStrategyParameterName(val string) StrategyParameterNameField

NewStrategyParameterName returns a new StrategyParameterNameField initialized with val

func (StrategyParameterNameField) Tag

Tag returns tag.StrategyParameterName (958)

type StrategyParameterTypeField

type StrategyParameterTypeField struct{ quickfix.FIXInt }

StrategyParameterTypeField is a INT field

func NewStrategyParameterType

func NewStrategyParameterType(val int) StrategyParameterTypeField

NewStrategyParameterType returns a new StrategyParameterTypeField initialized with val

func (StrategyParameterTypeField) Tag

Tag returns tag.StrategyParameterType (959)

type StrategyParameterValueField

type StrategyParameterValueField struct{ quickfix.FIXString }

StrategyParameterValueField is a STRING field

func NewStrategyParameterValue

func NewStrategyParameterValue(val string) StrategyParameterValueField

NewStrategyParameterValue returns a new StrategyParameterValueField initialized with val

func (StrategyParameterValueField) Tag

Tag returns tag.StrategyParameterValue (960)

type StreamAsgnAckTypeField

type StreamAsgnAckTypeField struct{ quickfix.FIXInt }

StreamAsgnAckTypeField is a INT field

func NewStreamAsgnAckType

func NewStreamAsgnAckType(val int) StreamAsgnAckTypeField

NewStreamAsgnAckType returns a new StreamAsgnAckTypeField initialized with val

func (StreamAsgnAckTypeField) Tag

Tag returns tag.StreamAsgnAckType (1503)

type StreamAsgnRejReasonField

type StreamAsgnRejReasonField struct{ quickfix.FIXInt }

StreamAsgnRejReasonField is a INT field

func NewStreamAsgnRejReason

func NewStreamAsgnRejReason(val int) StreamAsgnRejReasonField

NewStreamAsgnRejReason returns a new StreamAsgnRejReasonField initialized with val

func (StreamAsgnRejReasonField) Tag

Tag returns tag.StreamAsgnRejReason (1502)

type StreamAsgnReqIDField

type StreamAsgnReqIDField struct{ quickfix.FIXString }

StreamAsgnReqIDField is a STRING field

func NewStreamAsgnReqID

func NewStreamAsgnReqID(val string) StreamAsgnReqIDField

NewStreamAsgnReqID returns a new StreamAsgnReqIDField initialized with val

func (StreamAsgnReqIDField) Tag

Tag returns tag.StreamAsgnReqID (1497)

type StreamAsgnReqTypeField

type StreamAsgnReqTypeField struct{ quickfix.FIXInt }

StreamAsgnReqTypeField is a INT field

func NewStreamAsgnReqType

func NewStreamAsgnReqType(val int) StreamAsgnReqTypeField

NewStreamAsgnReqType returns a new StreamAsgnReqTypeField initialized with val

func (StreamAsgnReqTypeField) Tag

Tag returns tag.StreamAsgnReqType (1498)

type StreamAsgnRptIDField

type StreamAsgnRptIDField struct{ quickfix.FIXString }

StreamAsgnRptIDField is a STRING field

func NewStreamAsgnRptID

func NewStreamAsgnRptID(val string) StreamAsgnRptIDField

NewStreamAsgnRptID returns a new StreamAsgnRptIDField initialized with val

func (StreamAsgnRptIDField) Tag

Tag returns tag.StreamAsgnRptID (1501)

type StreamAsgnTypeField

type StreamAsgnTypeField struct{ quickfix.FIXInt }

StreamAsgnTypeField is a INT field

func NewStreamAsgnType

func NewStreamAsgnType(val int) StreamAsgnTypeField

NewStreamAsgnType returns a new StreamAsgnTypeField initialized with val

func (StreamAsgnTypeField) Tag

Tag returns tag.StreamAsgnType (1617)

type StrikeCurrencyField

type StrikeCurrencyField struct{ quickfix.FIXString }

StrikeCurrencyField is a CURRENCY field

func NewStrikeCurrency

func NewStrikeCurrency(val string) StrikeCurrencyField

NewStrikeCurrency returns a new StrikeCurrencyField initialized with val

func (StrikeCurrencyField) Tag

Tag returns tag.StrikeCurrency (947)

type StrikeExerciseStyleField

type StrikeExerciseStyleField struct{ quickfix.FIXInt }

StrikeExerciseStyleField is a INT field

func NewStrikeExerciseStyle

func NewStrikeExerciseStyle(val int) StrikeExerciseStyleField

NewStrikeExerciseStyle returns a new StrikeExerciseStyleField initialized with val

func (StrikeExerciseStyleField) Tag

Tag returns tag.StrikeExerciseStyle (1304)

type StrikeIncrementField

type StrikeIncrementField struct{ quickfix.FIXDecimal }

StrikeIncrementField is a FLOAT field

func NewStrikeIncrement

func NewStrikeIncrement(val decimal.Decimal, scale int32) StrikeIncrementField

NewStrikeIncrement returns a new StrikeIncrementField initialized with val and scale

func (StrikeIncrementField) Tag

Tag returns tag.StrikeIncrement (1204)

type StrikeMultiplierField

type StrikeMultiplierField struct{ quickfix.FIXDecimal }

StrikeMultiplierField is a FLOAT field

func NewStrikeMultiplier

func NewStrikeMultiplier(val decimal.Decimal, scale int32) StrikeMultiplierField

NewStrikeMultiplier returns a new StrikeMultiplierField initialized with val and scale

func (StrikeMultiplierField) Tag

Tag returns tag.StrikeMultiplier (967)

type StrikePriceBoundaryMethodField

type StrikePriceBoundaryMethodField struct{ quickfix.FIXInt }

StrikePriceBoundaryMethodField is a INT field

func NewStrikePriceBoundaryMethod

func NewStrikePriceBoundaryMethod(val int) StrikePriceBoundaryMethodField

NewStrikePriceBoundaryMethod returns a new StrikePriceBoundaryMethodField initialized with val

func (StrikePriceBoundaryMethodField) Tag

Tag returns tag.StrikePriceBoundaryMethod (1479)

type StrikePriceBoundaryPrecisionField

type StrikePriceBoundaryPrecisionField struct{ quickfix.FIXDecimal }

StrikePriceBoundaryPrecisionField is a PERCENTAGE field

func NewStrikePriceBoundaryPrecision

func NewStrikePriceBoundaryPrecision(val decimal.Decimal, scale int32) StrikePriceBoundaryPrecisionField

NewStrikePriceBoundaryPrecision returns a new StrikePriceBoundaryPrecisionField initialized with val and scale

func (StrikePriceBoundaryPrecisionField) Tag

Tag returns tag.StrikePriceBoundaryPrecision (1480)

type StrikePriceDeterminationMethodField

type StrikePriceDeterminationMethodField struct{ quickfix.FIXInt }

StrikePriceDeterminationMethodField is a INT field

func NewStrikePriceDeterminationMethod

func NewStrikePriceDeterminationMethod(val int) StrikePriceDeterminationMethodField

NewStrikePriceDeterminationMethod returns a new StrikePriceDeterminationMethodField initialized with val

func (StrikePriceDeterminationMethodField) Tag

Tag returns tag.StrikePriceDeterminationMethod (1478)

type StrikePriceField

type StrikePriceField struct{ quickfix.FIXDecimal }

StrikePriceField is a PRICE field

func NewStrikePrice

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

NewStrikePrice returns a new StrikePriceField initialized with val and scale

func (StrikePriceField) Tag

func (f StrikePriceField) Tag() quickfix.Tag

Tag returns tag.StrikePrice (202)

type StrikeRuleIDField

type StrikeRuleIDField struct{ quickfix.FIXString }

StrikeRuleIDField is a STRING field

func NewStrikeRuleID

func NewStrikeRuleID(val string) StrikeRuleIDField

NewStrikeRuleID returns a new StrikeRuleIDField initialized with val

func (StrikeRuleIDField) Tag

func (f StrikeRuleIDField) Tag() quickfix.Tag

Tag returns tag.StrikeRuleID (1223)

type StrikeTimeField

type StrikeTimeField struct{ quickfix.FIXUTCTimestamp }

StrikeTimeField is a UTCTIMESTAMP field

func NewStrikeTime added in v0.3.0

func NewStrikeTime(val time.Time) StrikeTimeField

NewStrikeTime returns a new StrikeTimeField initialized with val

func NewStrikeTimeNoMillis added in v0.3.0

func NewStrikeTimeNoMillis(val time.Time) StrikeTimeField

NewStrikeTimeNoMillis returns a new StrikeTimeField initialized with val without millisecs

func (StrikeTimeField) Tag

func (f StrikeTimeField) Tag() quickfix.Tag

Tag returns tag.StrikeTime (443)

type StrikeValueField

type StrikeValueField struct{ quickfix.FIXDecimal }

StrikeValueField is a FLOAT field

func NewStrikeValue

func NewStrikeValue(val decimal.Decimal, scale int32) StrikeValueField

NewStrikeValue returns a new StrikeValueField initialized with val and scale

func (StrikeValueField) Tag

func (f StrikeValueField) Tag() quickfix.Tag

Tag returns tag.StrikeValue (968)

type SubjectField

type SubjectField struct{ quickfix.FIXString }

SubjectField is a STRING field

func NewSubject

func NewSubject(val string) SubjectField

NewSubject returns a new SubjectField initialized with val

func (SubjectField) Tag

func (f SubjectField) Tag() quickfix.Tag

Tag returns tag.Subject (147)

type SubscriptionRequestTypeField

type SubscriptionRequestTypeField struct{ quickfix.FIXString }

SubscriptionRequestTypeField is a CHAR field

func NewSubscriptionRequestType

func NewSubscriptionRequestType(val string) SubscriptionRequestTypeField

NewSubscriptionRequestType returns a new SubscriptionRequestTypeField initialized with val

func (SubscriptionRequestTypeField) Tag

Tag returns tag.SubscriptionRequestType (263)

type SwapPointsField

type SwapPointsField struct{ quickfix.FIXDecimal }

SwapPointsField is a PRICEOFFSET field

func NewSwapPoints

func NewSwapPoints(val decimal.Decimal, scale int32) SwapPointsField

NewSwapPoints returns a new SwapPointsField initialized with val and scale

func (SwapPointsField) Tag

func (f SwapPointsField) Tag() quickfix.Tag

Tag returns tag.SwapPoints (1069)

type SymbolField

type SymbolField struct{ quickfix.FIXString }

SymbolField is a STRING field

func NewSymbol

func NewSymbol(val string) SymbolField

NewSymbol returns a new SymbolField initialized with val

func (SymbolField) Tag

func (f SymbolField) Tag() quickfix.Tag

Tag returns tag.Symbol (55)

type SymbolSfxField

type SymbolSfxField struct{ quickfix.FIXString }

SymbolSfxField is a STRING field

func NewSymbolSfx

func NewSymbolSfx(val string) SymbolSfxField

NewSymbolSfx returns a new SymbolSfxField initialized with val

func (SymbolSfxField) Tag

func (f SymbolSfxField) Tag() quickfix.Tag

Tag returns tag.SymbolSfx (65)

type TZTransactTimeField

type TZTransactTimeField struct{ quickfix.FIXString }

TZTransactTimeField is a TZTIMESTAMP field

func NewTZTransactTime

func NewTZTransactTime(val string) TZTransactTimeField

NewTZTransactTime returns a new TZTransactTimeField initialized with val

func (TZTransactTimeField) Tag

Tag returns tag.TZTransactTime (1132)

type TargetCompIDField

type TargetCompIDField struct{ quickfix.FIXString }

TargetCompIDField is a STRING field

func NewTargetCompID

func NewTargetCompID(val string) TargetCompIDField

NewTargetCompID returns a new TargetCompIDField initialized with val

func (TargetCompIDField) Tag

func (f TargetCompIDField) Tag() quickfix.Tag

Tag returns tag.TargetCompID (56)

type TargetLocationIDField

type TargetLocationIDField struct{ quickfix.FIXString }

TargetLocationIDField is a STRING field

func NewTargetLocationID

func NewTargetLocationID(val string) TargetLocationIDField

NewTargetLocationID returns a new TargetLocationIDField initialized with val

func (TargetLocationIDField) Tag

Tag returns tag.TargetLocationID (143)

type TargetPartyIDField

type TargetPartyIDField struct{ quickfix.FIXString }

TargetPartyIDField is a STRING field

func NewTargetPartyID

func NewTargetPartyID(val string) TargetPartyIDField

NewTargetPartyID returns a new TargetPartyIDField initialized with val

func (TargetPartyIDField) Tag

Tag returns tag.TargetPartyID (1462)

type TargetPartyIDSourceField

type TargetPartyIDSourceField struct{ quickfix.FIXString }

TargetPartyIDSourceField is a CHAR field

func NewTargetPartyIDSource

func NewTargetPartyIDSource(val string) TargetPartyIDSourceField

NewTargetPartyIDSource returns a new TargetPartyIDSourceField initialized with val

func (TargetPartyIDSourceField) Tag

Tag returns tag.TargetPartyIDSource (1463)

type TargetPartyRoleField

type TargetPartyRoleField struct{ quickfix.FIXInt }

TargetPartyRoleField is a INT field

func NewTargetPartyRole

func NewTargetPartyRole(val int) TargetPartyRoleField

NewTargetPartyRole returns a new TargetPartyRoleField initialized with val

func (TargetPartyRoleField) Tag

Tag returns tag.TargetPartyRole (1464)

type TargetStrategyField

type TargetStrategyField struct{ quickfix.FIXInt }

TargetStrategyField is a INT field

func NewTargetStrategy

func NewTargetStrategy(val int) TargetStrategyField

NewTargetStrategy returns a new TargetStrategyField initialized with val

func (TargetStrategyField) Tag

Tag returns tag.TargetStrategy (847)

type TargetStrategyParametersField

type TargetStrategyParametersField struct{ quickfix.FIXString }

TargetStrategyParametersField is a STRING field

func NewTargetStrategyParameters

func NewTargetStrategyParameters(val string) TargetStrategyParametersField

NewTargetStrategyParameters returns a new TargetStrategyParametersField initialized with val

func (TargetStrategyParametersField) Tag

Tag returns tag.TargetStrategyParameters (848)

type TargetStrategyPerformanceField

type TargetStrategyPerformanceField struct{ quickfix.FIXDecimal }

TargetStrategyPerformanceField is a FLOAT field

func NewTargetStrategyPerformance

func NewTargetStrategyPerformance(val decimal.Decimal, scale int32) TargetStrategyPerformanceField

NewTargetStrategyPerformance returns a new TargetStrategyPerformanceField initialized with val and scale

func (TargetStrategyPerformanceField) Tag

Tag returns tag.TargetStrategyPerformance (850)

type TargetSubIDField

type TargetSubIDField struct{ quickfix.FIXString }

TargetSubIDField is a STRING field

func NewTargetSubID

func NewTargetSubID(val string) TargetSubIDField

NewTargetSubID returns a new TargetSubIDField initialized with val

func (TargetSubIDField) Tag

func (f TargetSubIDField) Tag() quickfix.Tag

Tag returns tag.TargetSubID (57)

type TaxAdvantageTypeField

type TaxAdvantageTypeField struct{ quickfix.FIXInt }

TaxAdvantageTypeField is a INT field

func NewTaxAdvantageType

func NewTaxAdvantageType(val int) TaxAdvantageTypeField

NewTaxAdvantageType returns a new TaxAdvantageTypeField initialized with val

func (TaxAdvantageTypeField) Tag

Tag returns tag.TaxAdvantageType (495)

type TerminationTypeField

type TerminationTypeField struct{ quickfix.FIXInt }

TerminationTypeField is a INT field

func NewTerminationType

func NewTerminationType(val int) TerminationTypeField

NewTerminationType returns a new TerminationTypeField initialized with val

func (TerminationTypeField) Tag

Tag returns tag.TerminationType (788)

type TestMessageIndicatorField

type TestMessageIndicatorField struct{ quickfix.FIXBoolean }

TestMessageIndicatorField is a BOOLEAN field

func NewTestMessageIndicator

func NewTestMessageIndicator(val bool) TestMessageIndicatorField

NewTestMessageIndicator returns a new TestMessageIndicatorField initialized with val

func (TestMessageIndicatorField) Tag

Tag returns tag.TestMessageIndicator (464)

type TestReqIDField

type TestReqIDField struct{ quickfix.FIXString }

TestReqIDField is a STRING field

func NewTestReqID

func NewTestReqID(val string) TestReqIDField

NewTestReqID returns a new TestReqIDField initialized with val

func (TestReqIDField) Tag

func (f TestReqIDField) Tag() quickfix.Tag

Tag returns tag.TestReqID (112)

type TextField

type TextField struct{ quickfix.FIXString }

TextField is a STRING field

func NewText

func NewText(val string) TextField

NewText returns a new TextField initialized with val

func (TextField) Tag

func (f TextField) Tag() quickfix.Tag

Tag returns tag.Text (58)

type ThresholdAmountField

type ThresholdAmountField struct{ quickfix.FIXDecimal }

ThresholdAmountField is a PRICEOFFSET field

func NewThresholdAmount

func NewThresholdAmount(val decimal.Decimal, scale int32) ThresholdAmountField

NewThresholdAmount returns a new ThresholdAmountField initialized with val and scale

func (ThresholdAmountField) Tag

Tag returns tag.ThresholdAmount (834)

type TickDirectionField

type TickDirectionField struct{ quickfix.FIXString }

TickDirectionField is a CHAR field

func NewTickDirection

func NewTickDirection(val string) TickDirectionField

NewTickDirection returns a new TickDirectionField initialized with val

func (TickDirectionField) Tag

Tag returns tag.TickDirection (274)

type TickIncrementField

type TickIncrementField struct{ quickfix.FIXDecimal }

TickIncrementField is a PRICE field

func NewTickIncrement

func NewTickIncrement(val decimal.Decimal, scale int32) TickIncrementField

NewTickIncrement returns a new TickIncrementField initialized with val and scale

func (TickIncrementField) Tag

Tag returns tag.TickIncrement (1208)

type TickRuleTypeField

type TickRuleTypeField struct{ quickfix.FIXInt }

TickRuleTypeField is a INT field

func NewTickRuleType

func NewTickRuleType(val int) TickRuleTypeField

NewTickRuleType returns a new TickRuleTypeField initialized with val

func (TickRuleTypeField) Tag

func (f TickRuleTypeField) Tag() quickfix.Tag

Tag returns tag.TickRuleType (1209)

type TierCodeField

type TierCodeField struct{ quickfix.FIXString }

TierCodeField is a STRING field

func NewTierCode

func NewTierCode(val string) TierCodeField

NewTierCode returns a new TierCodeField initialized with val

func (TierCodeField) Tag

func (f TierCodeField) Tag() quickfix.Tag

Tag returns tag.TierCode (994)

type TimeBracketField

type TimeBracketField struct{ quickfix.FIXString }

TimeBracketField is a STRING field

func NewTimeBracket

func NewTimeBracket(val string) TimeBracketField

NewTimeBracket returns a new TimeBracketField initialized with val

func (TimeBracketField) Tag

func (f TimeBracketField) Tag() quickfix.Tag

Tag returns tag.TimeBracket (943)

type TimeInForceField

type TimeInForceField struct{ quickfix.FIXString }

TimeInForceField is a CHAR field

func NewTimeInForce

func NewTimeInForce(val string) TimeInForceField

NewTimeInForce returns a new TimeInForceField initialized with val

func (TimeInForceField) Tag

func (f TimeInForceField) Tag() quickfix.Tag

Tag returns tag.TimeInForce (59)

type TimeToExpirationField

type TimeToExpirationField struct{ quickfix.FIXDecimal }

TimeToExpirationField is a FLOAT field

func NewTimeToExpiration

func NewTimeToExpiration(val decimal.Decimal, scale int32) TimeToExpirationField

NewTimeToExpiration returns a new TimeToExpirationField initialized with val and scale

func (TimeToExpirationField) Tag

Tag returns tag.TimeToExpiration (1189)

type TimeUnitField

type TimeUnitField struct{ quickfix.FIXString }

TimeUnitField is a STRING field

func NewTimeUnit

func NewTimeUnit(val string) TimeUnitField

NewTimeUnit returns a new TimeUnitField initialized with val

func (TimeUnitField) Tag

func (f TimeUnitField) Tag() quickfix.Tag

Tag returns tag.TimeUnit (997)

type TotNoAccQuotesField

type TotNoAccQuotesField struct{ quickfix.FIXInt }

TotNoAccQuotesField is a INT field

func NewTotNoAccQuotes

func NewTotNoAccQuotes(val int) TotNoAccQuotesField

NewTotNoAccQuotes returns a new TotNoAccQuotesField initialized with val

func (TotNoAccQuotesField) Tag

Tag returns tag.TotNoAccQuotes (1169)

type TotNoAllocsField

type TotNoAllocsField struct{ quickfix.FIXInt }

TotNoAllocsField is a INT field

func NewTotNoAllocs

func NewTotNoAllocs(val int) TotNoAllocsField

NewTotNoAllocs returns a new TotNoAllocsField initialized with val

func (TotNoAllocsField) Tag

func (f TotNoAllocsField) Tag() quickfix.Tag

Tag returns tag.TotNoAllocs (892)

type TotNoCxldQuotesField

type TotNoCxldQuotesField struct{ quickfix.FIXInt }

TotNoCxldQuotesField is a INT field

func NewTotNoCxldQuotes

func NewTotNoCxldQuotes(val int) TotNoCxldQuotesField

NewTotNoCxldQuotes returns a new TotNoCxldQuotesField initialized with val

func (TotNoCxldQuotesField) Tag

Tag returns tag.TotNoCxldQuotes (1168)

type TotNoFillsField

type TotNoFillsField struct{ quickfix.FIXInt }

TotNoFillsField is a INT field

func NewTotNoFills

func NewTotNoFills(val int) TotNoFillsField

NewTotNoFills returns a new TotNoFillsField initialized with val

func (TotNoFillsField) Tag

func (f TotNoFillsField) Tag() quickfix.Tag

Tag returns tag.TotNoFills (1361)

type TotNoOrdersField

type TotNoOrdersField struct{ quickfix.FIXInt }

TotNoOrdersField is a INT field

func NewTotNoOrders

func NewTotNoOrders(val int) TotNoOrdersField

NewTotNoOrders returns a new TotNoOrdersField initialized with val

func (TotNoOrdersField) Tag

func (f TotNoOrdersField) Tag() quickfix.Tag

Tag returns tag.TotNoOrders (68)

type TotNoPartyListField

type TotNoPartyListField struct{ quickfix.FIXInt }

TotNoPartyListField is a INT field

func NewTotNoPartyList

func NewTotNoPartyList(val int) TotNoPartyListField

NewTotNoPartyList returns a new TotNoPartyListField initialized with val

func (TotNoPartyListField) Tag

Tag returns tag.TotNoPartyList (1512)

type TotNoQuoteEntriesField

type TotNoQuoteEntriesField struct{ quickfix.FIXInt }

TotNoQuoteEntriesField is a INT field

func NewTotNoQuoteEntries

func NewTotNoQuoteEntries(val int) TotNoQuoteEntriesField

NewTotNoQuoteEntries returns a new TotNoQuoteEntriesField initialized with val

func (TotNoQuoteEntriesField) Tag

Tag returns tag.TotNoQuoteEntries (304)

type TotNoRejQuotesField

type TotNoRejQuotesField struct{ quickfix.FIXInt }

TotNoRejQuotesField is a INT field

func NewTotNoRejQuotes

func NewTotNoRejQuotes(val int) TotNoRejQuotesField

NewTotNoRejQuotes returns a new TotNoRejQuotesField initialized with val

func (TotNoRejQuotesField) Tag

Tag returns tag.TotNoRejQuotes (1170)

type TotNoRelatedSymField

type TotNoRelatedSymField struct{ quickfix.FIXInt }

TotNoRelatedSymField is a INT field

func NewTotNoRelatedSym

func NewTotNoRelatedSym(val int) TotNoRelatedSymField

NewTotNoRelatedSym returns a new TotNoRelatedSymField initialized with val

func (TotNoRelatedSymField) Tag

Tag returns tag.TotNoRelatedSym (393)

type TotNoSecurityTypesField

type TotNoSecurityTypesField struct{ quickfix.FIXInt }

TotNoSecurityTypesField is a INT field

func NewTotNoSecurityTypes

func NewTotNoSecurityTypes(val int) TotNoSecurityTypesField

NewTotNoSecurityTypes returns a new TotNoSecurityTypesField initialized with val

func (TotNoSecurityTypesField) Tag

Tag returns tag.TotNoSecurityTypes (557)

type TotNoStrikesField

type TotNoStrikesField struct{ quickfix.FIXInt }

TotNoStrikesField is a INT field

func NewTotNoStrikes

func NewTotNoStrikes(val int) TotNoStrikesField

NewTotNoStrikes returns a new TotNoStrikesField initialized with val

func (TotNoStrikesField) Tag

func (f TotNoStrikesField) Tag() quickfix.Tag

Tag returns tag.TotNoStrikes (422)

type TotNumAssignmentReportsField

type TotNumAssignmentReportsField struct{ quickfix.FIXInt }

TotNumAssignmentReportsField is a INT field

func NewTotNumAssignmentReports

func NewTotNumAssignmentReports(val int) TotNumAssignmentReportsField

NewTotNumAssignmentReports returns a new TotNumAssignmentReportsField initialized with val

func (TotNumAssignmentReportsField) Tag

Tag returns tag.TotNumAssignmentReports (832)

type TotNumReportsField

type TotNumReportsField struct{ quickfix.FIXInt }

TotNumReportsField is a INT field

func NewTotNumReports

func NewTotNumReports(val int) TotNumReportsField

NewTotNumReports returns a new TotNumReportsField initialized with val

func (TotNumReportsField) Tag

Tag returns tag.TotNumReports (911)

type TotNumTradeReportsField

type TotNumTradeReportsField struct{ quickfix.FIXInt }

TotNumTradeReportsField is a INT field

func NewTotNumTradeReports

func NewTotNumTradeReports(val int) TotNumTradeReportsField

NewTotNumTradeReports returns a new TotNumTradeReportsField initialized with val

func (TotNumTradeReportsField) Tag

Tag returns tag.TotNumTradeReports (748)

type TotQuoteEntriesField

type TotQuoteEntriesField struct{ quickfix.FIXInt }

TotQuoteEntriesField is a INT field

func NewTotQuoteEntries

func NewTotQuoteEntries(val int) TotQuoteEntriesField

NewTotQuoteEntries returns a new TotQuoteEntriesField initialized with val

func (TotQuoteEntriesField) Tag

Tag returns tag.TotQuoteEntries (304)

type TotalAccruedInterestAmtField

type TotalAccruedInterestAmtField struct{ quickfix.FIXDecimal }

TotalAccruedInterestAmtField is a AMT field

func NewTotalAccruedInterestAmt

func NewTotalAccruedInterestAmt(val decimal.Decimal, scale int32) TotalAccruedInterestAmtField

NewTotalAccruedInterestAmt returns a new TotalAccruedInterestAmtField initialized with val and scale

func (TotalAccruedInterestAmtField) Tag

Tag returns tag.TotalAccruedInterestAmt (540)

type TotalAffectedOrdersField

type TotalAffectedOrdersField struct{ quickfix.FIXInt }

TotalAffectedOrdersField is a INT field

func NewTotalAffectedOrders

func NewTotalAffectedOrders(val int) TotalAffectedOrdersField

NewTotalAffectedOrders returns a new TotalAffectedOrdersField initialized with val

func (TotalAffectedOrdersField) Tag

Tag returns tag.TotalAffectedOrders (533)

type TotalNetValueField

type TotalNetValueField struct{ quickfix.FIXDecimal }

TotalNetValueField is a AMT field

func NewTotalNetValue

func NewTotalNetValue(val decimal.Decimal, scale int32) TotalNetValueField

NewTotalNetValue returns a new TotalNetValueField initialized with val and scale

func (TotalNetValueField) Tag

Tag returns tag.TotalNetValue (900)

type TotalNumPosReportsField

type TotalNumPosReportsField struct{ quickfix.FIXInt }

TotalNumPosReportsField is a INT field

func NewTotalNumPosReports

func NewTotalNumPosReports(val int) TotalNumPosReportsField

NewTotalNumPosReports returns a new TotalNumPosReportsField initialized with val

func (TotalNumPosReportsField) Tag

Tag returns tag.TotalNumPosReports (727)

type TotalNumSecuritiesField

type TotalNumSecuritiesField struct{ quickfix.FIXInt }

TotalNumSecuritiesField is a INT field

func NewTotalNumSecurities

func NewTotalNumSecurities(val int) TotalNumSecuritiesField

NewTotalNumSecurities returns a new TotalNumSecuritiesField initialized with val

func (TotalNumSecuritiesField) Tag

Tag returns tag.TotalNumSecurities (393)

type TotalNumSecurityTypesField

type TotalNumSecurityTypesField struct{ quickfix.FIXInt }

TotalNumSecurityTypesField is a INT field

func NewTotalNumSecurityTypes

func NewTotalNumSecurityTypes(val int) TotalNumSecurityTypesField

NewTotalNumSecurityTypes returns a new TotalNumSecurityTypesField initialized with val

func (TotalNumSecurityTypesField) Tag

Tag returns tag.TotalNumSecurityTypes (557)

type TotalTakedownField

type TotalTakedownField struct{ quickfix.FIXDecimal }

TotalTakedownField is a AMT field

func NewTotalTakedown

func NewTotalTakedown(val decimal.Decimal, scale int32) TotalTakedownField

NewTotalTakedown returns a new TotalTakedownField initialized with val and scale

func (TotalTakedownField) Tag

Tag returns tag.TotalTakedown (237)

type TotalVolumeTradedDateField

type TotalVolumeTradedDateField struct{ quickfix.FIXString }

TotalVolumeTradedDateField is a UTCDATEONLY field

func NewTotalVolumeTradedDate

func NewTotalVolumeTradedDate(val string) TotalVolumeTradedDateField

NewTotalVolumeTradedDate returns a new TotalVolumeTradedDateField initialized with val

func (TotalVolumeTradedDateField) Tag

Tag returns tag.TotalVolumeTradedDate (449)

type TotalVolumeTradedField

type TotalVolumeTradedField struct{ quickfix.FIXDecimal }

TotalVolumeTradedField is a QTY field

func NewTotalVolumeTraded

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

NewTotalVolumeTraded returns a new TotalVolumeTradedField initialized with val and scale

func (TotalVolumeTradedField) Tag

Tag returns tag.TotalVolumeTraded (387)

type TotalVolumeTradedTimeField

type TotalVolumeTradedTimeField struct{ quickfix.FIXString }

TotalVolumeTradedTimeField is a UTCTIMEONLY field

func NewTotalVolumeTradedTime

func NewTotalVolumeTradedTime(val string) TotalVolumeTradedTimeField

NewTotalVolumeTradedTime returns a new TotalVolumeTradedTimeField initialized with val

func (TotalVolumeTradedTimeField) Tag

Tag returns tag.TotalVolumeTradedTime (450)

type TradSesCloseTimeField

type TradSesCloseTimeField struct{ quickfix.FIXUTCTimestamp }

TradSesCloseTimeField is a UTCTIMESTAMP field

func NewTradSesCloseTime added in v0.3.0

func NewTradSesCloseTime(val time.Time) TradSesCloseTimeField

NewTradSesCloseTime returns a new TradSesCloseTimeField initialized with val

func NewTradSesCloseTimeNoMillis added in v0.3.0

func NewTradSesCloseTimeNoMillis(val time.Time) TradSesCloseTimeField

NewTradSesCloseTimeNoMillis returns a new TradSesCloseTimeField initialized with val without millisecs

func (TradSesCloseTimeField) Tag

Tag returns tag.TradSesCloseTime (344)

type TradSesEndTimeField

type TradSesEndTimeField struct{ quickfix.FIXUTCTimestamp }

TradSesEndTimeField is a UTCTIMESTAMP field

func NewTradSesEndTime added in v0.3.0

func NewTradSesEndTime(val time.Time) TradSesEndTimeField

NewTradSesEndTime returns a new TradSesEndTimeField initialized with val

func NewTradSesEndTimeNoMillis added in v0.3.0

func NewTradSesEndTimeNoMillis(val time.Time) TradSesEndTimeField

NewTradSesEndTimeNoMillis returns a new TradSesEndTimeField initialized with val without millisecs

func (TradSesEndTimeField) Tag

Tag returns tag.TradSesEndTime (345)

type TradSesEventField

type TradSesEventField struct{ quickfix.FIXInt }

TradSesEventField is a INT field

func NewTradSesEvent

func NewTradSesEvent(val int) TradSesEventField

NewTradSesEvent returns a new TradSesEventField initialized with val

func (TradSesEventField) Tag

func (f TradSesEventField) Tag() quickfix.Tag

Tag returns tag.TradSesEvent (1368)

type TradSesMethodField

type TradSesMethodField struct{ quickfix.FIXInt }

TradSesMethodField is a INT field

func NewTradSesMethod

func NewTradSesMethod(val int) TradSesMethodField

NewTradSesMethod returns a new TradSesMethodField initialized with val

func (TradSesMethodField) Tag

Tag returns tag.TradSesMethod (338)

type TradSesModeField

type TradSesModeField struct{ quickfix.FIXInt }

TradSesModeField is a INT field

func NewTradSesMode

func NewTradSesMode(val int) TradSesModeField

NewTradSesMode returns a new TradSesModeField initialized with val

func (TradSesModeField) Tag

func (f TradSesModeField) Tag() quickfix.Tag

Tag returns tag.TradSesMode (339)

type TradSesOpenTimeField

type TradSesOpenTimeField struct{ quickfix.FIXUTCTimestamp }

TradSesOpenTimeField is a UTCTIMESTAMP field

func NewTradSesOpenTime added in v0.3.0

func NewTradSesOpenTime(val time.Time) TradSesOpenTimeField

NewTradSesOpenTime returns a new TradSesOpenTimeField initialized with val

func NewTradSesOpenTimeNoMillis added in v0.3.0

func NewTradSesOpenTimeNoMillis(val time.Time) TradSesOpenTimeField

NewTradSesOpenTimeNoMillis returns a new TradSesOpenTimeField initialized with val without millisecs

func (TradSesOpenTimeField) Tag

Tag returns tag.TradSesOpenTime (342)

type TradSesPreCloseTimeField

type TradSesPreCloseTimeField struct{ quickfix.FIXUTCTimestamp }

TradSesPreCloseTimeField is a UTCTIMESTAMP field

func NewTradSesPreCloseTime added in v0.3.0

func NewTradSesPreCloseTime(val time.Time) TradSesPreCloseTimeField

NewTradSesPreCloseTime returns a new TradSesPreCloseTimeField initialized with val

func NewTradSesPreCloseTimeNoMillis added in v0.3.0

func NewTradSesPreCloseTimeNoMillis(val time.Time) TradSesPreCloseTimeField

NewTradSesPreCloseTimeNoMillis returns a new TradSesPreCloseTimeField initialized with val without millisecs

func (TradSesPreCloseTimeField) Tag

Tag returns tag.TradSesPreCloseTime (343)

type TradSesReqIDField

type TradSesReqIDField struct{ quickfix.FIXString }

TradSesReqIDField is a STRING field

func NewTradSesReqID

func NewTradSesReqID(val string) TradSesReqIDField

NewTradSesReqID returns a new TradSesReqIDField initialized with val

func (TradSesReqIDField) Tag

func (f TradSesReqIDField) Tag() quickfix.Tag

Tag returns tag.TradSesReqID (335)

type TradSesStartTimeField

type TradSesStartTimeField struct{ quickfix.FIXUTCTimestamp }

TradSesStartTimeField is a UTCTIMESTAMP field

func NewTradSesStartTime added in v0.3.0

func NewTradSesStartTime(val time.Time) TradSesStartTimeField

NewTradSesStartTime returns a new TradSesStartTimeField initialized with val

func NewTradSesStartTimeNoMillis added in v0.3.0

func NewTradSesStartTimeNoMillis(val time.Time) TradSesStartTimeField

NewTradSesStartTimeNoMillis returns a new TradSesStartTimeField initialized with val without millisecs

func (TradSesStartTimeField) Tag

Tag returns tag.TradSesStartTime (341)

type TradSesStatusField

type TradSesStatusField struct{ quickfix.FIXInt }

TradSesStatusField is a INT field

func NewTradSesStatus

func NewTradSesStatus(val int) TradSesStatusField

NewTradSesStatus returns a new TradSesStatusField initialized with val

func (TradSesStatusField) Tag

Tag returns tag.TradSesStatus (340)

type TradSesStatusRejReasonField

type TradSesStatusRejReasonField struct{ quickfix.FIXInt }

TradSesStatusRejReasonField is a INT field

func NewTradSesStatusRejReason

func NewTradSesStatusRejReason(val int) TradSesStatusRejReasonField

NewTradSesStatusRejReason returns a new TradSesStatusRejReasonField initialized with val

func (TradSesStatusRejReasonField) Tag

Tag returns tag.TradSesStatusRejReason (567)

type TradSesUpdateActionField

type TradSesUpdateActionField struct{ quickfix.FIXString }

TradSesUpdateActionField is a CHAR field

func NewTradSesUpdateAction

func NewTradSesUpdateAction(val string) TradSesUpdateActionField

NewTradSesUpdateAction returns a new TradSesUpdateActionField initialized with val

func (TradSesUpdateActionField) Tag

Tag returns tag.TradSesUpdateAction (1327)

type TradeAllocIndicatorField

type TradeAllocIndicatorField struct{ quickfix.FIXInt }

TradeAllocIndicatorField is a INT field

func NewTradeAllocIndicator

func NewTradeAllocIndicator(val int) TradeAllocIndicatorField

NewTradeAllocIndicator returns a new TradeAllocIndicatorField initialized with val

func (TradeAllocIndicatorField) Tag

Tag returns tag.TradeAllocIndicator (826)

type TradeConditionField

type TradeConditionField struct{ quickfix.FIXString }

TradeConditionField is a MULTIPLESTRINGVALUE field

func NewTradeCondition

func NewTradeCondition(val string) TradeConditionField

NewTradeCondition returns a new TradeConditionField initialized with val

func (TradeConditionField) Tag

Tag returns tag.TradeCondition (277)

type TradeDateField

type TradeDateField struct{ quickfix.FIXString }

TradeDateField is a LOCALMKTDATE field

func NewTradeDate

func NewTradeDate(val string) TradeDateField

NewTradeDate returns a new TradeDateField initialized with val

func (TradeDateField) Tag

func (f TradeDateField) Tag() quickfix.Tag

Tag returns tag.TradeDate (75)

type TradeHandlingInstrField

type TradeHandlingInstrField struct{ quickfix.FIXString }

TradeHandlingInstrField is a CHAR field

func NewTradeHandlingInstr

func NewTradeHandlingInstr(val string) TradeHandlingInstrField

NewTradeHandlingInstr returns a new TradeHandlingInstrField initialized with val

func (TradeHandlingInstrField) Tag

Tag returns tag.TradeHandlingInstr (1123)

type TradeIDField

type TradeIDField struct{ quickfix.FIXString }

TradeIDField is a STRING field

func NewTradeID

func NewTradeID(val string) TradeIDField

NewTradeID returns a new TradeIDField initialized with val

func (TradeIDField) Tag

func (f TradeIDField) Tag() quickfix.Tag

Tag returns tag.TradeID (1003)

type TradeInputDeviceField

type TradeInputDeviceField struct{ quickfix.FIXString }

TradeInputDeviceField is a STRING field

func NewTradeInputDevice

func NewTradeInputDevice(val string) TradeInputDeviceField

NewTradeInputDevice returns a new TradeInputDeviceField initialized with val

func (TradeInputDeviceField) Tag

Tag returns tag.TradeInputDevice (579)

type TradeInputSourceField

type TradeInputSourceField struct{ quickfix.FIXString }

TradeInputSourceField is a STRING field

func NewTradeInputSource

func NewTradeInputSource(val string) TradeInputSourceField

NewTradeInputSource returns a new TradeInputSourceField initialized with val

func (TradeInputSourceField) Tag

Tag returns tag.TradeInputSource (578)

type TradeLegRefIDField

type TradeLegRefIDField struct{ quickfix.FIXString }

TradeLegRefIDField is a STRING field

func NewTradeLegRefID

func NewTradeLegRefID(val string) TradeLegRefIDField

NewTradeLegRefID returns a new TradeLegRefIDField initialized with val

func (TradeLegRefIDField) Tag

Tag returns tag.TradeLegRefID (824)

type TradeLinkIDField

type TradeLinkIDField struct{ quickfix.FIXString }

TradeLinkIDField is a STRING field

func NewTradeLinkID

func NewTradeLinkID(val string) TradeLinkIDField

NewTradeLinkID returns a new TradeLinkIDField initialized with val

func (TradeLinkIDField) Tag

func (f TradeLinkIDField) Tag() quickfix.Tag

Tag returns tag.TradeLinkID (820)

type TradeOriginationDateField

type TradeOriginationDateField struct{ quickfix.FIXString }

TradeOriginationDateField is a LOCALMKTDATE field

func NewTradeOriginationDate

func NewTradeOriginationDate(val string) TradeOriginationDateField

NewTradeOriginationDate returns a new TradeOriginationDateField initialized with val

func (TradeOriginationDateField) Tag

Tag returns tag.TradeOriginationDate (229)

type TradePublishIndicatorField

type TradePublishIndicatorField struct{ quickfix.FIXInt }

TradePublishIndicatorField is a INT field

func NewTradePublishIndicator

func NewTradePublishIndicator(val int) TradePublishIndicatorField

NewTradePublishIndicator returns a new TradePublishIndicatorField initialized with val

func (TradePublishIndicatorField) Tag

Tag returns tag.TradePublishIndicator (1390)

type TradeReportIDField

type TradeReportIDField struct{ quickfix.FIXString }

TradeReportIDField is a STRING field

func NewTradeReportID

func NewTradeReportID(val string) TradeReportIDField

NewTradeReportID returns a new TradeReportIDField initialized with val

func (TradeReportIDField) Tag

Tag returns tag.TradeReportID (571)

type TradeReportRefIDField

type TradeReportRefIDField struct{ quickfix.FIXString }

TradeReportRefIDField is a STRING field

func NewTradeReportRefID

func NewTradeReportRefID(val string) TradeReportRefIDField

NewTradeReportRefID returns a new TradeReportRefIDField initialized with val

func (TradeReportRefIDField) Tag

Tag returns tag.TradeReportRefID (572)

type TradeReportRejectReasonField

type TradeReportRejectReasonField struct{ quickfix.FIXInt }

TradeReportRejectReasonField is a INT field

func NewTradeReportRejectReason

func NewTradeReportRejectReason(val int) TradeReportRejectReasonField

NewTradeReportRejectReason returns a new TradeReportRejectReasonField initialized with val

func (TradeReportRejectReasonField) Tag

Tag returns tag.TradeReportRejectReason (751)

type TradeReportTransTypeField

type TradeReportTransTypeField struct{ quickfix.FIXInt }

TradeReportTransTypeField is a INT field

func NewTradeReportTransType

func NewTradeReportTransType(val int) TradeReportTransTypeField

NewTradeReportTransType returns a new TradeReportTransTypeField initialized with val

func (TradeReportTransTypeField) Tag

Tag returns tag.TradeReportTransType (487)

type TradeReportTypeField

type TradeReportTypeField struct{ quickfix.FIXInt }

TradeReportTypeField is a INT field

func NewTradeReportType

func NewTradeReportType(val int) TradeReportTypeField

NewTradeReportType returns a new TradeReportTypeField initialized with val

func (TradeReportTypeField) Tag

Tag returns tag.TradeReportType (856)

type TradeRequestIDField

type TradeRequestIDField struct{ quickfix.FIXString }

TradeRequestIDField is a STRING field

func NewTradeRequestID

func NewTradeRequestID(val string) TradeRequestIDField

NewTradeRequestID returns a new TradeRequestIDField initialized with val

func (TradeRequestIDField) Tag

Tag returns tag.TradeRequestID (568)

type TradeRequestResultField

type TradeRequestResultField struct{ quickfix.FIXInt }

TradeRequestResultField is a INT field

func NewTradeRequestResult

func NewTradeRequestResult(val int) TradeRequestResultField

NewTradeRequestResult returns a new TradeRequestResultField initialized with val

func (TradeRequestResultField) Tag

Tag returns tag.TradeRequestResult (749)

type TradeRequestStatusField

type TradeRequestStatusField struct{ quickfix.FIXInt }

TradeRequestStatusField is a INT field

func NewTradeRequestStatus

func NewTradeRequestStatus(val int) TradeRequestStatusField

NewTradeRequestStatus returns a new TradeRequestStatusField initialized with val

func (TradeRequestStatusField) Tag

Tag returns tag.TradeRequestStatus (750)

type TradeRequestTypeField

type TradeRequestTypeField struct{ quickfix.FIXInt }

TradeRequestTypeField is a INT field

func NewTradeRequestType

func NewTradeRequestType(val int) TradeRequestTypeField

NewTradeRequestType returns a new TradeRequestTypeField initialized with val

func (TradeRequestTypeField) Tag

Tag returns tag.TradeRequestType (569)

type TradeTypeField

type TradeTypeField struct{ quickfix.FIXString }

TradeTypeField is a CHAR field

func NewTradeType

func NewTradeType(val string) TradeTypeField

NewTradeType returns a new TradeTypeField initialized with val

func (TradeTypeField) Tag

func (f TradeTypeField) Tag() quickfix.Tag

Tag returns tag.TradeType (418)

type TradeVolumeField

type TradeVolumeField struct{ quickfix.FIXDecimal }

TradeVolumeField is a QTY field

func NewTradeVolume

func NewTradeVolume(val decimal.Decimal, scale int32) TradeVolumeField

NewTradeVolume returns a new TradeVolumeField initialized with val and scale

func (TradeVolumeField) Tag

func (f TradeVolumeField) Tag() quickfix.Tag

Tag returns tag.TradeVolume (1020)

type TradedFlatSwitchField

type TradedFlatSwitchField struct{ quickfix.FIXBoolean }

TradedFlatSwitchField is a BOOLEAN field

func NewTradedFlatSwitch

func NewTradedFlatSwitch(val bool) TradedFlatSwitchField

NewTradedFlatSwitch returns a new TradedFlatSwitchField initialized with val

func (TradedFlatSwitchField) Tag

Tag returns tag.TradedFlatSwitch (258)

type TradingCurrencyField

type TradingCurrencyField struct{ quickfix.FIXString }

TradingCurrencyField is a CURRENCY field

func NewTradingCurrency

func NewTradingCurrency(val string) TradingCurrencyField

NewTradingCurrency returns a new TradingCurrencyField initialized with val

func (TradingCurrencyField) Tag

Tag returns tag.TradingCurrency (1245)

type TradingReferencePriceField

type TradingReferencePriceField struct{ quickfix.FIXDecimal }

TradingReferencePriceField is a PRICE field

func NewTradingReferencePrice

func NewTradingReferencePrice(val decimal.Decimal, scale int32) TradingReferencePriceField

NewTradingReferencePrice returns a new TradingReferencePriceField initialized with val and scale

func (TradingReferencePriceField) Tag

Tag returns tag.TradingReferencePrice (1150)

type TradingSessionDescField

type TradingSessionDescField struct{ quickfix.FIXString }

TradingSessionDescField is a STRING field

func NewTradingSessionDesc

func NewTradingSessionDesc(val string) TradingSessionDescField

NewTradingSessionDesc returns a new TradingSessionDescField initialized with val

func (TradingSessionDescField) Tag

Tag returns tag.TradingSessionDesc (1326)

type TradingSessionIDField

type TradingSessionIDField struct{ quickfix.FIXString }

TradingSessionIDField is a STRING field

func NewTradingSessionID

func NewTradingSessionID(val string) TradingSessionIDField

NewTradingSessionID returns a new TradingSessionIDField initialized with val

func (TradingSessionIDField) Tag

Tag returns tag.TradingSessionID (336)

type TradingSessionSubIDField

type TradingSessionSubIDField struct{ quickfix.FIXString }

TradingSessionSubIDField is a STRING field

func NewTradingSessionSubID

func NewTradingSessionSubID(val string) TradingSessionSubIDField

NewTradingSessionSubID returns a new TradingSessionSubIDField initialized with val

func (TradingSessionSubIDField) Tag

Tag returns tag.TradingSessionSubID (625)

type TransBkdTimeField

type TransBkdTimeField struct{ quickfix.FIXUTCTimestamp }

TransBkdTimeField is a UTCTIMESTAMP field

func NewTransBkdTime added in v0.3.0

func NewTransBkdTime(val time.Time) TransBkdTimeField

NewTransBkdTime returns a new TransBkdTimeField initialized with val

func NewTransBkdTimeNoMillis added in v0.3.0

func NewTransBkdTimeNoMillis(val time.Time) TransBkdTimeField

NewTransBkdTimeNoMillis returns a new TransBkdTimeField initialized with val without millisecs

func (TransBkdTimeField) Tag

func (f TransBkdTimeField) Tag() quickfix.Tag

Tag returns tag.TransBkdTime (483)

type TransactTimeField

type TransactTimeField struct{ quickfix.FIXUTCTimestamp }

TransactTimeField is a UTCTIMESTAMP field

func NewTransactTime added in v0.3.0

func NewTransactTime(val time.Time) TransactTimeField

NewTransactTime returns a new TransactTimeField initialized with val

func NewTransactTimeNoMillis added in v0.3.0

func NewTransactTimeNoMillis(val time.Time) TransactTimeField

NewTransactTimeNoMillis returns a new TransactTimeField initialized with val without millisecs

func (TransactTimeField) Tag

func (f TransactTimeField) Tag() quickfix.Tag

Tag returns tag.TransactTime (60)

type TransferReasonField

type TransferReasonField struct{ quickfix.FIXString }

TransferReasonField is a STRING field

func NewTransferReason

func NewTransferReason(val string) TransferReasonField

NewTransferReason returns a new TransferReasonField initialized with val

func (TransferReasonField) Tag

Tag returns tag.TransferReason (830)

type TrdMatchIDField

type TrdMatchIDField struct{ quickfix.FIXString }

TrdMatchIDField is a STRING field

func NewTrdMatchID

func NewTrdMatchID(val string) TrdMatchIDField

NewTrdMatchID returns a new TrdMatchIDField initialized with val

func (TrdMatchIDField) Tag

func (f TrdMatchIDField) Tag() quickfix.Tag

Tag returns tag.TrdMatchID (880)

type TrdRegTimestampField

type TrdRegTimestampField struct{ quickfix.FIXUTCTimestamp }

TrdRegTimestampField is a UTCTIMESTAMP field

func NewTrdRegTimestamp added in v0.3.0

func NewTrdRegTimestamp(val time.Time) TrdRegTimestampField

NewTrdRegTimestamp returns a new TrdRegTimestampField initialized with val

func NewTrdRegTimestampNoMillis added in v0.3.0

func NewTrdRegTimestampNoMillis(val time.Time) TrdRegTimestampField

NewTrdRegTimestampNoMillis returns a new TrdRegTimestampField initialized with val without millisecs

func (TrdRegTimestampField) Tag

Tag returns tag.TrdRegTimestamp (769)

type TrdRegTimestampOriginField

type TrdRegTimestampOriginField struct{ quickfix.FIXString }

TrdRegTimestampOriginField is a STRING field

func NewTrdRegTimestampOrigin

func NewTrdRegTimestampOrigin(val string) TrdRegTimestampOriginField

NewTrdRegTimestampOrigin returns a new TrdRegTimestampOriginField initialized with val

func (TrdRegTimestampOriginField) Tag

Tag returns tag.TrdRegTimestampOrigin (771)

type TrdRegTimestampTypeField

type TrdRegTimestampTypeField struct{ quickfix.FIXInt }

TrdRegTimestampTypeField is a INT field

func NewTrdRegTimestampType

func NewTrdRegTimestampType(val int) TrdRegTimestampTypeField

NewTrdRegTimestampType returns a new TrdRegTimestampTypeField initialized with val

func (TrdRegTimestampTypeField) Tag

Tag returns tag.TrdRegTimestampType (770)

type TrdRepIndicatorField

type TrdRepIndicatorField struct{ quickfix.FIXBoolean }

TrdRepIndicatorField is a BOOLEAN field

func NewTrdRepIndicator

func NewTrdRepIndicator(val bool) TrdRepIndicatorField

NewTrdRepIndicator returns a new TrdRepIndicatorField initialized with val

func (TrdRepIndicatorField) Tag

Tag returns tag.TrdRepIndicator (1389)

type TrdRepPartyRoleField

type TrdRepPartyRoleField struct{ quickfix.FIXInt }

TrdRepPartyRoleField is a INT field

func NewTrdRepPartyRole

func NewTrdRepPartyRole(val int) TrdRepPartyRoleField

NewTrdRepPartyRole returns a new TrdRepPartyRoleField initialized with val

func (TrdRepPartyRoleField) Tag

Tag returns tag.TrdRepPartyRole (1388)

type TrdRptStatusField

type TrdRptStatusField struct{ quickfix.FIXInt }

TrdRptStatusField is a INT field

func NewTrdRptStatus

func NewTrdRptStatus(val int) TrdRptStatusField

NewTrdRptStatus returns a new TrdRptStatusField initialized with val

func (TrdRptStatusField) Tag

func (f TrdRptStatusField) Tag() quickfix.Tag

Tag returns tag.TrdRptStatus (939)

type TrdSubTypeField

type TrdSubTypeField struct{ quickfix.FIXInt }

TrdSubTypeField is a INT field

func NewTrdSubType

func NewTrdSubType(val int) TrdSubTypeField

NewTrdSubType returns a new TrdSubTypeField initialized with val

func (TrdSubTypeField) Tag

func (f TrdSubTypeField) Tag() quickfix.Tag

Tag returns tag.TrdSubType (829)

type TrdTypeField

type TrdTypeField struct{ quickfix.FIXInt }

TrdTypeField is a INT field

func NewTrdType

func NewTrdType(val int) TrdTypeField

NewTrdType returns a new TrdTypeField initialized with val

func (TrdTypeField) Tag

func (f TrdTypeField) Tag() quickfix.Tag

Tag returns tag.TrdType (828)

type TriggerActionField

type TriggerActionField struct{ quickfix.FIXString }

TriggerActionField is a CHAR field

func NewTriggerAction

func NewTriggerAction(val string) TriggerActionField

NewTriggerAction returns a new TriggerActionField initialized with val

func (TriggerActionField) Tag

Tag returns tag.TriggerAction (1101)

type TriggerNewPriceField

type TriggerNewPriceField struct{ quickfix.FIXDecimal }

TriggerNewPriceField is a PRICE field

func NewTriggerNewPrice

func NewTriggerNewPrice(val decimal.Decimal, scale int32) TriggerNewPriceField

NewTriggerNewPrice returns a new TriggerNewPriceField initialized with val and scale

func (TriggerNewPriceField) Tag

Tag returns tag.TriggerNewPrice (1110)

type TriggerNewQtyField

type TriggerNewQtyField struct{ quickfix.FIXDecimal }

TriggerNewQtyField is a QTY field

func NewTriggerNewQty

func NewTriggerNewQty(val decimal.Decimal, scale int32) TriggerNewQtyField

NewTriggerNewQty returns a new TriggerNewQtyField initialized with val and scale

func (TriggerNewQtyField) Tag

Tag returns tag.TriggerNewQty (1112)

type TriggerOrderTypeField

type TriggerOrderTypeField struct{ quickfix.FIXString }

TriggerOrderTypeField is a CHAR field

func NewTriggerOrderType

func NewTriggerOrderType(val string) TriggerOrderTypeField

NewTriggerOrderType returns a new TriggerOrderTypeField initialized with val

func (TriggerOrderTypeField) Tag

Tag returns tag.TriggerOrderType (1111)

type TriggerPriceDirectionField

type TriggerPriceDirectionField struct{ quickfix.FIXString }

TriggerPriceDirectionField is a CHAR field

func NewTriggerPriceDirection

func NewTriggerPriceDirection(val string) TriggerPriceDirectionField

NewTriggerPriceDirection returns a new TriggerPriceDirectionField initialized with val

func (TriggerPriceDirectionField) Tag

Tag returns tag.TriggerPriceDirection (1109)

type TriggerPriceField

type TriggerPriceField struct{ quickfix.FIXDecimal }

TriggerPriceField is a PRICE field

func NewTriggerPrice

func NewTriggerPrice(val decimal.Decimal, scale int32) TriggerPriceField

NewTriggerPrice returns a new TriggerPriceField initialized with val and scale

func (TriggerPriceField) Tag

func (f TriggerPriceField) Tag() quickfix.Tag

Tag returns tag.TriggerPrice (1102)

type TriggerPriceTypeField

type TriggerPriceTypeField struct{ quickfix.FIXString }

TriggerPriceTypeField is a CHAR field

func NewTriggerPriceType

func NewTriggerPriceType(val string) TriggerPriceTypeField

NewTriggerPriceType returns a new TriggerPriceTypeField initialized with val

func (TriggerPriceTypeField) Tag

Tag returns tag.TriggerPriceType (1107)

type TriggerPriceTypeScopeField

type TriggerPriceTypeScopeField struct{ quickfix.FIXString }

TriggerPriceTypeScopeField is a CHAR field

func NewTriggerPriceTypeScope

func NewTriggerPriceTypeScope(val string) TriggerPriceTypeScopeField

NewTriggerPriceTypeScope returns a new TriggerPriceTypeScopeField initialized with val

func (TriggerPriceTypeScopeField) Tag

Tag returns tag.TriggerPriceTypeScope (1108)

type TriggerSecurityDescField

type TriggerSecurityDescField struct{ quickfix.FIXString }

TriggerSecurityDescField is a STRING field

func NewTriggerSecurityDesc

func NewTriggerSecurityDesc(val string) TriggerSecurityDescField

NewTriggerSecurityDesc returns a new TriggerSecurityDescField initialized with val

func (TriggerSecurityDescField) Tag

Tag returns tag.TriggerSecurityDesc (1106)

type TriggerSecurityIDField

type TriggerSecurityIDField struct{ quickfix.FIXString }

TriggerSecurityIDField is a STRING field

func NewTriggerSecurityID

func NewTriggerSecurityID(val string) TriggerSecurityIDField

NewTriggerSecurityID returns a new TriggerSecurityIDField initialized with val

func (TriggerSecurityIDField) Tag

Tag returns tag.TriggerSecurityID (1104)

type TriggerSecurityIDSourceField

type TriggerSecurityIDSourceField struct{ quickfix.FIXString }

TriggerSecurityIDSourceField is a STRING field

func NewTriggerSecurityIDSource

func NewTriggerSecurityIDSource(val string) TriggerSecurityIDSourceField

NewTriggerSecurityIDSource returns a new TriggerSecurityIDSourceField initialized with val

func (TriggerSecurityIDSourceField) Tag

Tag returns tag.TriggerSecurityIDSource (1105)

type TriggerSymbolField

type TriggerSymbolField struct{ quickfix.FIXString }

TriggerSymbolField is a STRING field

func NewTriggerSymbol

func NewTriggerSymbol(val string) TriggerSymbolField

NewTriggerSymbol returns a new TriggerSymbolField initialized with val

func (TriggerSymbolField) Tag

Tag returns tag.TriggerSymbol (1103)

type TriggerTradingSessionIDField

type TriggerTradingSessionIDField struct{ quickfix.FIXString }

TriggerTradingSessionIDField is a STRING field

func NewTriggerTradingSessionID

func NewTriggerTradingSessionID(val string) TriggerTradingSessionIDField

NewTriggerTradingSessionID returns a new TriggerTradingSessionIDField initialized with val

func (TriggerTradingSessionIDField) Tag

Tag returns tag.TriggerTradingSessionID (1113)

type TriggerTradingSessionSubIDField

type TriggerTradingSessionSubIDField struct{ quickfix.FIXString }

TriggerTradingSessionSubIDField is a STRING field

func NewTriggerTradingSessionSubID

func NewTriggerTradingSessionSubID(val string) TriggerTradingSessionSubIDField

NewTriggerTradingSessionSubID returns a new TriggerTradingSessionSubIDField initialized with val

func (TriggerTradingSessionSubIDField) Tag

Tag returns tag.TriggerTradingSessionSubID (1114)

type TriggerTypeField

type TriggerTypeField struct{ quickfix.FIXString }

TriggerTypeField is a CHAR field

func NewTriggerType

func NewTriggerType(val string) TriggerTypeField

NewTriggerType returns a new TriggerTypeField initialized with val

func (TriggerTypeField) Tag

func (f TriggerTypeField) Tag() quickfix.Tag

Tag returns tag.TriggerType (1100)

type URLLinkField

type URLLinkField struct{ quickfix.FIXString }

URLLinkField is a STRING field

func NewURLLink(val string) URLLinkField

NewURLLink returns a new URLLinkField initialized with val

func (URLLinkField) Tag

func (f URLLinkField) Tag() quickfix.Tag

Tag returns tag.URLLink (149)

type UnderlyingAdjustedQuantityField

type UnderlyingAdjustedQuantityField struct{ quickfix.FIXDecimal }

UnderlyingAdjustedQuantityField is a QTY field

func NewUnderlyingAdjustedQuantity

func NewUnderlyingAdjustedQuantity(val decimal.Decimal, scale int32) UnderlyingAdjustedQuantityField

NewUnderlyingAdjustedQuantity returns a new UnderlyingAdjustedQuantityField initialized with val and scale

func (UnderlyingAdjustedQuantityField) Tag

Tag returns tag.UnderlyingAdjustedQuantity (1044)

type UnderlyingAllocationPercentField

type UnderlyingAllocationPercentField struct{ quickfix.FIXDecimal }

UnderlyingAllocationPercentField is a PERCENTAGE field

func NewUnderlyingAllocationPercent

func NewUnderlyingAllocationPercent(val decimal.Decimal, scale int32) UnderlyingAllocationPercentField

NewUnderlyingAllocationPercent returns a new UnderlyingAllocationPercentField initialized with val and scale

func (UnderlyingAllocationPercentField) Tag

Tag returns tag.UnderlyingAllocationPercent (972)

type UnderlyingAttachmentPointField

type UnderlyingAttachmentPointField struct{ quickfix.FIXDecimal }

UnderlyingAttachmentPointField is a PERCENTAGE field

func NewUnderlyingAttachmentPoint

func NewUnderlyingAttachmentPoint(val decimal.Decimal, scale int32) UnderlyingAttachmentPointField

NewUnderlyingAttachmentPoint returns a new UnderlyingAttachmentPointField initialized with val and scale

func (UnderlyingAttachmentPointField) Tag

Tag returns tag.UnderlyingAttachmentPoint (1459)

type UnderlyingCFICodeField

type UnderlyingCFICodeField struct{ quickfix.FIXString }

UnderlyingCFICodeField is a STRING field

func NewUnderlyingCFICode

func NewUnderlyingCFICode(val string) UnderlyingCFICodeField

NewUnderlyingCFICode returns a new UnderlyingCFICodeField initialized with val

func (UnderlyingCFICodeField) Tag

Tag returns tag.UnderlyingCFICode (463)

type UnderlyingCPProgramField

type UnderlyingCPProgramField struct{ quickfix.FIXString }

UnderlyingCPProgramField is a STRING field

func NewUnderlyingCPProgram

func NewUnderlyingCPProgram(val string) UnderlyingCPProgramField

NewUnderlyingCPProgram returns a new UnderlyingCPProgramField initialized with val

func (UnderlyingCPProgramField) Tag

Tag returns tag.UnderlyingCPProgram (877)

type UnderlyingCPRegTypeField

type UnderlyingCPRegTypeField struct{ quickfix.FIXString }

UnderlyingCPRegTypeField is a STRING field

func NewUnderlyingCPRegType

func NewUnderlyingCPRegType(val string) UnderlyingCPRegTypeField

NewUnderlyingCPRegType returns a new UnderlyingCPRegTypeField initialized with val

func (UnderlyingCPRegTypeField) Tag

Tag returns tag.UnderlyingCPRegType (878)

type UnderlyingCapValueField

type UnderlyingCapValueField struct{ quickfix.FIXDecimal }

UnderlyingCapValueField is a AMT field

func NewUnderlyingCapValue

func NewUnderlyingCapValue(val decimal.Decimal, scale int32) UnderlyingCapValueField

NewUnderlyingCapValue returns a new UnderlyingCapValueField initialized with val and scale

func (UnderlyingCapValueField) Tag

Tag returns tag.UnderlyingCapValue (1038)

type UnderlyingCashAmountField

type UnderlyingCashAmountField struct{ quickfix.FIXDecimal }

UnderlyingCashAmountField is a AMT field

func NewUnderlyingCashAmount

func NewUnderlyingCashAmount(val decimal.Decimal, scale int32) UnderlyingCashAmountField

NewUnderlyingCashAmount returns a new UnderlyingCashAmountField initialized with val and scale

func (UnderlyingCashAmountField) Tag

Tag returns tag.UnderlyingCashAmount (973)

type UnderlyingCashTypeField

type UnderlyingCashTypeField struct{ quickfix.FIXString }

UnderlyingCashTypeField is a STRING field

func NewUnderlyingCashType

func NewUnderlyingCashType(val string) UnderlyingCashTypeField

NewUnderlyingCashType returns a new UnderlyingCashTypeField initialized with val

func (UnderlyingCashTypeField) Tag

Tag returns tag.UnderlyingCashType (974)

type UnderlyingCollectAmountField

type UnderlyingCollectAmountField struct{ quickfix.FIXDecimal }

UnderlyingCollectAmountField is a AMT field

func NewUnderlyingCollectAmount

func NewUnderlyingCollectAmount(val decimal.Decimal, scale int32) UnderlyingCollectAmountField

NewUnderlyingCollectAmount returns a new UnderlyingCollectAmountField initialized with val and scale

func (UnderlyingCollectAmountField) Tag

Tag returns tag.UnderlyingCollectAmount (986)

type UnderlyingContractMultiplierField

type UnderlyingContractMultiplierField struct{ quickfix.FIXDecimal }

UnderlyingContractMultiplierField is a FLOAT field

func NewUnderlyingContractMultiplier

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

NewUnderlyingContractMultiplier returns a new UnderlyingContractMultiplierField initialized with val and scale

func (UnderlyingContractMultiplierField) Tag

Tag returns tag.UnderlyingContractMultiplier (436)

type UnderlyingContractMultiplierUnitField

type UnderlyingContractMultiplierUnitField struct{ quickfix.FIXInt }

UnderlyingContractMultiplierUnitField is a INT field

func NewUnderlyingContractMultiplierUnit

func NewUnderlyingContractMultiplierUnit(val int) UnderlyingContractMultiplierUnitField

NewUnderlyingContractMultiplierUnit returns a new UnderlyingContractMultiplierUnitField initialized with val

func (UnderlyingContractMultiplierUnitField) Tag

Tag returns tag.UnderlyingContractMultiplierUnit (1437)

type UnderlyingCountryOfIssueField

type UnderlyingCountryOfIssueField struct{ quickfix.FIXString }

UnderlyingCountryOfIssueField is a COUNTRY field

func NewUnderlyingCountryOfIssue

func NewUnderlyingCountryOfIssue(val string) UnderlyingCountryOfIssueField

NewUnderlyingCountryOfIssue returns a new UnderlyingCountryOfIssueField initialized with val

func (UnderlyingCountryOfIssueField) Tag

Tag returns tag.UnderlyingCountryOfIssue (592)

type UnderlyingCouponPaymentDateField

type UnderlyingCouponPaymentDateField struct{ quickfix.FIXString }

UnderlyingCouponPaymentDateField is a LOCALMKTDATE field

func NewUnderlyingCouponPaymentDate

func NewUnderlyingCouponPaymentDate(val string) UnderlyingCouponPaymentDateField

NewUnderlyingCouponPaymentDate returns a new UnderlyingCouponPaymentDateField initialized with val

func (UnderlyingCouponPaymentDateField) Tag

Tag returns tag.UnderlyingCouponPaymentDate (241)

type UnderlyingCouponRateField

type UnderlyingCouponRateField struct{ quickfix.FIXDecimal }

UnderlyingCouponRateField is a PERCENTAGE field

func NewUnderlyingCouponRate

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

NewUnderlyingCouponRate returns a new UnderlyingCouponRateField initialized with val and scale

func (UnderlyingCouponRateField) Tag

Tag returns tag.UnderlyingCouponRate (435)

type UnderlyingCreditRatingField

type UnderlyingCreditRatingField struct{ quickfix.FIXString }

UnderlyingCreditRatingField is a STRING field

func NewUnderlyingCreditRating

func NewUnderlyingCreditRating(val string) UnderlyingCreditRatingField

NewUnderlyingCreditRating returns a new UnderlyingCreditRatingField initialized with val

func (UnderlyingCreditRatingField) Tag

Tag returns tag.UnderlyingCreditRating (256)

type UnderlyingCurrencyField

type UnderlyingCurrencyField struct{ quickfix.FIXString }

UnderlyingCurrencyField is a CURRENCY field

func NewUnderlyingCurrency

func NewUnderlyingCurrency(val string) UnderlyingCurrencyField

NewUnderlyingCurrency returns a new UnderlyingCurrencyField initialized with val

func (UnderlyingCurrencyField) Tag

Tag returns tag.UnderlyingCurrency (318)

type UnderlyingCurrentValueField

type UnderlyingCurrentValueField struct{ quickfix.FIXDecimal }

UnderlyingCurrentValueField is a AMT field

func NewUnderlyingCurrentValue

func NewUnderlyingCurrentValue(val decimal.Decimal, scale int32) UnderlyingCurrentValueField

NewUnderlyingCurrentValue returns a new UnderlyingCurrentValueField initialized with val and scale

func (UnderlyingCurrentValueField) Tag

Tag returns tag.UnderlyingCurrentValue (885)

type UnderlyingDeliveryAmountField

type UnderlyingDeliveryAmountField struct{ quickfix.FIXDecimal }

UnderlyingDeliveryAmountField is a AMT field

func NewUnderlyingDeliveryAmount

func NewUnderlyingDeliveryAmount(val decimal.Decimal, scale int32) UnderlyingDeliveryAmountField

NewUnderlyingDeliveryAmount returns a new UnderlyingDeliveryAmountField initialized with val and scale

func (UnderlyingDeliveryAmountField) Tag

Tag returns tag.UnderlyingDeliveryAmount (1037)

type UnderlyingDetachmentPointField

type UnderlyingDetachmentPointField struct{ quickfix.FIXDecimal }

UnderlyingDetachmentPointField is a PERCENTAGE field

func NewUnderlyingDetachmentPoint

func NewUnderlyingDetachmentPoint(val decimal.Decimal, scale int32) UnderlyingDetachmentPointField

NewUnderlyingDetachmentPoint returns a new UnderlyingDetachmentPointField initialized with val and scale

func (UnderlyingDetachmentPointField) Tag

Tag returns tag.UnderlyingDetachmentPoint (1460)

type UnderlyingDirtyPriceField

type UnderlyingDirtyPriceField struct{ quickfix.FIXDecimal }

UnderlyingDirtyPriceField is a PRICE field

func NewUnderlyingDirtyPrice

func NewUnderlyingDirtyPrice(val decimal.Decimal, scale int32) UnderlyingDirtyPriceField

NewUnderlyingDirtyPrice returns a new UnderlyingDirtyPriceField initialized with val and scale

func (UnderlyingDirtyPriceField) Tag

Tag returns tag.UnderlyingDirtyPrice (882)

type UnderlyingEndPriceField

type UnderlyingEndPriceField struct{ quickfix.FIXDecimal }

UnderlyingEndPriceField is a PRICE field

func NewUnderlyingEndPrice

func NewUnderlyingEndPrice(val decimal.Decimal, scale int32) UnderlyingEndPriceField

NewUnderlyingEndPrice returns a new UnderlyingEndPriceField initialized with val and scale

func (UnderlyingEndPriceField) Tag

Tag returns tag.UnderlyingEndPrice (883)

type UnderlyingEndValueField

type UnderlyingEndValueField struct{ quickfix.FIXDecimal }

UnderlyingEndValueField is a AMT field

func NewUnderlyingEndValue

func NewUnderlyingEndValue(val decimal.Decimal, scale int32) UnderlyingEndValueField

NewUnderlyingEndValue returns a new UnderlyingEndValueField initialized with val and scale

func (UnderlyingEndValueField) Tag

Tag returns tag.UnderlyingEndValue (886)

type UnderlyingExerciseStyleField

type UnderlyingExerciseStyleField struct{ quickfix.FIXInt }

UnderlyingExerciseStyleField is a INT field

func NewUnderlyingExerciseStyle

func NewUnderlyingExerciseStyle(val int) UnderlyingExerciseStyleField

NewUnderlyingExerciseStyle returns a new UnderlyingExerciseStyleField initialized with val

func (UnderlyingExerciseStyleField) Tag

Tag returns tag.UnderlyingExerciseStyle (1419)

type UnderlyingFXRateCalcField

type UnderlyingFXRateCalcField struct{ quickfix.FIXString }

UnderlyingFXRateCalcField is a CHAR field

func NewUnderlyingFXRateCalc

func NewUnderlyingFXRateCalc(val string) UnderlyingFXRateCalcField

NewUnderlyingFXRateCalc returns a new UnderlyingFXRateCalcField initialized with val

func (UnderlyingFXRateCalcField) Tag

Tag returns tag.UnderlyingFXRateCalc (1046)

type UnderlyingFXRateField

type UnderlyingFXRateField struct{ quickfix.FIXDecimal }

UnderlyingFXRateField is a FLOAT field

func NewUnderlyingFXRate

func NewUnderlyingFXRate(val decimal.Decimal, scale int32) UnderlyingFXRateField

NewUnderlyingFXRate returns a new UnderlyingFXRateField initialized with val and scale

func (UnderlyingFXRateField) Tag

Tag returns tag.UnderlyingFXRate (1045)

type UnderlyingFactorField

type UnderlyingFactorField struct{ quickfix.FIXDecimal }

UnderlyingFactorField is a FLOAT field

func NewUnderlyingFactor

func NewUnderlyingFactor(val decimal.Decimal, scale int32) UnderlyingFactorField

NewUnderlyingFactor returns a new UnderlyingFactorField initialized with val and scale

func (UnderlyingFactorField) Tag

Tag returns tag.UnderlyingFactor (246)

type UnderlyingFlowScheduleTypeField

type UnderlyingFlowScheduleTypeField struct{ quickfix.FIXInt }

UnderlyingFlowScheduleTypeField is a INT field

func NewUnderlyingFlowScheduleType

func NewUnderlyingFlowScheduleType(val int) UnderlyingFlowScheduleTypeField

NewUnderlyingFlowScheduleType returns a new UnderlyingFlowScheduleTypeField initialized with val

func (UnderlyingFlowScheduleTypeField) Tag

Tag returns tag.UnderlyingFlowScheduleType (1441)

type UnderlyingIDSourceField

type UnderlyingIDSourceField struct{ quickfix.FIXString }

UnderlyingIDSourceField is a STRING field

func NewUnderlyingIDSource

func NewUnderlyingIDSource(val string) UnderlyingIDSourceField

NewUnderlyingIDSource returns a new UnderlyingIDSourceField initialized with val

func (UnderlyingIDSourceField) Tag

Tag returns tag.UnderlyingIDSource (305)

type UnderlyingInstrRegistryField

type UnderlyingInstrRegistryField struct{ quickfix.FIXString }

UnderlyingInstrRegistryField is a STRING field

func NewUnderlyingInstrRegistry

func NewUnderlyingInstrRegistry(val string) UnderlyingInstrRegistryField

NewUnderlyingInstrRegistry returns a new UnderlyingInstrRegistryField initialized with val

func (UnderlyingInstrRegistryField) Tag

Tag returns tag.UnderlyingInstrRegistry (595)

type UnderlyingInstrumentPartyIDField

type UnderlyingInstrumentPartyIDField struct{ quickfix.FIXString }

UnderlyingInstrumentPartyIDField is a STRING field

func NewUnderlyingInstrumentPartyID

func NewUnderlyingInstrumentPartyID(val string) UnderlyingInstrumentPartyIDField

NewUnderlyingInstrumentPartyID returns a new UnderlyingInstrumentPartyIDField initialized with val

func (UnderlyingInstrumentPartyIDField) Tag

Tag returns tag.UnderlyingInstrumentPartyID (1059)

type UnderlyingInstrumentPartyIDSourceField

type UnderlyingInstrumentPartyIDSourceField struct{ quickfix.FIXString }

UnderlyingInstrumentPartyIDSourceField is a CHAR field

func NewUnderlyingInstrumentPartyIDSource

func NewUnderlyingInstrumentPartyIDSource(val string) UnderlyingInstrumentPartyIDSourceField

NewUnderlyingInstrumentPartyIDSource returns a new UnderlyingInstrumentPartyIDSourceField initialized with val

func (UnderlyingInstrumentPartyIDSourceField) Tag

Tag returns tag.UnderlyingInstrumentPartyIDSource (1060)

type UnderlyingInstrumentPartyRoleField

type UnderlyingInstrumentPartyRoleField struct{ quickfix.FIXInt }

UnderlyingInstrumentPartyRoleField is a INT field

func NewUnderlyingInstrumentPartyRole

func NewUnderlyingInstrumentPartyRole(val int) UnderlyingInstrumentPartyRoleField

NewUnderlyingInstrumentPartyRole returns a new UnderlyingInstrumentPartyRoleField initialized with val

func (UnderlyingInstrumentPartyRoleField) Tag

Tag returns tag.UnderlyingInstrumentPartyRole (1061)

type UnderlyingInstrumentPartySubIDField

type UnderlyingInstrumentPartySubIDField struct{ quickfix.FIXString }

UnderlyingInstrumentPartySubIDField is a STRING field

func NewUnderlyingInstrumentPartySubID

func NewUnderlyingInstrumentPartySubID(val string) UnderlyingInstrumentPartySubIDField

NewUnderlyingInstrumentPartySubID returns a new UnderlyingInstrumentPartySubIDField initialized with val

func (UnderlyingInstrumentPartySubIDField) Tag

Tag returns tag.UnderlyingInstrumentPartySubID (1063)

type UnderlyingInstrumentPartySubIDTypeField

type UnderlyingInstrumentPartySubIDTypeField struct{ quickfix.FIXInt }

UnderlyingInstrumentPartySubIDTypeField is a INT field

func NewUnderlyingInstrumentPartySubIDType

func NewUnderlyingInstrumentPartySubIDType(val int) UnderlyingInstrumentPartySubIDTypeField

NewUnderlyingInstrumentPartySubIDType returns a new UnderlyingInstrumentPartySubIDTypeField initialized with val

func (UnderlyingInstrumentPartySubIDTypeField) Tag

Tag returns tag.UnderlyingInstrumentPartySubIDType (1064)

type UnderlyingIssueDateField

type UnderlyingIssueDateField struct{ quickfix.FIXString }

UnderlyingIssueDateField is a LOCALMKTDATE field

func NewUnderlyingIssueDate

func NewUnderlyingIssueDate(val string) UnderlyingIssueDateField

NewUnderlyingIssueDate returns a new UnderlyingIssueDateField initialized with val

func (UnderlyingIssueDateField) Tag

Tag returns tag.UnderlyingIssueDate (242)

type UnderlyingIssuerField

type UnderlyingIssuerField struct{ quickfix.FIXString }

UnderlyingIssuerField is a STRING field

func NewUnderlyingIssuer

func NewUnderlyingIssuer(val string) UnderlyingIssuerField

NewUnderlyingIssuer returns a new UnderlyingIssuerField initialized with val

func (UnderlyingIssuerField) Tag

Tag returns tag.UnderlyingIssuer (306)

type UnderlyingLastPxField

type UnderlyingLastPxField struct{ quickfix.FIXDecimal }

UnderlyingLastPxField is a PRICE field

func NewUnderlyingLastPx

func NewUnderlyingLastPx(val decimal.Decimal, scale int32) UnderlyingLastPxField

NewUnderlyingLastPx returns a new UnderlyingLastPxField initialized with val and scale

func (UnderlyingLastPxField) Tag

Tag returns tag.UnderlyingLastPx (651)

type UnderlyingLastQtyField

type UnderlyingLastQtyField struct{ quickfix.FIXDecimal }

UnderlyingLastQtyField is a QTY field

func NewUnderlyingLastQty

func NewUnderlyingLastQty(val decimal.Decimal, scale int32) UnderlyingLastQtyField

NewUnderlyingLastQty returns a new UnderlyingLastQtyField initialized with val and scale

func (UnderlyingLastQtyField) Tag

Tag returns tag.UnderlyingLastQty (652)

type UnderlyingLegCFICodeField

type UnderlyingLegCFICodeField struct{ quickfix.FIXString }

UnderlyingLegCFICodeField is a STRING field

func NewUnderlyingLegCFICode

func NewUnderlyingLegCFICode(val string) UnderlyingLegCFICodeField

NewUnderlyingLegCFICode returns a new UnderlyingLegCFICodeField initialized with val

func (UnderlyingLegCFICodeField) Tag

Tag returns tag.UnderlyingLegCFICode (1344)

type UnderlyingLegMaturityDateField

type UnderlyingLegMaturityDateField struct{ quickfix.FIXString }

UnderlyingLegMaturityDateField is a LOCALMKTDATE field

func NewUnderlyingLegMaturityDate

func NewUnderlyingLegMaturityDate(val string) UnderlyingLegMaturityDateField

NewUnderlyingLegMaturityDate returns a new UnderlyingLegMaturityDateField initialized with val

func (UnderlyingLegMaturityDateField) Tag

Tag returns tag.UnderlyingLegMaturityDate (1345)

type UnderlyingLegMaturityMonthYearField

type UnderlyingLegMaturityMonthYearField struct{ quickfix.FIXString }

UnderlyingLegMaturityMonthYearField is a MONTHYEAR field

func NewUnderlyingLegMaturityMonthYear

func NewUnderlyingLegMaturityMonthYear(val string) UnderlyingLegMaturityMonthYearField

NewUnderlyingLegMaturityMonthYear returns a new UnderlyingLegMaturityMonthYearField initialized with val

func (UnderlyingLegMaturityMonthYearField) Tag

Tag returns tag.UnderlyingLegMaturityMonthYear (1339)

type UnderlyingLegMaturityTimeField

type UnderlyingLegMaturityTimeField struct{ quickfix.FIXString }

UnderlyingLegMaturityTimeField is a TZTIMEONLY field

func NewUnderlyingLegMaturityTime

func NewUnderlyingLegMaturityTime(val string) UnderlyingLegMaturityTimeField

NewUnderlyingLegMaturityTime returns a new UnderlyingLegMaturityTimeField initialized with val

func (UnderlyingLegMaturityTimeField) Tag

Tag returns tag.UnderlyingLegMaturityTime (1405)

type UnderlyingLegOptAttributeField

type UnderlyingLegOptAttributeField struct{ quickfix.FIXString }

UnderlyingLegOptAttributeField is a CHAR field

func NewUnderlyingLegOptAttribute

func NewUnderlyingLegOptAttribute(val string) UnderlyingLegOptAttributeField

NewUnderlyingLegOptAttribute returns a new UnderlyingLegOptAttributeField initialized with val

func (UnderlyingLegOptAttributeField) Tag

Tag returns tag.UnderlyingLegOptAttribute (1391)

type UnderlyingLegPutOrCallField

type UnderlyingLegPutOrCallField struct{ quickfix.FIXInt }

UnderlyingLegPutOrCallField is a INT field

func NewUnderlyingLegPutOrCall

func NewUnderlyingLegPutOrCall(val int) UnderlyingLegPutOrCallField

NewUnderlyingLegPutOrCall returns a new UnderlyingLegPutOrCallField initialized with val

func (UnderlyingLegPutOrCallField) Tag

Tag returns tag.UnderlyingLegPutOrCall (1343)

type UnderlyingLegSecurityAltIDField

type UnderlyingLegSecurityAltIDField struct{ quickfix.FIXString }

UnderlyingLegSecurityAltIDField is a STRING field

func NewUnderlyingLegSecurityAltID

func NewUnderlyingLegSecurityAltID(val string) UnderlyingLegSecurityAltIDField

NewUnderlyingLegSecurityAltID returns a new UnderlyingLegSecurityAltIDField initialized with val

func (UnderlyingLegSecurityAltIDField) Tag

Tag returns tag.UnderlyingLegSecurityAltID (1335)

type UnderlyingLegSecurityAltIDSourceField

type UnderlyingLegSecurityAltIDSourceField struct{ quickfix.FIXString }

UnderlyingLegSecurityAltIDSourceField is a STRING field

func NewUnderlyingLegSecurityAltIDSource

func NewUnderlyingLegSecurityAltIDSource(val string) UnderlyingLegSecurityAltIDSourceField

NewUnderlyingLegSecurityAltIDSource returns a new UnderlyingLegSecurityAltIDSourceField initialized with val

func (UnderlyingLegSecurityAltIDSourceField) Tag

Tag returns tag.UnderlyingLegSecurityAltIDSource (1336)

type UnderlyingLegSecurityDescField

type UnderlyingLegSecurityDescField struct{ quickfix.FIXString }

UnderlyingLegSecurityDescField is a STRING field

func NewUnderlyingLegSecurityDesc

func NewUnderlyingLegSecurityDesc(val string) UnderlyingLegSecurityDescField

NewUnderlyingLegSecurityDesc returns a new UnderlyingLegSecurityDescField initialized with val

func (UnderlyingLegSecurityDescField) Tag

Tag returns tag.UnderlyingLegSecurityDesc (1392)

type UnderlyingLegSecurityExchangeField

type UnderlyingLegSecurityExchangeField struct{ quickfix.FIXString }

UnderlyingLegSecurityExchangeField is a STRING field

func NewUnderlyingLegSecurityExchange

func NewUnderlyingLegSecurityExchange(val string) UnderlyingLegSecurityExchangeField

NewUnderlyingLegSecurityExchange returns a new UnderlyingLegSecurityExchangeField initialized with val

func (UnderlyingLegSecurityExchangeField) Tag

Tag returns tag.UnderlyingLegSecurityExchange (1341)

type UnderlyingLegSecurityIDField

type UnderlyingLegSecurityIDField struct{ quickfix.FIXString }

UnderlyingLegSecurityIDField is a STRING field

func NewUnderlyingLegSecurityID

func NewUnderlyingLegSecurityID(val string) UnderlyingLegSecurityIDField

NewUnderlyingLegSecurityID returns a new UnderlyingLegSecurityIDField initialized with val

func (UnderlyingLegSecurityIDField) Tag

Tag returns tag.UnderlyingLegSecurityID (1332)

type UnderlyingLegSecurityIDSourceField

type UnderlyingLegSecurityIDSourceField struct{ quickfix.FIXString }

UnderlyingLegSecurityIDSourceField is a STRING field

func NewUnderlyingLegSecurityIDSource

func NewUnderlyingLegSecurityIDSource(val string) UnderlyingLegSecurityIDSourceField

NewUnderlyingLegSecurityIDSource returns a new UnderlyingLegSecurityIDSourceField initialized with val

func (UnderlyingLegSecurityIDSourceField) Tag

Tag returns tag.UnderlyingLegSecurityIDSource (1333)

type UnderlyingLegSecuritySubTypeField

type UnderlyingLegSecuritySubTypeField struct{ quickfix.FIXString }

UnderlyingLegSecuritySubTypeField is a STRING field

func NewUnderlyingLegSecuritySubType

func NewUnderlyingLegSecuritySubType(val string) UnderlyingLegSecuritySubTypeField

NewUnderlyingLegSecuritySubType returns a new UnderlyingLegSecuritySubTypeField initialized with val

func (UnderlyingLegSecuritySubTypeField) Tag

Tag returns tag.UnderlyingLegSecuritySubType (1338)

type UnderlyingLegSecurityTypeField

type UnderlyingLegSecurityTypeField struct{ quickfix.FIXString }

UnderlyingLegSecurityTypeField is a STRING field

func NewUnderlyingLegSecurityType

func NewUnderlyingLegSecurityType(val string) UnderlyingLegSecurityTypeField

NewUnderlyingLegSecurityType returns a new UnderlyingLegSecurityTypeField initialized with val

func (UnderlyingLegSecurityTypeField) Tag

Tag returns tag.UnderlyingLegSecurityType (1337)

type UnderlyingLegStrikePriceField

type UnderlyingLegStrikePriceField struct{ quickfix.FIXDecimal }

UnderlyingLegStrikePriceField is a PRICE field

func NewUnderlyingLegStrikePrice

func NewUnderlyingLegStrikePrice(val decimal.Decimal, scale int32) UnderlyingLegStrikePriceField

NewUnderlyingLegStrikePrice returns a new UnderlyingLegStrikePriceField initialized with val and scale

func (UnderlyingLegStrikePriceField) Tag

Tag returns tag.UnderlyingLegStrikePrice (1340)

type UnderlyingLegSymbolField

type UnderlyingLegSymbolField struct{ quickfix.FIXString }

UnderlyingLegSymbolField is a STRING field

func NewUnderlyingLegSymbol

func NewUnderlyingLegSymbol(val string) UnderlyingLegSymbolField

NewUnderlyingLegSymbol returns a new UnderlyingLegSymbolField initialized with val

func (UnderlyingLegSymbolField) Tag

Tag returns tag.UnderlyingLegSymbol (1330)

type UnderlyingLegSymbolSfxField

type UnderlyingLegSymbolSfxField struct{ quickfix.FIXString }

UnderlyingLegSymbolSfxField is a STRING field

func NewUnderlyingLegSymbolSfx

func NewUnderlyingLegSymbolSfx(val string) UnderlyingLegSymbolSfxField

NewUnderlyingLegSymbolSfx returns a new UnderlyingLegSymbolSfxField initialized with val

func (UnderlyingLegSymbolSfxField) Tag

Tag returns tag.UnderlyingLegSymbolSfx (1331)

type UnderlyingLocaleOfIssueField

type UnderlyingLocaleOfIssueField struct{ quickfix.FIXString }

UnderlyingLocaleOfIssueField is a STRING field

func NewUnderlyingLocaleOfIssue

func NewUnderlyingLocaleOfIssue(val string) UnderlyingLocaleOfIssueField

NewUnderlyingLocaleOfIssue returns a new UnderlyingLocaleOfIssueField initialized with val

func (UnderlyingLocaleOfIssueField) Tag

Tag returns tag.UnderlyingLocaleOfIssue (594)

type UnderlyingMaturityDateField

type UnderlyingMaturityDateField struct{ quickfix.FIXString }

UnderlyingMaturityDateField is a LOCALMKTDATE field

func NewUnderlyingMaturityDate

func NewUnderlyingMaturityDate(val string) UnderlyingMaturityDateField

NewUnderlyingMaturityDate returns a new UnderlyingMaturityDateField initialized with val

func (UnderlyingMaturityDateField) Tag

Tag returns tag.UnderlyingMaturityDate (542)

type UnderlyingMaturityDayField

type UnderlyingMaturityDayField struct{ quickfix.FIXInt }

UnderlyingMaturityDayField is a DAYOFMONTH field

func NewUnderlyingMaturityDay

func NewUnderlyingMaturityDay(val int) UnderlyingMaturityDayField

NewUnderlyingMaturityDay returns a new UnderlyingMaturityDayField initialized with val

func (UnderlyingMaturityDayField) Tag

Tag returns tag.UnderlyingMaturityDay (314)

type UnderlyingMaturityMonthYearField

type UnderlyingMaturityMonthYearField struct{ quickfix.FIXString }

UnderlyingMaturityMonthYearField is a MONTHYEAR field

func NewUnderlyingMaturityMonthYear

func NewUnderlyingMaturityMonthYear(val string) UnderlyingMaturityMonthYearField

NewUnderlyingMaturityMonthYear returns a new UnderlyingMaturityMonthYearField initialized with val

func (UnderlyingMaturityMonthYearField) Tag

Tag returns tag.UnderlyingMaturityMonthYear (313)

type UnderlyingMaturityTimeField

type UnderlyingMaturityTimeField struct{ quickfix.FIXString }

UnderlyingMaturityTimeField is a TZTIMEONLY field

func NewUnderlyingMaturityTime

func NewUnderlyingMaturityTime(val string) UnderlyingMaturityTimeField

NewUnderlyingMaturityTime returns a new UnderlyingMaturityTimeField initialized with val

func (UnderlyingMaturityTimeField) Tag

Tag returns tag.UnderlyingMaturityTime (1213)

type UnderlyingNotionalPercentageOutstandingField

type UnderlyingNotionalPercentageOutstandingField struct{ quickfix.FIXDecimal }

UnderlyingNotionalPercentageOutstandingField is a PERCENTAGE field

func NewUnderlyingNotionalPercentageOutstanding

func NewUnderlyingNotionalPercentageOutstanding(val decimal.Decimal, scale int32) UnderlyingNotionalPercentageOutstandingField

NewUnderlyingNotionalPercentageOutstanding returns a new UnderlyingNotionalPercentageOutstandingField initialized with val and scale

func (UnderlyingNotionalPercentageOutstandingField) Tag

Tag returns tag.UnderlyingNotionalPercentageOutstanding (1455)

type UnderlyingOptAttributeField

type UnderlyingOptAttributeField struct{ quickfix.FIXString }

UnderlyingOptAttributeField is a CHAR field

func NewUnderlyingOptAttribute

func NewUnderlyingOptAttribute(val string) UnderlyingOptAttributeField

NewUnderlyingOptAttribute returns a new UnderlyingOptAttributeField initialized with val

func (UnderlyingOptAttributeField) Tag

Tag returns tag.UnderlyingOptAttribute (317)

type UnderlyingOriginalNotionalPercentageOutstandingField

type UnderlyingOriginalNotionalPercentageOutstandingField struct{ quickfix.FIXDecimal }

UnderlyingOriginalNotionalPercentageOutstandingField is a PERCENTAGE field

func NewUnderlyingOriginalNotionalPercentageOutstanding

func NewUnderlyingOriginalNotionalPercentageOutstanding(val decimal.Decimal, scale int32) UnderlyingOriginalNotionalPercentageOutstandingField

NewUnderlyingOriginalNotionalPercentageOutstanding returns a new UnderlyingOriginalNotionalPercentageOutstandingField initialized with val and scale

func (UnderlyingOriginalNotionalPercentageOutstandingField) Tag

Tag returns tag.UnderlyingOriginalNotionalPercentageOutstanding (1456)

type UnderlyingPayAmountField

type UnderlyingPayAmountField struct{ quickfix.FIXDecimal }

UnderlyingPayAmountField is a AMT field

func NewUnderlyingPayAmount

func NewUnderlyingPayAmount(val decimal.Decimal, scale int32) UnderlyingPayAmountField

NewUnderlyingPayAmount returns a new UnderlyingPayAmountField initialized with val and scale

func (UnderlyingPayAmountField) Tag

Tag returns tag.UnderlyingPayAmount (985)

type UnderlyingPriceDeterminationMethodField

type UnderlyingPriceDeterminationMethodField struct{ quickfix.FIXInt }

UnderlyingPriceDeterminationMethodField is a INT field

func NewUnderlyingPriceDeterminationMethod

func NewUnderlyingPriceDeterminationMethod(val int) UnderlyingPriceDeterminationMethodField

NewUnderlyingPriceDeterminationMethod returns a new UnderlyingPriceDeterminationMethodField initialized with val

func (UnderlyingPriceDeterminationMethodField) Tag

Tag returns tag.UnderlyingPriceDeterminationMethod (1481)

type UnderlyingPriceUnitOfMeasureField

type UnderlyingPriceUnitOfMeasureField struct{ quickfix.FIXString }

UnderlyingPriceUnitOfMeasureField is a STRING field

func NewUnderlyingPriceUnitOfMeasure

func NewUnderlyingPriceUnitOfMeasure(val string) UnderlyingPriceUnitOfMeasureField

NewUnderlyingPriceUnitOfMeasure returns a new UnderlyingPriceUnitOfMeasureField initialized with val

func (UnderlyingPriceUnitOfMeasureField) Tag

Tag returns tag.UnderlyingPriceUnitOfMeasure (1424)

type UnderlyingPriceUnitOfMeasureQtyField

type UnderlyingPriceUnitOfMeasureQtyField struct{ quickfix.FIXDecimal }

UnderlyingPriceUnitOfMeasureQtyField is a QTY field

func NewUnderlyingPriceUnitOfMeasureQty

func NewUnderlyingPriceUnitOfMeasureQty(val decimal.Decimal, scale int32) UnderlyingPriceUnitOfMeasureQtyField

NewUnderlyingPriceUnitOfMeasureQty returns a new UnderlyingPriceUnitOfMeasureQtyField initialized with val and scale

func (UnderlyingPriceUnitOfMeasureQtyField) Tag

Tag returns tag.UnderlyingPriceUnitOfMeasureQty (1425)

type UnderlyingProductField

type UnderlyingProductField struct{ quickfix.FIXInt }

UnderlyingProductField is a INT field

func NewUnderlyingProduct

func NewUnderlyingProduct(val int) UnderlyingProductField

NewUnderlyingProduct returns a new UnderlyingProductField initialized with val

func (UnderlyingProductField) Tag

Tag returns tag.UnderlyingProduct (462)

type UnderlyingPutOrCallField

type UnderlyingPutOrCallField struct{ quickfix.FIXInt }

UnderlyingPutOrCallField is a INT field

func NewUnderlyingPutOrCall

func NewUnderlyingPutOrCall(val int) UnderlyingPutOrCallField

NewUnderlyingPutOrCall returns a new UnderlyingPutOrCallField initialized with val

func (UnderlyingPutOrCallField) Tag

Tag returns tag.UnderlyingPutOrCall (315)

type UnderlyingPxField

type UnderlyingPxField struct{ quickfix.FIXDecimal }

UnderlyingPxField is a PRICE field

func NewUnderlyingPx

func NewUnderlyingPx(val decimal.Decimal, scale int32) UnderlyingPxField

NewUnderlyingPx returns a new UnderlyingPxField initialized with val and scale

func (UnderlyingPxField) Tag

func (f UnderlyingPxField) Tag() quickfix.Tag

Tag returns tag.UnderlyingPx (810)

type UnderlyingQtyField

type UnderlyingQtyField struct{ quickfix.FIXDecimal }

UnderlyingQtyField is a QTY field

func NewUnderlyingQty

func NewUnderlyingQty(val decimal.Decimal, scale int32) UnderlyingQtyField

NewUnderlyingQty returns a new UnderlyingQtyField initialized with val and scale

func (UnderlyingQtyField) Tag

Tag returns tag.UnderlyingQty (879)

type UnderlyingRedemptionDateField

type UnderlyingRedemptionDateField struct{ quickfix.FIXString }

UnderlyingRedemptionDateField is a LOCALMKTDATE field

func NewUnderlyingRedemptionDate

func NewUnderlyingRedemptionDate(val string) UnderlyingRedemptionDateField

NewUnderlyingRedemptionDate returns a new UnderlyingRedemptionDateField initialized with val

func (UnderlyingRedemptionDateField) Tag

Tag returns tag.UnderlyingRedemptionDate (247)

type UnderlyingRepoCollateralSecurityTypeField

type UnderlyingRepoCollateralSecurityTypeField struct{ quickfix.FIXInt }

UnderlyingRepoCollateralSecurityTypeField is a INT field

func NewUnderlyingRepoCollateralSecurityType

func NewUnderlyingRepoCollateralSecurityType(val int) UnderlyingRepoCollateralSecurityTypeField

NewUnderlyingRepoCollateralSecurityType returns a new UnderlyingRepoCollateralSecurityTypeField initialized with val

func (UnderlyingRepoCollateralSecurityTypeField) Tag

Tag returns tag.UnderlyingRepoCollateralSecurityType (243)

type UnderlyingRepurchaseRateField

type UnderlyingRepurchaseRateField struct{ quickfix.FIXDecimal }

UnderlyingRepurchaseRateField is a PERCENTAGE field

func NewUnderlyingRepurchaseRate

func NewUnderlyingRepurchaseRate(val decimal.Decimal, scale int32) UnderlyingRepurchaseRateField

NewUnderlyingRepurchaseRate returns a new UnderlyingRepurchaseRateField initialized with val and scale

func (UnderlyingRepurchaseRateField) Tag

Tag returns tag.UnderlyingRepurchaseRate (245)

type UnderlyingRepurchaseTermField

type UnderlyingRepurchaseTermField struct{ quickfix.FIXInt }

UnderlyingRepurchaseTermField is a INT field

func NewUnderlyingRepurchaseTerm

func NewUnderlyingRepurchaseTerm(val int) UnderlyingRepurchaseTermField

NewUnderlyingRepurchaseTerm returns a new UnderlyingRepurchaseTermField initialized with val

func (UnderlyingRepurchaseTermField) Tag

Tag returns tag.UnderlyingRepurchaseTerm (244)

type UnderlyingRestructuringTypeField

type UnderlyingRestructuringTypeField struct{ quickfix.FIXString }

UnderlyingRestructuringTypeField is a STRING field

func NewUnderlyingRestructuringType

func NewUnderlyingRestructuringType(val string) UnderlyingRestructuringTypeField

NewUnderlyingRestructuringType returns a new UnderlyingRestructuringTypeField initialized with val

func (UnderlyingRestructuringTypeField) Tag

Tag returns tag.UnderlyingRestructuringType (1453)

type UnderlyingSecurityAltIDField

type UnderlyingSecurityAltIDField struct{ quickfix.FIXString }

UnderlyingSecurityAltIDField is a STRING field

func NewUnderlyingSecurityAltID

func NewUnderlyingSecurityAltID(val string) UnderlyingSecurityAltIDField

NewUnderlyingSecurityAltID returns a new UnderlyingSecurityAltIDField initialized with val

func (UnderlyingSecurityAltIDField) Tag

Tag returns tag.UnderlyingSecurityAltID (458)

type UnderlyingSecurityAltIDSourceField

type UnderlyingSecurityAltIDSourceField struct{ quickfix.FIXString }

UnderlyingSecurityAltIDSourceField is a STRING field

func NewUnderlyingSecurityAltIDSource

func NewUnderlyingSecurityAltIDSource(val string) UnderlyingSecurityAltIDSourceField

NewUnderlyingSecurityAltIDSource returns a new UnderlyingSecurityAltIDSourceField initialized with val

func (UnderlyingSecurityAltIDSourceField) Tag

Tag returns tag.UnderlyingSecurityAltIDSource (459)

type UnderlyingSecurityDescField

type UnderlyingSecurityDescField struct{ quickfix.FIXString }

UnderlyingSecurityDescField is a STRING field

func NewUnderlyingSecurityDesc

func NewUnderlyingSecurityDesc(val string) UnderlyingSecurityDescField

NewUnderlyingSecurityDesc returns a new UnderlyingSecurityDescField initialized with val

func (UnderlyingSecurityDescField) Tag

Tag returns tag.UnderlyingSecurityDesc (307)

type UnderlyingSecurityExchangeField

type UnderlyingSecurityExchangeField struct{ quickfix.FIXString }

UnderlyingSecurityExchangeField is a EXCHANGE field

func NewUnderlyingSecurityExchange

func NewUnderlyingSecurityExchange(val string) UnderlyingSecurityExchangeField

NewUnderlyingSecurityExchange returns a new UnderlyingSecurityExchangeField initialized with val

func (UnderlyingSecurityExchangeField) Tag

Tag returns tag.UnderlyingSecurityExchange (308)

type UnderlyingSecurityIDField

type UnderlyingSecurityIDField struct{ quickfix.FIXString }

UnderlyingSecurityIDField is a STRING field

func NewUnderlyingSecurityID

func NewUnderlyingSecurityID(val string) UnderlyingSecurityIDField

NewUnderlyingSecurityID returns a new UnderlyingSecurityIDField initialized with val

func (UnderlyingSecurityIDField) Tag

Tag returns tag.UnderlyingSecurityID (309)

type UnderlyingSecurityIDSourceField

type UnderlyingSecurityIDSourceField struct{ quickfix.FIXString }

UnderlyingSecurityIDSourceField is a STRING field

func NewUnderlyingSecurityIDSource

func NewUnderlyingSecurityIDSource(val string) UnderlyingSecurityIDSourceField

NewUnderlyingSecurityIDSource returns a new UnderlyingSecurityIDSourceField initialized with val

func (UnderlyingSecurityIDSourceField) Tag

Tag returns tag.UnderlyingSecurityIDSource (305)

type UnderlyingSecuritySubTypeField

type UnderlyingSecuritySubTypeField struct{ quickfix.FIXString }

UnderlyingSecuritySubTypeField is a STRING field

func NewUnderlyingSecuritySubType

func NewUnderlyingSecuritySubType(val string) UnderlyingSecuritySubTypeField

NewUnderlyingSecuritySubType returns a new UnderlyingSecuritySubTypeField initialized with val

func (UnderlyingSecuritySubTypeField) Tag

Tag returns tag.UnderlyingSecuritySubType (763)

type UnderlyingSecurityTypeField

type UnderlyingSecurityTypeField struct{ quickfix.FIXString }

UnderlyingSecurityTypeField is a STRING field

func NewUnderlyingSecurityType

func NewUnderlyingSecurityType(val string) UnderlyingSecurityTypeField

NewUnderlyingSecurityType returns a new UnderlyingSecurityTypeField initialized with val

func (UnderlyingSecurityTypeField) Tag

Tag returns tag.UnderlyingSecurityType (310)

type UnderlyingSeniorityField

type UnderlyingSeniorityField struct{ quickfix.FIXString }

UnderlyingSeniorityField is a STRING field

func NewUnderlyingSeniority

func NewUnderlyingSeniority(val string) UnderlyingSeniorityField

NewUnderlyingSeniority returns a new UnderlyingSeniorityField initialized with val

func (UnderlyingSeniorityField) Tag

Tag returns tag.UnderlyingSeniority (1454)

type UnderlyingSettlMethodField

type UnderlyingSettlMethodField struct{ quickfix.FIXString }

UnderlyingSettlMethodField is a STRING field

func NewUnderlyingSettlMethod

func NewUnderlyingSettlMethod(val string) UnderlyingSettlMethodField

NewUnderlyingSettlMethod returns a new UnderlyingSettlMethodField initialized with val

func (UnderlyingSettlMethodField) Tag

Tag returns tag.UnderlyingSettlMethod (1039)

type UnderlyingSettlPriceField

type UnderlyingSettlPriceField struct{ quickfix.FIXDecimal }

UnderlyingSettlPriceField is a PRICE field

func NewUnderlyingSettlPrice

func NewUnderlyingSettlPrice(val decimal.Decimal, scale int32) UnderlyingSettlPriceField

NewUnderlyingSettlPrice returns a new UnderlyingSettlPriceField initialized with val and scale

func (UnderlyingSettlPriceField) Tag

Tag returns tag.UnderlyingSettlPrice (732)

type UnderlyingSettlPriceTypeField

type UnderlyingSettlPriceTypeField struct{ quickfix.FIXInt }

UnderlyingSettlPriceTypeField is a INT field

func NewUnderlyingSettlPriceType

func NewUnderlyingSettlPriceType(val int) UnderlyingSettlPriceTypeField

NewUnderlyingSettlPriceType returns a new UnderlyingSettlPriceTypeField initialized with val

func (UnderlyingSettlPriceTypeField) Tag

Tag returns tag.UnderlyingSettlPriceType (733)

type UnderlyingSettlementDateField

type UnderlyingSettlementDateField struct{ quickfix.FIXString }

UnderlyingSettlementDateField is a LOCALMKTDATE field

func NewUnderlyingSettlementDate

func NewUnderlyingSettlementDate(val string) UnderlyingSettlementDateField

NewUnderlyingSettlementDate returns a new UnderlyingSettlementDateField initialized with val

func (UnderlyingSettlementDateField) Tag

Tag returns tag.UnderlyingSettlementDate (987)

type UnderlyingSettlementStatusField

type UnderlyingSettlementStatusField struct{ quickfix.FIXString }

UnderlyingSettlementStatusField is a STRING field

func NewUnderlyingSettlementStatus

func NewUnderlyingSettlementStatus(val string) UnderlyingSettlementStatusField

NewUnderlyingSettlementStatus returns a new UnderlyingSettlementStatusField initialized with val

func (UnderlyingSettlementStatusField) Tag

Tag returns tag.UnderlyingSettlementStatus (988)

type UnderlyingSettlementTypeField

type UnderlyingSettlementTypeField struct{ quickfix.FIXInt }

UnderlyingSettlementTypeField is a INT field

func NewUnderlyingSettlementType

func NewUnderlyingSettlementType(val int) UnderlyingSettlementTypeField

NewUnderlyingSettlementType returns a new UnderlyingSettlementTypeField initialized with val

func (UnderlyingSettlementTypeField) Tag

Tag returns tag.UnderlyingSettlementType (975)

type UnderlyingStartValueField

type UnderlyingStartValueField struct{ quickfix.FIXDecimal }

UnderlyingStartValueField is a AMT field

func NewUnderlyingStartValue

func NewUnderlyingStartValue(val decimal.Decimal, scale int32) UnderlyingStartValueField

NewUnderlyingStartValue returns a new UnderlyingStartValueField initialized with val and scale

func (UnderlyingStartValueField) Tag

Tag returns tag.UnderlyingStartValue (884)

type UnderlyingStateOrProvinceOfIssueField

type UnderlyingStateOrProvinceOfIssueField struct{ quickfix.FIXString }

UnderlyingStateOrProvinceOfIssueField is a STRING field

func NewUnderlyingStateOrProvinceOfIssue

func NewUnderlyingStateOrProvinceOfIssue(val string) UnderlyingStateOrProvinceOfIssueField

NewUnderlyingStateOrProvinceOfIssue returns a new UnderlyingStateOrProvinceOfIssueField initialized with val

func (UnderlyingStateOrProvinceOfIssueField) Tag

Tag returns tag.UnderlyingStateOrProvinceOfIssue (593)

type UnderlyingStipTypeField

type UnderlyingStipTypeField struct{ quickfix.FIXString }

UnderlyingStipTypeField is a STRING field

func NewUnderlyingStipType

func NewUnderlyingStipType(val string) UnderlyingStipTypeField

NewUnderlyingStipType returns a new UnderlyingStipTypeField initialized with val

func (UnderlyingStipTypeField) Tag

Tag returns tag.UnderlyingStipType (888)

type UnderlyingStipValueField

type UnderlyingStipValueField struct{ quickfix.FIXString }

UnderlyingStipValueField is a STRING field

func NewUnderlyingStipValue

func NewUnderlyingStipValue(val string) UnderlyingStipValueField

NewUnderlyingStipValue returns a new UnderlyingStipValueField initialized with val

func (UnderlyingStipValueField) Tag

Tag returns tag.UnderlyingStipValue (889)

type UnderlyingStrikeCurrencyField

type UnderlyingStrikeCurrencyField struct{ quickfix.FIXString }

UnderlyingStrikeCurrencyField is a CURRENCY field

func NewUnderlyingStrikeCurrency

func NewUnderlyingStrikeCurrency(val string) UnderlyingStrikeCurrencyField

NewUnderlyingStrikeCurrency returns a new UnderlyingStrikeCurrencyField initialized with val

func (UnderlyingStrikeCurrencyField) Tag

Tag returns tag.UnderlyingStrikeCurrency (941)

type UnderlyingStrikePriceField

type UnderlyingStrikePriceField struct{ quickfix.FIXDecimal }

UnderlyingStrikePriceField is a PRICE field

func NewUnderlyingStrikePrice

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

NewUnderlyingStrikePrice returns a new UnderlyingStrikePriceField initialized with val and scale

func (UnderlyingStrikePriceField) Tag

Tag returns tag.UnderlyingStrikePrice (316)

type UnderlyingSymbolField

type UnderlyingSymbolField struct{ quickfix.FIXString }

UnderlyingSymbolField is a STRING field

func NewUnderlyingSymbol

func NewUnderlyingSymbol(val string) UnderlyingSymbolField

NewUnderlyingSymbol returns a new UnderlyingSymbolField initialized with val

func (UnderlyingSymbolField) Tag

Tag returns tag.UnderlyingSymbol (311)

type UnderlyingSymbolSfxField

type UnderlyingSymbolSfxField struct{ quickfix.FIXString }

UnderlyingSymbolSfxField is a STRING field

func NewUnderlyingSymbolSfx

func NewUnderlyingSymbolSfx(val string) UnderlyingSymbolSfxField

NewUnderlyingSymbolSfx returns a new UnderlyingSymbolSfxField initialized with val

func (UnderlyingSymbolSfxField) Tag

Tag returns tag.UnderlyingSymbolSfx (312)

type UnderlyingTimeUnitField

type UnderlyingTimeUnitField struct{ quickfix.FIXString }

UnderlyingTimeUnitField is a STRING field

func NewUnderlyingTimeUnit

func NewUnderlyingTimeUnit(val string) UnderlyingTimeUnitField

NewUnderlyingTimeUnit returns a new UnderlyingTimeUnitField initialized with val

func (UnderlyingTimeUnitField) Tag

Tag returns tag.UnderlyingTimeUnit (1000)

type UnderlyingTradingSessionIDField

type UnderlyingTradingSessionIDField struct{ quickfix.FIXString }

UnderlyingTradingSessionIDField is a STRING field

func NewUnderlyingTradingSessionID

func NewUnderlyingTradingSessionID(val string) UnderlyingTradingSessionIDField

NewUnderlyingTradingSessionID returns a new UnderlyingTradingSessionIDField initialized with val

func (UnderlyingTradingSessionIDField) Tag

Tag returns tag.UnderlyingTradingSessionID (822)

type UnderlyingTradingSessionSubIDField

type UnderlyingTradingSessionSubIDField struct{ quickfix.FIXString }

UnderlyingTradingSessionSubIDField is a STRING field

func NewUnderlyingTradingSessionSubID

func NewUnderlyingTradingSessionSubID(val string) UnderlyingTradingSessionSubIDField

NewUnderlyingTradingSessionSubID returns a new UnderlyingTradingSessionSubIDField initialized with val

func (UnderlyingTradingSessionSubIDField) Tag

Tag returns tag.UnderlyingTradingSessionSubID (823)

type UnderlyingUnitOfMeasureField

type UnderlyingUnitOfMeasureField struct{ quickfix.FIXString }

UnderlyingUnitOfMeasureField is a STRING field

func NewUnderlyingUnitOfMeasure

func NewUnderlyingUnitOfMeasure(val string) UnderlyingUnitOfMeasureField

NewUnderlyingUnitOfMeasure returns a new UnderlyingUnitOfMeasureField initialized with val

func (UnderlyingUnitOfMeasureField) Tag

Tag returns tag.UnderlyingUnitOfMeasure (998)

type UnderlyingUnitOfMeasureQtyField

type UnderlyingUnitOfMeasureQtyField struct{ quickfix.FIXDecimal }

UnderlyingUnitOfMeasureQtyField is a QTY field

func NewUnderlyingUnitOfMeasureQty

func NewUnderlyingUnitOfMeasureQty(val decimal.Decimal, scale int32) UnderlyingUnitOfMeasureQtyField

NewUnderlyingUnitOfMeasureQty returns a new UnderlyingUnitOfMeasureQtyField initialized with val and scale

func (UnderlyingUnitOfMeasureQtyField) Tag

Tag returns tag.UnderlyingUnitOfMeasureQty (1423)

type UndlyInstrumentPartyIDField

type UndlyInstrumentPartyIDField struct{ quickfix.FIXString }

UndlyInstrumentPartyIDField is a STRING field

func NewUndlyInstrumentPartyID

func NewUndlyInstrumentPartyID(val string) UndlyInstrumentPartyIDField

NewUndlyInstrumentPartyID returns a new UndlyInstrumentPartyIDField initialized with val

func (UndlyInstrumentPartyIDField) Tag

Tag returns tag.UndlyInstrumentPartyID (1059)

type UndlyInstrumentPartyIDSourceField

type UndlyInstrumentPartyIDSourceField struct{ quickfix.FIXString }

UndlyInstrumentPartyIDSourceField is a CHAR field

func NewUndlyInstrumentPartyIDSource

func NewUndlyInstrumentPartyIDSource(val string) UndlyInstrumentPartyIDSourceField

NewUndlyInstrumentPartyIDSource returns a new UndlyInstrumentPartyIDSourceField initialized with val

func (UndlyInstrumentPartyIDSourceField) Tag

Tag returns tag.UndlyInstrumentPartyIDSource (1060)

type UndlyInstrumentPartyRoleField

type UndlyInstrumentPartyRoleField struct{ quickfix.FIXInt }

UndlyInstrumentPartyRoleField is a INT field

func NewUndlyInstrumentPartyRole

func NewUndlyInstrumentPartyRole(val int) UndlyInstrumentPartyRoleField

NewUndlyInstrumentPartyRole returns a new UndlyInstrumentPartyRoleField initialized with val

func (UndlyInstrumentPartyRoleField) Tag

Tag returns tag.UndlyInstrumentPartyRole (1061)

type UndlyInstrumentPartySubIDField

type UndlyInstrumentPartySubIDField struct{ quickfix.FIXString }

UndlyInstrumentPartySubIDField is a STRING field

func NewUndlyInstrumentPartySubID

func NewUndlyInstrumentPartySubID(val string) UndlyInstrumentPartySubIDField

NewUndlyInstrumentPartySubID returns a new UndlyInstrumentPartySubIDField initialized with val

func (UndlyInstrumentPartySubIDField) Tag

Tag returns tag.UndlyInstrumentPartySubID (1063)

type UndlyInstrumentPartySubIDTypeField

type UndlyInstrumentPartySubIDTypeField struct{ quickfix.FIXInt }

UndlyInstrumentPartySubIDTypeField is a INT field

func NewUndlyInstrumentPartySubIDType

func NewUndlyInstrumentPartySubIDType(val int) UndlyInstrumentPartySubIDTypeField

NewUndlyInstrumentPartySubIDType returns a new UndlyInstrumentPartySubIDTypeField initialized with val

func (UndlyInstrumentPartySubIDTypeField) Tag

Tag returns tag.UndlyInstrumentPartySubIDType (1064)

type UnitOfMeasureField

type UnitOfMeasureField struct{ quickfix.FIXString }

UnitOfMeasureField is a STRING field

func NewUnitOfMeasure

func NewUnitOfMeasure(val string) UnitOfMeasureField

NewUnitOfMeasure returns a new UnitOfMeasureField initialized with val

func (UnitOfMeasureField) Tag

Tag returns tag.UnitOfMeasure (996)

type UnitOfMeasureQtyField

type UnitOfMeasureQtyField struct{ quickfix.FIXDecimal }

UnitOfMeasureQtyField is a QTY field

func NewUnitOfMeasureQty

func NewUnitOfMeasureQty(val decimal.Decimal, scale int32) UnitOfMeasureQtyField

NewUnitOfMeasureQty returns a new UnitOfMeasureQtyField initialized with val and scale

func (UnitOfMeasureQtyField) Tag

Tag returns tag.UnitOfMeasureQty (1147)

type UnsolicitedIndicatorField

type UnsolicitedIndicatorField struct{ quickfix.FIXBoolean }

UnsolicitedIndicatorField is a BOOLEAN field

func NewUnsolicitedIndicator

func NewUnsolicitedIndicator(val bool) UnsolicitedIndicatorField

NewUnsolicitedIndicator returns a new UnsolicitedIndicatorField initialized with val

func (UnsolicitedIndicatorField) Tag

Tag returns tag.UnsolicitedIndicator (325)

type UrgencyField

type UrgencyField struct{ quickfix.FIXString }

UrgencyField is a CHAR field

func NewUrgency

func NewUrgency(val string) UrgencyField

NewUrgency returns a new UrgencyField initialized with val

func (UrgencyField) Tag

func (f UrgencyField) Tag() quickfix.Tag

Tag returns tag.Urgency (61)

type UserRequestIDField

type UserRequestIDField struct{ quickfix.FIXString }

UserRequestIDField is a STRING field

func NewUserRequestID

func NewUserRequestID(val string) UserRequestIDField

NewUserRequestID returns a new UserRequestIDField initialized with val

func (UserRequestIDField) Tag

Tag returns tag.UserRequestID (923)

type UserRequestTypeField

type UserRequestTypeField struct{ quickfix.FIXInt }

UserRequestTypeField is a INT field

func NewUserRequestType

func NewUserRequestType(val int) UserRequestTypeField

NewUserRequestType returns a new UserRequestTypeField initialized with val

func (UserRequestTypeField) Tag

Tag returns tag.UserRequestType (924)

type UserStatusField

type UserStatusField struct{ quickfix.FIXInt }

UserStatusField is a INT field

func NewUserStatus

func NewUserStatus(val int) UserStatusField

NewUserStatus returns a new UserStatusField initialized with val

func (UserStatusField) Tag

func (f UserStatusField) Tag() quickfix.Tag

Tag returns tag.UserStatus (926)

type UserStatusTextField

type UserStatusTextField struct{ quickfix.FIXString }

UserStatusTextField is a STRING field

func NewUserStatusText

func NewUserStatusText(val string) UserStatusTextField

NewUserStatusText returns a new UserStatusTextField initialized with val

func (UserStatusTextField) Tag

Tag returns tag.UserStatusText (927)

type UsernameField

type UsernameField struct{ quickfix.FIXString }

UsernameField is a STRING field

func NewUsername

func NewUsername(val string) UsernameField

NewUsername returns a new UsernameField initialized with val

func (UsernameField) Tag

func (f UsernameField) Tag() quickfix.Tag

Tag returns tag.Username (553)

type ValidUntilTimeField

type ValidUntilTimeField struct{ quickfix.FIXUTCTimestamp }

ValidUntilTimeField is a UTCTIMESTAMP field

func NewValidUntilTime added in v0.3.0

func NewValidUntilTime(val time.Time) ValidUntilTimeField

NewValidUntilTime returns a new ValidUntilTimeField initialized with val

func NewValidUntilTimeNoMillis added in v0.3.0

func NewValidUntilTimeNoMillis(val time.Time) ValidUntilTimeField

NewValidUntilTimeNoMillis returns a new ValidUntilTimeField initialized with val without millisecs

func (ValidUntilTimeField) Tag

Tag returns tag.ValidUntilTime (62)

type ValuationMethodField

type ValuationMethodField struct{ quickfix.FIXString }

ValuationMethodField is a STRING field

func NewValuationMethod

func NewValuationMethod(val string) ValuationMethodField

NewValuationMethod returns a new ValuationMethodField initialized with val

func (ValuationMethodField) Tag

Tag returns tag.ValuationMethod (1197)

type ValueOfFuturesField

type ValueOfFuturesField struct{ quickfix.FIXDecimal }

ValueOfFuturesField is a AMT field

func NewValueOfFutures

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

NewValueOfFutures returns a new ValueOfFuturesField initialized with val and scale

func (ValueOfFuturesField) Tag

Tag returns tag.ValueOfFutures (408)

type VenueTypeField

type VenueTypeField struct{ quickfix.FIXString }

VenueTypeField is a CHAR field

func NewVenueType

func NewVenueType(val string) VenueTypeField

NewVenueType returns a new VenueTypeField initialized with val

func (VenueTypeField) Tag

func (f VenueTypeField) Tag() quickfix.Tag

Tag returns tag.VenueType (1430)

type VolatilityField

type VolatilityField struct{ quickfix.FIXDecimal }

VolatilityField is a FLOAT field

func NewVolatility

func NewVolatility(val decimal.Decimal, scale int32) VolatilityField

NewVolatility returns a new VolatilityField initialized with val and scale

func (VolatilityField) Tag

func (f VolatilityField) Tag() quickfix.Tag

Tag returns tag.Volatility (1188)

type WaveNoField

type WaveNoField struct{ quickfix.FIXString }

WaveNoField is a STRING field

func NewWaveNo

func NewWaveNo(val string) WaveNoField

NewWaveNo returns a new WaveNoField initialized with val

func (WaveNoField) Tag

func (f WaveNoField) Tag() quickfix.Tag

Tag returns tag.WaveNo (105)

type WorkingIndicatorField

type WorkingIndicatorField struct{ quickfix.FIXBoolean }

WorkingIndicatorField is a BOOLEAN field

func NewWorkingIndicator

func NewWorkingIndicator(val bool) WorkingIndicatorField

NewWorkingIndicator returns a new WorkingIndicatorField initialized with val

func (WorkingIndicatorField) Tag

Tag returns tag.WorkingIndicator (636)

type WtAverageLiquidityField

type WtAverageLiquidityField struct{ quickfix.FIXDecimal }

WtAverageLiquidityField is a PERCENTAGE field

func NewWtAverageLiquidity

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

NewWtAverageLiquidity returns a new WtAverageLiquidityField initialized with val and scale

func (WtAverageLiquidityField) Tag

Tag returns tag.WtAverageLiquidity (410)

type XmlDataField

type XmlDataField struct{ quickfix.FIXString }

XmlDataField is a DATA field

func NewXmlData

func NewXmlData(val string) XmlDataField

NewXmlData returns a new XmlDataField initialized with val

func (XmlDataField) Tag

func (f XmlDataField) Tag() quickfix.Tag

Tag returns tag.XmlData (213)

type XmlDataLenField

type XmlDataLenField struct{ quickfix.FIXInt }

XmlDataLenField is a LENGTH field

func NewXmlDataLen

func NewXmlDataLen(val int) XmlDataLenField

NewXmlDataLen returns a new XmlDataLenField initialized with val

func (XmlDataLenField) Tag

func (f XmlDataLenField) Tag() quickfix.Tag

Tag returns tag.XmlDataLen (212)

type YieldCalcDateField

type YieldCalcDateField struct{ quickfix.FIXString }

YieldCalcDateField is a LOCALMKTDATE field

func NewYieldCalcDate

func NewYieldCalcDate(val string) YieldCalcDateField

NewYieldCalcDate returns a new YieldCalcDateField initialized with val

func (YieldCalcDateField) Tag

Tag returns tag.YieldCalcDate (701)

type YieldField

type YieldField struct{ quickfix.FIXDecimal }

YieldField is a PERCENTAGE field

func NewYield

func NewYield(val decimal.Decimal, scale int32) YieldField

NewYield returns a new YieldField initialized with val and scale

func (YieldField) Tag

func (f YieldField) Tag() quickfix.Tag

Tag returns tag.Yield (236)

type YieldRedemptionDateField

type YieldRedemptionDateField struct{ quickfix.FIXString }

YieldRedemptionDateField is a LOCALMKTDATE field

func NewYieldRedemptionDate

func NewYieldRedemptionDate(val string) YieldRedemptionDateField

NewYieldRedemptionDate returns a new YieldRedemptionDateField initialized with val

func (YieldRedemptionDateField) Tag

Tag returns tag.YieldRedemptionDate (696)

type YieldRedemptionPriceField

type YieldRedemptionPriceField struct{ quickfix.FIXDecimal }

YieldRedemptionPriceField is a PRICE field

func NewYieldRedemptionPrice

func NewYieldRedemptionPrice(val decimal.Decimal, scale int32) YieldRedemptionPriceField

NewYieldRedemptionPrice returns a new YieldRedemptionPriceField initialized with val and scale

func (YieldRedemptionPriceField) Tag

Tag returns tag.YieldRedemptionPrice (697)

type YieldRedemptionPriceTypeField

type YieldRedemptionPriceTypeField struct{ quickfix.FIXInt }

YieldRedemptionPriceTypeField is a INT field

func NewYieldRedemptionPriceType

func NewYieldRedemptionPriceType(val int) YieldRedemptionPriceTypeField

NewYieldRedemptionPriceType returns a new YieldRedemptionPriceTypeField initialized with val

func (YieldRedemptionPriceTypeField) Tag

Tag returns tag.YieldRedemptionPriceType (698)

type YieldTypeField

type YieldTypeField struct{ quickfix.FIXString }

YieldTypeField is a STRING field

func NewYieldType

func NewYieldType(val string) YieldTypeField

NewYieldType returns a new YieldTypeField initialized with val

func (YieldTypeField) Tag

func (f YieldTypeField) Tag() quickfix.Tag

Tag returns tag.YieldType (235)

Jump to

Keyboard shortcuts

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