//SetSettlType sets SettlType, Tag 63 func (m NoBidComponents) SetSettlType(v string) { m.Set(field.NewSettlType(v)) }
//SetSettlType sets SettlType, Tag 63 func (m NoBidComponents) SetSettlType(v enum.SettlType) { m.Set(field.NewSettlType(v)) }