//SetUnderlyingEndValue sets UnderlyingEndValue, Tag 886
func (m DerivativeSecurityListRequest) SetUnderlyingEndValue(value decimal.Decimal, scale int32) {
	m.Set(field.NewUnderlyingEndValue(value, scale))
}
//SetUnderlyingEndValue sets UnderlyingEndValue, Tag 886
func (m DerivativeSecurityListRequest) SetUnderlyingEndValue(v float64) {
	m.Set(field.NewUnderlyingEndValue(v))
}