//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m NoQuoteSets) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) {
	m.Set(field.NewUnderlyingCouponRate(value, scale))
}
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m OrderMassCancelRequest) SetUnderlyingCouponRate(v float64) {
	m.Set(field.NewUnderlyingCouponRate(v))
}
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m NoQuoteSets) SetUnderlyingCouponRate(v float64) {
	m.Set(field.NewUnderlyingCouponRate(v))
}
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m DerivativeSecurityListRequest) SetUnderlyingCouponRate(v float64) {
	m.Set(field.NewUnderlyingCouponRate(v))
}
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m NoRelatedSym) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) {
	m.Set(field.NewUnderlyingCouponRate(value, scale))
}
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m NoRelatedSym) SetUnderlyingCouponRate(v float64) {
	m.Set(field.NewUnderlyingCouponRate(v))
}
//SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435
func (m DerivativeSecurityListRequest) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) {
	m.Set(field.NewUnderlyingCouponRate(value, scale))
}