Documentation ¶
Index ¶
- type AllocGrp
- type NoAllocs
- func (m *NoAllocs) SetAllocAccount(v string)
- func (m *NoAllocs) SetAllocAccruedInterestAmt(v float64)
- func (m *NoAllocs) SetAllocAcctIDSource(v int)
- func (m *NoAllocs) SetAllocAvgPx(v float64)
- func (m *NoAllocs) SetAllocCustomerCapacity(v string)
- func (m *NoAllocs) SetAllocHandlInst(v int)
- func (m *NoAllocs) SetAllocInterestAtMaturity(v float64)
- func (m *NoAllocs) SetAllocMethod(v int)
- func (m *NoAllocs) SetAllocNetMoney(v float64)
- func (m *NoAllocs) SetAllocPositionEffect(v string)
- func (m *NoAllocs) SetAllocPrice(v float64)
- func (m *NoAllocs) SetAllocQty(v float64)
- func (m *NoAllocs) SetAllocSettlCurrAmt(v float64)
- func (m *NoAllocs) SetAllocSettlCurrency(v string)
- func (m *NoAllocs) SetAllocSettlInstType(v int)
- func (m *NoAllocs) SetAllocText(v string)
- func (m *NoAllocs) SetClearingFeeIndicator(v string)
- func (m *NoAllocs) SetClrInstGrp(v clrinstgrp.ClrInstGrp)
- func (m *NoAllocs) SetCommissionData(v commissiondata.CommissionData)
- func (m *NoAllocs) SetEncodedAllocText(v string)
- func (m *NoAllocs) SetEncodedAllocTextLen(v int)
- func (m *NoAllocs) SetIndividualAllocID(v string)
- func (m *NoAllocs) SetIndividualAllocType(v int)
- func (m *NoAllocs) SetMatchStatus(v string)
- func (m *NoAllocs) SetMiscFeesGrp(v miscfeesgrp.MiscFeesGrp)
- func (m *NoAllocs) SetNestedParties(v nestedparties.NestedParties)
- func (m *NoAllocs) SetNotifyBrokerOfCredit(v bool)
- func (m *NoAllocs) SetProcessCode(v string)
- func (m *NoAllocs) SetSecondaryIndividualAllocID(v string)
- func (m *NoAllocs) SetSettlCurrAmt(v float64)
- func (m *NoAllocs) SetSettlCurrFxRate(v float64)
- func (m *NoAllocs) SetSettlCurrFxRateCalc(v string)
- func (m *NoAllocs) SetSettlCurrency(v string)
- func (m *NoAllocs) SetSettlInstructionsData(v settlinstructionsdata.SettlInstructionsData)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllocGrp ¶
type AllocGrp struct { //NoAllocs is a non-required field for AllocGrp. NoAllocs []NoAllocs `fix:"78,omitempty"` }
AllocGrp is a fix50sp1 Component
func (*AllocGrp) SetNoAllocs ¶
type NoAllocs ¶
type NoAllocs struct { //AllocAccount is a non-required field for NoAllocs. AllocAccount *string `fix:"79"` //AllocAcctIDSource is a non-required field for NoAllocs. AllocAcctIDSource *int `fix:"661"` //MatchStatus is a non-required field for NoAllocs. MatchStatus *string `fix:"573"` //AllocPrice is a non-required field for NoAllocs. AllocPrice *float64 `fix:"366"` //AllocQty is a non-required field for NoAllocs. AllocQty *float64 `fix:"80"` //IndividualAllocID is a non-required field for NoAllocs. IndividualAllocID *string `fix:"467"` //ProcessCode is a non-required field for NoAllocs. ProcessCode *string `fix:"81"` //NestedParties is a non-required component for NoAllocs. NestedParties *nestedparties.NestedParties //NotifyBrokerOfCredit is a non-required field for NoAllocs. NotifyBrokerOfCredit *bool `fix:"208"` //AllocHandlInst is a non-required field for NoAllocs. AllocHandlInst *int `fix:"209"` //AllocText is a non-required field for NoAllocs. AllocText *string `fix:"161"` //EncodedAllocTextLen is a non-required field for NoAllocs. EncodedAllocTextLen *int `fix:"360"` //EncodedAllocText is a non-required field for NoAllocs. EncodedAllocText *string `fix:"361"` //CommissionData is a non-required component for NoAllocs. CommissionData *commissiondata.CommissionData //AllocAvgPx is a non-required field for NoAllocs. AllocAvgPx *float64 `fix:"153"` //AllocNetMoney is a non-required field for NoAllocs. AllocNetMoney *float64 `fix:"154"` //SettlCurrAmt is a non-required field for NoAllocs. SettlCurrAmt *float64 `fix:"119"` //AllocSettlCurrAmt is a non-required field for NoAllocs. AllocSettlCurrAmt *float64 `fix:"737"` //SettlCurrency is a non-required field for NoAllocs. SettlCurrency *string `fix:"120"` //AllocSettlCurrency is a non-required field for NoAllocs. AllocSettlCurrency *string `fix:"736"` //SettlCurrFxRate is a non-required field for NoAllocs. SettlCurrFxRate *float64 `fix:"155"` //SettlCurrFxRateCalc is a non-required field for NoAllocs. SettlCurrFxRateCalc *string `fix:"156"` //AllocAccruedInterestAmt is a non-required field for NoAllocs. AllocAccruedInterestAmt *float64 `fix:"742"` //AllocInterestAtMaturity is a non-required field for NoAllocs. AllocInterestAtMaturity *float64 `fix:"741"` //MiscFeesGrp is a non-required component for NoAllocs. MiscFeesGrp *miscfeesgrp.MiscFeesGrp //ClrInstGrp is a non-required component for NoAllocs. ClrInstGrp *clrinstgrp.ClrInstGrp //AllocSettlInstType is a non-required field for NoAllocs. AllocSettlInstType *int `fix:"780"` //SettlInstructionsData is a non-required component for NoAllocs. SettlInstructionsData *settlinstructionsdata.SettlInstructionsData //SecondaryIndividualAllocID is a non-required field for NoAllocs. SecondaryIndividualAllocID *string `fix:"989"` //AllocMethod is a non-required field for NoAllocs. AllocMethod *int `fix:"1002"` //AllocCustomerCapacity is a non-required field for NoAllocs. AllocCustomerCapacity *string `fix:"993"` //IndividualAllocType is a non-required field for NoAllocs. IndividualAllocType *int `fix:"992"` //AllocPositionEffect is a non-required field for NoAllocs. AllocPositionEffect *string `fix:"1047"` //ClearingFeeIndicator is a non-required field for NoAllocs. ClearingFeeIndicator *string `fix:"635"` }
NoAllocs is a repeating group in AllocGrp
func NewNoAllocs ¶
func NewNoAllocs() *NoAllocs
NewNoAllocs returns an initialized NoAllocs instance
func (*NoAllocs) SetAllocAccount ¶
func (*NoAllocs) SetAllocAccruedInterestAmt ¶
func (*NoAllocs) SetAllocAcctIDSource ¶
func (*NoAllocs) SetAllocAvgPx ¶
func (*NoAllocs) SetAllocCustomerCapacity ¶
func (*NoAllocs) SetAllocHandlInst ¶
func (*NoAllocs) SetAllocInterestAtMaturity ¶
func (*NoAllocs) SetAllocMethod ¶
func (*NoAllocs) SetAllocNetMoney ¶
func (*NoAllocs) SetAllocPositionEffect ¶
func (*NoAllocs) SetAllocPrice ¶
func (*NoAllocs) SetAllocQty ¶
func (*NoAllocs) SetAllocSettlCurrAmt ¶
func (*NoAllocs) SetAllocSettlCurrency ¶
func (*NoAllocs) SetAllocSettlInstType ¶
func (*NoAllocs) SetAllocText ¶
func (*NoAllocs) SetClearingFeeIndicator ¶
func (*NoAllocs) SetClrInstGrp ¶
func (m *NoAllocs) SetClrInstGrp(v clrinstgrp.ClrInstGrp)
func (*NoAllocs) SetCommissionData ¶
func (m *NoAllocs) SetCommissionData(v commissiondata.CommissionData)
func (*NoAllocs) SetEncodedAllocText ¶
func (*NoAllocs) SetEncodedAllocTextLen ¶
func (*NoAllocs) SetIndividualAllocID ¶
func (*NoAllocs) SetIndividualAllocType ¶
func (*NoAllocs) SetMatchStatus ¶
func (*NoAllocs) SetMiscFeesGrp ¶
func (m *NoAllocs) SetMiscFeesGrp(v miscfeesgrp.MiscFeesGrp)
func (*NoAllocs) SetNestedParties ¶
func (m *NoAllocs) SetNestedParties(v nestedparties.NestedParties)
func (*NoAllocs) SetNotifyBrokerOfCredit ¶
func (*NoAllocs) SetProcessCode ¶
func (*NoAllocs) SetSecondaryIndividualAllocID ¶
func (*NoAllocs) SetSettlCurrAmt ¶
func (*NoAllocs) SetSettlCurrFxRate ¶
func (*NoAllocs) SetSettlCurrFxRateCalc ¶
func (*NoAllocs) SetSettlCurrency ¶
func (*NoAllocs) SetSettlInstructionsData ¶
func (m *NoAllocs) SetSettlInstructionsData(v settlinstructionsdata.SettlInstructionsData)
Click to show internal directories.
Click to hide internal directories.