//SetSpreadToBenchmark sets SpreadToBenchmark, Tag 218
func (m IndicationofInterest) SetSpreadToBenchmark(v float64) {
	m.Set(field.NewSpreadToBenchmark(v))
}
//SetSpreadToBenchmark sets SpreadToBenchmark, Tag 218
func (m IndicationofInterest) SetSpreadToBenchmark(value decimal.Decimal, scale int32) {
	m.Set(field.NewSpreadToBenchmark(value, scale))
}